
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/* =============================================================================
   Site Styles
   ========================================================================== */

html, body {font-family:Lato, Arial, Helvetica, sans-serif;height:100%;color:#ffffff;text-align:center;background-color:#79c36e;}
#page-wrap {overflow:hidden;}
header img {display:block;margin:20px auto 0px auto;}
header h1 {font-size:2.8em}
#main p {font-size:2.2em}
#main footer {margin-top:100px;}
#main footer p {font-size:1.28em}

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
    
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {

}