@import url(http://fonts.googleapis.com/css?family=Courgette);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic);

body {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 18px;
    position: relative;
}

nav {
    background: #133985;
    color: #fff;
    margin-bottom: 45px;
    padding: 15px 0 0;
}

h1.navbar-brand {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 15px;
}

h1 a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

h1 a:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.navbar-fixed-top {
    border-bottom: none;
    box-shadow: rgba(0,0,0,0.4) 0 1px 5px;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar-brand span {
    letter-spacing: normal;
    font-size: 40px;
    text-transform: none;
    font-family: 'Courgette', cursive, sans-serif;
}

.navbar li.active > a {
    background: #fff;
}

.nav > li > a {
    font-size: 16px;
    text-transform: uppercase;
}

h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    color: #186c56;
}

h2.script, h3.script, h4.script, h5.script {
    color: #186c56;
    font-family: 'Courgette', cursive, sans-serif;
    text-transform: none;
    letter-spacing: normal;
}



h2 {
    font-size: 24px;
    margin-top: 0;
}

a {
    font-weight: bold;
}

aside {
    padding: 110px 0 15px;
    background-image: url("/static/img/lake2.jpg");
    background-position: 0 -200px;
    background-size: cover;
    background-attachment: fixed;
    
}
aside ul {
    padding: 0;
}
aside li {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    list-style: none;
    padding: 0;
    text-shadow: rgba(0,0,0,0.3) 0 1px 2px;
}

section {
    padding-top: 70px;
}

footer {
    background: #def7f4;
    /* border-top: 3px solid #133985; */
    margin-top: 30px;
}

footer section {
    padding-top: 30px;
    padding-bottom: 15px;
}

img.round {
    border-radius: 20%;
    width: auto;
    max-width: 100%;
    background: #d9e8fb;
    
}

footer .fa {
    margin-right: 5px;
}

@media (max-width:1199px){
    aside {
        background-position: top;
    }
}

@media (max-width:991px){
    aside {
        padding-top: 100px;
        background-position: top;
    }
    
    h1.navbar-brand {
        font-size: 18px;
        line-height: 24px;
    }
    
    h1.navbar-brand span {
        font-size: 24px;
        
    }
    
    .nav > li > a {
        
        font-size: 16px;
        padding: 4px 8px;
        
    }
}

@media (max-width:767px){
    h1.navbar-brand {
        margin-bottom: 0;
    }
    
    .container > .navbar-header {
        margin-left: 0;
    }
    
    .navbar-nav { 
        margin-bottom: 0;
        
    }
    
    .navbar-nav > li:first-child {
        display:none;
    }
    
    .navbar-nav > li {
        display: block;
        width: 33%;
        float: left;
    }
    
    .nav > li > a {
        display: block;
        font-size: 15px;
        padding: 4px 8px;
        text-align: center;
    }
    section {
        padding-top: 90px;
    }
    aside {
        padding-top: 120px;
        background-position: top;
    }
    
    aside li {
        font-size: 20px;
        line-height: 24px;
    }
    
    h1.navbar-brand {
        font-size: 18px;
        line-height: 24px;
    }
    
    h1.navbar-brand span {
        font-size: 24px;
        
    }
}

@media (max-width:480px){
    
    body {
        font-size: 16px;
    }
    
}