/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 sept. 2016, 16:53:03
    Author     : jbjeanniton
*/
h2 {
    font-family: "Libre Baskerville", serif;
}

h3.quote {
    font-family: "Libre Baskerville", serif;
    color: #7c6c51;
}

h3.quote img {
    margin-right: 5px;
    padding-bottom: 30px;
    opacity: 0.3;
}

header nav.navbar {
    background-color: #1F2236;
    background-color: rgba(0,0,0,.8);
    border-bottom:1px solid white;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
}


header ul.nav {
    -margin-top: 100px;
    padding-top: 10px;
    -border-top: 1px solid white; 
    margin-left: 200px;
    text-align: right;
    float: right;
    transition: all .5s linear;
}


header ul.nav >li >a {
    padding: 10px 45px 15px;
    height:45px;
    color: #9A8664 !important;
    border-radius: 10px 10px 0 0;
    text-align: center;
    transition: all .5s linear;
}

header ul.nav >li.active >a:after {
    content: "▼";
    display: block;
    margin: auto;
    color: white;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}

header ul.nav >li >a:hover,  header ul.nav >li.active >a{
    color: white !important;
}

header ul.nav >li.active >a{
    background-color: transparent !important;
}


#quickinfo {
    height: 70px;
    padding-top: 20px;
    font-size: 0.9em;
    margin-left: 200px;
    padding-left: 0;
    text-align: right;
    border-bottom: 1px double rgba(255,255,255,.2);
    transition: all .5s linear;
}

#quickinfo li {
    display: inline-block;
    padding: 0px 0 0 50px;
    color: white;
    opacity: .7;
}

#quickinfo li a {
    color: white;
}

#quickinfo li a:hover {
    text-decoration: none;
}

#quickinfo li img {
    display: inline-block;
    margin-right: 10px;
}

#quickinfo li:hover {
    opacity: 1;
}

#Logo {
    transition: all .5s linear;
}

header.shrink nav.navbar {
    background-color: rgba(0,0,0,.9);
    background-color: #1F2236;
}

header.shrink #quickinfo {
    -display:none;
    height: 35px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

header.shrink #quickinfo li {

}

header.shrink #Logo {
    height: 60px;
}

header.shrink ul.nav {
    margin-left: 0;
    margin-top: 0px;
    padding-top: 0;
}

.headerImg {
    background-size: 100% auto;
    width: 100%;
    height: 136px;
}

#Content {
    min-height: 300px;
}

#Content.notHome {
    margin-top: 0; 
    margin-bottom: 20px;
}

#specialMsg {
    background-color: #EEEBE4;
    padding: 0 50px 50px 50px;
    text-align: center;
}

.jumbotron {
    padding: 10px 5px;
    border-radius: 0 0 4px 4px !important;
}

footer {
    background-color: #F5F5F5;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 0.8em;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

.carousel-caption p.txtSlide {
    background-color: rgba(0,0,0,.3); 
    padding: 10px;
    border-radius: 3px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.parallax { 
    /* Set a specific height */
    min-height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position:  bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.marginHTop {
    margin-top: 50px;
}

.marginHBottom {
    margin-bottom: 50px;
}

#mapContact {
    height: 360px;
    background-color: #F5F5F5;
    border: 2px solid white;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border-radius: 3px;
    margin-bottom: 20px;
}

.list-elements-img h4 img {
    opacity: .9;
    transition: all .5s ease;
    cursor: pointer;
}

.list-elements-img h4:hover img{
    opacity: 1;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.4); 
}

.testimonial > div {
    background: #f3f3ff;
    padding: 10px;
    border-radius: 5px;
}

.testimonial .text-testimonial {
    height: 150px;
    overflow: auto;
    margin-bottom: 10px;
}

@media (min-width: 100px) and (max-width: 767px) {
    header ul.nav{
        float: none;
        margin-left: 0;
        text-align: left;

    }

    header ul.nav >li >a {
        padding: 10px !important;
        height: auto;
        margin-right: 10px;
        margin-top: 5px;
        color: #9A8664 !important;
        border-radius: 3px;
        text-align: left;
    }

    header ul.nav >li.active >a{
        background-color: #9A8664 !important;
    }

    header ul.nav >li.active a:after {
        display: none;
    }

    #Logo {
        height: 30px;
    }

    header.shrink #Logo {
        height: 30px;
    }

    .carousel, .carousel .item, .carousel-inner > .item > img {
        height: 300px;
    }

    .headerImg {
        height: 50px;
    }


    .jumbotron {
        padding: 5px 5px;
        border-radius: 0 0 4px 4px !important;
    }
    
    .jumbotron h2 {
        padding: 0;
    }
    
    .jumbotron img {
        display:none;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    header ul.nav >li >a {
        padding: 10px 7px 15px;
    }
    
    #quickinfo {
        font-size: 0.8em;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    header ul.nav >li >a {
        padding: 10px 25px 15px;
    }
}


