/*

font-family:'Museo Sans W01_100', sans-serif;
font-family:'Museo Sans W01_300', sans-serif;
font-family:'Museo Sans W01_500', sans-serif;
font-family:'Museo Sans W01_700', sans-serif;
font-family:'Museo Sans W01_900', sans-serif;

 
*/


html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


body, html {margin:0; }

#healthy {width:100%; position:relative; z-index:1; -webkit-font-smoothing:antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; /*padding-bottom:600px;*/}

#healthy sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.healthy_section {width:100%; position:relative; z-index:1;}
.healthy_content {max-width:1080px; position:relative; z-index:1; margin:0 auto; font-family:'Museo Sans W01_300', sans-serif;}

#healthy a.healthy_btn {
	display: block;
    height: 40px;
    line-height: 40px;
	margin:0 auto;
    background: #fff;
    font-family: 'Museo Sans W01_900', sans-serif;
    color: #000;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    width: 90px;
    font-size: 13px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;border:1px #000 solid;
    letter-spacing: .5px;
	padding:0 25px; 
}



/* Hero */
#healthy_hero {background: url("../images/splash.jpg") bottom center no-repeat; background-size: cover; text-align:center;}
#healthy_hero .healthy_content {padding:70px 0 300px 0; min-height:calc(100vh - 60px);}

#healthy_hero .healthy_content h1 {margin:0; padding:0 10px; font-family:'Museo Sans W01_900', sans-serif; font-weight:900; font-size:50px; line-height:60px; color:#000;}
#healthy_hero .healthy_content h2 {margin:0; padding:20px; font-family:'Museo Sans W01_900', sans-serif; font-weight:900; font-size:12px; line-height:14px; color:#000; position:absolute; right:0; bottom:0;}
#healthy_hero .healthy_content p {margin:0; padding:20px; font-family:'Museo Sans W01_900', sans-serif; font-weight:900; font-size:24px; line-height:32px; color:#000;}

#quizbox {max-width:800px; margin:50px auto 0 auto; position:relative;}
#quizbox_left {width: 300px; margin:0 auto 50px auto;}
#quizbox_right {width: 300px; margin:0 auto;}
#quizbox h3 {margin:0 0 30px 0; padding:0; font-family:'Museo Sans W01_900', sans-serif; font-weight:900; font-size:16px; line-height:19px; color:#000;}
#quizbox h3 span {display:block; font-size:24px; line-height:28px;text-shadow: -2px -2px 0 #e2f1f6, 2px -2px 0 #e2f1f6, -2px 2px 0 #e2f1f6, 2px 2px 0 #e2f1f6;}
#quizbox h3 span strong {font-weight:900; font-size:61px; line-height:73px; text-transform:uppercase;}

#quizbox a.activities_btn {font-size:12px;}

/* Media Queries */

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 600px) {
 
}

@media only screen and (min-width: 720px) {

}

@media only screen and (min-width: 865px) {

#quizbox_left {float:left; margin:0;}
#quizbox_right {float:right; margin:0}
#quizbox:after {content: " "; display:block; width:1px; height:178px; border:1px dashed #747e80; position:absolute; top:0; left:50%; margin-left:-1px;}

}
  
@media only screen and (min-width: 960px) {

/* Hero */
#healthy_hero .healthy_content {}




}

@media only screen and (min-width: 1080px) {


}
  
@media only screen and (min-width: 1900px) {
 
}