@charset "UTF-8";

/*large screens (put wdith here) */

.nav-small { display: none; }
.nav-small-btn {display: none; }

body {
    margin-top: 50px;
}

h1      {font-size: 3em; font-weight: normal; font-family: 'Roboto Slab', serif; color: #6aa404; margin: 0 0 .5em 0;}
h2      {font-size: 1.8em; font-weight: normal; font-family: 'Roboto Slab', serif; color: #fff; margin: 0 0 .8em 0;}
h3      {font-size: 1.8em; line-height: 1em; font-weight: normal; font-family: 'Roboto Slab', serif; color: #6aa404; margin: 0 0 .2em 0;}
p       {margin: 0 0 .75em 0;}

a.logo {
    display: block;
    float: left;
    width: 363px;
    height: 73px;
    background: url(../images/logo-large.gif) no-repeat;
    border: none;
 }

header {
    padding-bottom: 30px;
}

.hero {
    width: 100%;
    height: 580px;
    padding-top: 50px;
    background: url(../images/home-hero-large.gif) bottom center no-repeat;
}

nav {
    float: right;
    margin-top: 45px;
}

nav a { 
    font-size: 1.1em; 
    font-weight: normal; 
    font-family: 'Roboto Slab', serif; 
    color: #159ac8;
    margin-right: 20px;
}

.content-top {
    height: 388px;
    background: url(../images/bg-large.gif) repeat-x;
    padding-top: 30px;
}

.content-about {
    height: 309px;
    margin: 0 0 0 0;
    padding: 40px 40px 0 320px;
    background: url(../images/content-about.png) no-repeat left;
}