/*@font-face {
font-family: 'MisterPoster';
src: url('misterposter.eot');
src: url('misterposter.eot?#iefix') format('embedded-opentype'),
	 url('misterposter.woff') format('woff'),
	 url('misterposter.ttf') format('truetype'),
font-weight: normal;
font-style: normal;
				}
*/	

body{
    margin:0;
    font-size:40px;
    color:#ffffff;
    text-align:center;
}
.fullscreen-cont {
    margin-bottom:2px;
}

html, body {
    /* all the tags up to .fullscreen-cont must have this style */
    height:100%;
}
a{
color:grey !important;
}
.thisisabutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.thisisabutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.thisisabutton:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

.fullscreen-cont,
.fullscreen-img {
    display:block;
    position:relative;
    min-width:100%;
    min-height:100%;
}
#titleofhealth{
float:left;
margin-left: 3%;

} 
.h2p{
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
#titlep2 p{
font-size: 1.8em ;
}
#titlep1 h1{
font-size: 3.4em; 
}
h2{
font-size:2em;
}
#socialall{
float:right;
margin-right: 3% !important;
}
.socialicon {
width: 32px;
height: 32px;
float: left;
margin-left: 10px;
margin-right: 10px;
} 
#titlep1 p{
color:#ffffff;

}
		
@font-face {
font-family: MisterPoster;
src: url('misterposter.ttf'),
     url('misterposter.eot'); /* IE9 */
font-weight: normal;
font-style: normal;
}
.fullscreen-img {
    min-width:100%;
    min-height:100%;
	display:block;
	
    position:absolute;
    z-index:1;
    background:transparent url('../images/bg.jpg') center center no-repeat;
    background-size:cover;
    /* background position when .fullscreen-img overflows */
    background-position:50% 50%;
}


.content {
    display:block;
    position:relative;
    z-index:2;
	color:#ffffff;
	    font-family: 'Dosis', cursive;

	}
.twittericon{
width:20px !important;
height: 20px !important;
display:inline-block;
}
@font-face {
font-family: entypo-social;
src: url('entypo-social.ttf'),
     url('entypo-social.eot'); 
-webkit-font-smoothing: antialiased; 
}

/* Toast Framework - type.css */
body {
	font: 400 1.1em/1.5 'Lato', sans-serif;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased; 
}
.footer{
background:#3d3d3d;
}
.footer p{
color:#ffffff !important;

}
p {
	font-size: 1em;
	line-height: 1.6em;
	color: #697480;
	margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	color: #343434;
	-webkit-font-smoothing: antialiased; 
	text-align: center;
}

h1 {

    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: .5em;
    letter-spacing: -1px;
    font-weight: 900;
}
h2 {
    font-size: 1.4em !important;
    line-height: 1.5em;
    font-weight: 700;
	font-size:2em;
}
h3 {
    font-size: 1em;
   	color: #818c97;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: .4em;
    text-align: left;
}
h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 200;
  
}
h5 {
    font-size: 1.125em;
    line-height: 1.6em;
    margin-bottom: 1.5em;
    font-weight: 200;
    text-align: left;
}
h6 {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: .4em;
    color: #818c97;
    text-align: left;
    margin-left: .5em;
    margin-top: 1em !important;
}
ul, ol, dl, blockquote {
    margin-top: 0;
    margin-bottom: 0;
}

ul, li {
	color: #697480;
	list-style: disc;
	list-style-position: inside;
	-webkit-font-smoothing: antialiased;
	padding-left: 1px;
}

a, a:visited {
	color: #5a5a5a;
}

a:hover {
	text-decoration: none;
}



.fb {
	width: 130px;
	padding-top: 7px;
}

.twitter-share-button {
	margin-right: -16px;
}

.entypo {
	font-family: entypo;
}

.social {
	width: 100%;
	text-align: right;
	position: fixed;
	margin-right: 0;
}

