body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: black;
    background-color:#ffffff;
}

a{
    color: #00658d;
    text-decoration: none;
}

a:link {
    color: #00658d;
}

a:hover {
    color: #c8dbeb;
}

a:visited {
    color: #00658d;
}

a:visited:hover {
    color: #c8dbeb;
}

.btn {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00658d;
    text-align: center;
 /*
    -moz-border-radius: 15px;
    border-radius: 15px;
*/
}
.btn:hover {
    background-color: #c8dbeb;
}

h1 {
    font-size: 3.8em;
    letter-spacing: -3px;
    line-height: 0px;
    font-weight: 700;
}

h2 {
    font-size: 2em;
    line-height: 0px;
    padding-bottom:20px;
    font-weight: 400;
}

h3{
    margin-top: 0px;
    margin-bottom: 0px;
}

.pull-right{
    float:right;
}

.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div{
    font-weight: 400;
}

#loclist{
    display: none;
}

 

/* Navigation */
#menu {
    position:fixed;
    top:0px;
    width:100%; 
    height:auto; 
    background-color:#ffffff;
    z-index:100;
}

#logo {
    text-align: center;
    margin: 10px 0;
}

#nav {
    text-align: right;
    margin: 30px 0 0 0;
}

.navigation{
    float: right;
    list-style: none;
    margin: 0;
}

.navigation li{
    float: left;
    padding:0 0 0 50px;
}

.navigation li:hover{
    cursor:pointer;
    color: #c8dbeb;
}

.navigation .active{
    cursor:pointer;
    color: #00658d;
    font-weight:bold;
}

/* General Slides */ 
.slide{
    background-attachment: fixed;
    width:100%;
    height:auto;
    position: relative;
    padding:140px 0;
}

/* Slide 1 */ 
#slide1{
    background-color:#ffffff;
}


/*
.test{
    background-color: #c8dbeb;
    color:white;
}
*/

/* Slide 2 */ 

#slide2{
    background-image:url('../images/pattern_blue.png');
    background-color:#00658d;
    color:#ffffff;
}


/* Slide 3 */ 
#slide3{
    background-color:#ffffff;
}



/* Slide 4 */
#slide4{
    background-image:url('../images/debut_dark.png');
    background-color:#8a8683;
    color:#ffffff;
}


#slide4 .logo{
    text-align: right;
}

#slide4 p{
    margin-top: 0px;
}


/* Tablet */
@media screen and (max-width: 1024px) {

    #logo {
        width: 100%;
        text-align: center;
    }

    #nav {
        width:100%;
        text-align:center;
        margin:10px 0;
    }

    .navigation{
        width: 100%;
        float: center;
        list-style: none;
        margin: 0;
        padding:0;
    }

    .navigation li{
        float: left;
        width:25%;
        padding:0;
    }

    .slide{
        background-attachment: fixed;
        width:100%;
        position: relative;
        padding:150px 0;
    }

    .decorative {
        display:none;
    }

    .content {
        text-align:center;
        width:100%;
    }

    #slide1 h1 {
            line-height: 1em;
    }
    #slide1 h2 {
            line-height: 1em;
    }
    #slide2 h1 {
            line-height: 1em;
    }
    #slide2 h2 {
            line-height: 1em;
    }
    #slide3 h1 {
            line-height: 1em;
    }
    #slide3 h2 {
            line-height: 1em;
    }
    #slide4 h1 {
            line-height: 1em;
    }
    #slide4 h2 {
            line-height: 1em;
    }

}

/* Mobile */
@media screen and (max-width: 480px) {

    #logo {
            width: 100%;
            text-align: center;
    }

    #nav {
            width:100%;
            margin:5px 0;
    }

    .navigation{
            width: 100%;
            float: left;
            list-style: none;
            margin: 0;
            padding:0;
    }

    .navigation li{
            float: left;
            width:25%;
    }

    .slide{
            background-attachment: fixed;
            width:100%;
            position: relative;
            padding:150px 0;
    }


    #slide1 h1 {
            line-height: 1em;
    }
    #slide1 h2 {
            line-height: 1em;
    }
    #slide2 h1 {
            line-height: 1em;
    }
    #slide2 h2 {
            line-height: 1em;
    }
    #slide3 h1 {
            line-height: 1em;
    }
    #slide3 h2 {
            line-height: 1em;
    }
    #slide4 h1 {
            line-height: 1em;
    }
    #slide4 h2 {
            line-height: 1em;
    }
}