@charset "UTF-8";
/* CSS Document */

/* Measurements 
Page width: 481px
Font Size: 16px
*/
body{font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Lucida Grande", sans-serif;
	background-image: url(img/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-size:100%;
	color:white;
	margin:auto;
	width:100%;}
h1,h2,h3,h4,p,h5{font-weight: lighter;
			margin:0px;}
h1{font-size:4.5em;/* 72px / 16px = 4.5em */}
h2{font-size:2.5em;/* 40px / 16px = 2.5em */}
h3{font-size:1.75em;/* 28px / 16px = 1.75em */}
h4{font-size:1.5em;/* 24px / 16px = 1.5em */}
p{font-size:1em;/* 16px / 16px = 1em */}
h5{font-size:0.75em;/* 12px / 16px = 0.75em */}
a{text-decoration:none;
	color:white;
	font-size:0.75em;/* 12px / 16px = .75em */}
.mobl_contact,.mobl_nav,#lg_social_media{display:none;}
#fb,#ig,#pt{background:url('img/sprites.png')no-repeat;}
.sub_title,.desk_nav,.desk_contact,.title{text-align:center;}
.desk_content{background-color:rgba(255,255,255,.33);}
.logo_box{width:100%;}
.logo_box img{width:29.521%;/* 142px / 481px = 29.521% */
				display:block;
				margin-top:50px;
				margin-left:auto;
				margin-right:auto;}
.sub_title{margin-bottom:13px;}
.desk_nav{display:inline;}
.desk_content{width:85%;
		  margin:auto;
		  margin-top:120px;
		  margin-bottom:20px;}
.desk_content p{margin-left:33px;
			margin-right:33px;
			margin-top:10px;
			text-align:justify;}
#tea_today,#about{padding:20px;}
.desk_contact{margin:20px;}
#mobl_social_media{text-align:center;
					margin-bottom:-10px;}
#fb,#ig,#pt{display:inline-block;}
#fb{background-position:-120px 0px;
	width:40px;
	height:40px;
	margin:auto;}
#ig{background-position:-160px 0px;
	width:40px;
	height:40px;
	margin:auto;
	margin-left:10px;
	margin-right:10px;}
#pt{background-position:-200px 0px;
	width:40px;
	height:40px;
	margin:auto;}