.hero {
	 position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.hero h1 {
	font-family: 'Amatic SC', cursive;
	color: white;
	font-size: 70px;
	font-weight: 900;c
	line-height: 1.2em;
	margin-top: 0;
	padding-top: 165px;
	text-align: center;
	letter-spacing: -1px;
}

.nav {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	min-height: 140px;
	margin-top: 35px;
	padding: 0;
	
}




.nav a {
font-family: 'Amatic SC';

}

.nav ul {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	float: left;
}

.nav li {
	vertical-align: top;
	display: inline-block;
	width: 100px;
	padding: 0 5px 0 5px;
	margin-bottom: 20px;
}

.nav li img {
	display: block;
	text-align: center;
	margin: 0 0 10px 18px;
}

.nav a, a:visited {
	text-decoration: none;
	font-size: 1.5em;
}

.nav a:hover {
	opacity: 0.5;
	text-decoration: none;
}

.nav a:hover img {
	opacity: 0.5;
}

.illu {
	text-align: center;
	margin-top: 2.8em;
}

.illu img {
	width: 180px;
}

.block {
	border-bottom: 1px solid #efefef;
}

.top {
	width: 100%;
	margin-top: 0;
	margin-bottom: -12px;
	text-align: center;
}

a.backtotop {
	font-size: .8em;
	font-weight: 600;
	line-height: 1em;
	background-color: #fff;
	color: #818c97;
	border: 1px solid #efefef;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	padding: 10px 17px 10px 17px;
	text-decoration: none;
}

a:hover.backtotop {
	border: none;
	color: #fff;
	background-color: #818c97;;
}

.highlight {
	color: #3eaf8e;
	font-size: 1.8em;
}

.green {
	color: #3eaf8e;	
}

.wrong {
	color: #cf5c45;
	font-size: 2em;
}

.key {
	color: #7c7c7c;
	font-size: 1em;
	line-height: 3em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	margin-left: .5em;
	padding: 5px 15px 5px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: none;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-box-shadow: 0 2px 0 #d8d8d8;
	-webkit-box-shadow: 0 2px 0 #d8d8d8;
	box-shadow: 0 2px 0 #d8d8d8;
}

.keys {
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-left: 0 !important;
	background-color: #f7f7f7;
	margin-bottom: 2.1em !important;
}

.links {
	padding: 1.3em !important;
}

.sample {
	color: #3eaf8e;
	font-size: 2em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	margin-left: .3em;
}

img.about {
	width: 75px !important;
	margin-top: 20px;
	margin-bottom: 5px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	-khtml-border-radius: 75px;
	border-radius: 75px;
}

.footer {
	margin-top: 1em;
	margin-bottom: 1em;
}

.footer p {
	width: 100%;
	font-size: .8em;
	text-align: center;
	display: inline-block;
	margin-bottom: .5em;
}

.light a {
	color: #adb7c0;
}

.socialfooter {
	margin-top: 0;
	width: 100%;
	text-align: center;
}

/* Media Queries */
/* Tablet */
@media (max-width: 768px) and (min-width: 641px) {
	
	.social {
		width: 100%;
		text-align: center;
		position: absolute;
	}
	
	.hero {
		padding: 0 10px 0 10px;
	}
	
	.hero h1 {
		color: #fff;
		font-size: 42px;
		padding-top: 200px;
	}
	
	.nav {
		margin-top: 30px;
		padding-bottom: 8px;
		border-bottom: 1px solid #e4e4e4;
	}
	
	.nav li{
	width:80px;
	
	
	}
	.wrap{
  
  padding:5%;
  
  }

}

/* Mobile */
@media (max-width: 640px) and (min-width: 481px) {  
  
  .social {
  	width: 100%;
  	text-align: center;
  	position: absolute;
  }
  
  .hero {
  	padding: 0 10px 0 10px;
  }
  
  .hero h1 {
  	color: #fff;
  	font-size: 34px;
  	padding-top: 115px;
  }
  
  .nav {
  	margin-top: 30px;
  	padding-bottom: 8px;
  	border-bottom: 1px solid #e4e4e4;
  }
  	.wrap{
  
  padding:5%;
  
  }
  
}

/* Mobile */
@media (max-width: 480px) and (min-width: 321px) {  
  #titlep {
	width: 60%;
	margin: 0 auto;
}
#socialall{
float: none;
width: 52px;
margin: 0 auto;
margin-right: auto !important;
overflow: hidden;
padding-top:5%;
}
  #titleofhealth{
  float:none;
  }
  #titlep1 h1{
  font-size: 2.5em !important;
  }
   #titlep2 p{
  font-size: 1.2em !important;
  }
  .social {
  	width: 100%;
  	text-align: center;
  	position: absolute;
  }

  .hero {
  	padding: 0 5% 0 5%;
  }
  
  .hero h1 {
  	color: #fff;
  	font-size: 38px;
  	padding-top: 155px;
  }
  
  .nav {
  	margin-top: 30px;
  	padding-bottom: 8px;
  	border-bottom: 1px solid #e4e4e4;
  }
  
  .links ul,li {
  	margin-left: 10px;
  	padding: 0;
  	list-style-position: outside;
  }
  .wrap{
  
  padding:5%;
  
  }
  
}

/* Mobile */
@media (max-width: 320px) and (min-width: 0px) { 
    #titlep {
	width: 60%;
	margin: 0 auto;
}
#socialall{
float: none;
width: 210px;
margin: 0 auto;
margin-right: auto !important;
overflow: hidden;
padding-top:5%;
}
  #titleofhealth{
  float:none;
  }
  h2 {
  	line-height: 1.3em;
  }
  
  .social {
  	width: 100%;
  	text-align: center;
  	position: absolute;
  }
  
  .hero {
  	padding: 0 15% 0 15%;
  }
  
  .hero h1 {
  	color: #fff;
  	font-size: 34px;
  	padding-top: 120px;
  }
  
  .nav {
  	margin-top: 30px;
  	padding-bottom: 8px;
  	border-bottom: 1px solid #e4e4e4;
  }
  
  .illu {
  	text-align: center;
  	margin-top: 2.5em;
  }
  
  .illu img {
  	width: 140px;
  }
  
  .links ul,li {
  	margin-left: 10px;
  	padding: 0;
  	list-style-position: outside;
  }
  .wrap{
  
  padding:5%;
  
  }
}