html, body {background:#fff;margin:0px;padding:0px;font-family: 'Roboto', sans-serif;height:100%;}
.main {height:100%;}
#navbar {width:100%;height:70px;background-color:#fff;margin-bottom:30px;}
#navbar a {text-decoration:none; font-size:1.4em;display:inline-block;padding:10px 20px 10px 20px; height:30px;color:#888;border-left:2px solid #888;}
#navbar a:first-child {border-left:0px;color:#fb0d59;}
#navbar a.selected {color:#000;}


#headerimg {width:100%;height:35%;background:#fff url("header.jpg") center center no-repeat;background-size:cover;}
h1 {font-size:1.8em; color:#fb0d59; margin:20px 10% 0px 10%;font-weight:bolder;}
h2 {font-size:1.4em; color:#666; margin:10px 10% 0px 10%;}
h3 {font-size:1.2em; color:#666; margin:10px 10% 0px 10%;color:#888;}

.maintxt {margin-bottom:10%;padding-left:10%;width:80%;}
.maintxt p {font-size:1em; color:#666; margin:10px 10% 10px 10%; text-align:justify;}
.maintxt div {width:100%;float:left;margin:40px 0px 0px 0px; padding:0px;clear:both;}
.maintxt div p {font-size:1em; color:#666; margin:0px 10% 10px 10%;text-align:justify;}
.maintxt div img {max-width:35%;width:100%;float:left;margin:0px 20px 20px 0px;clear:both;}
#footer {height:100px;clear:both;}

a, a:link {color:#222;text-decoration:underline;}
a:visited {color:#b03a60;}
a:hover, a:active {color:#fb0d59;}
