/*************************************
*******     Header
*************************************/
#main-header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    z-index: 5;

    background: #f4f4f4;

}

#nav-logo{
    margin-top: 2em;
}

#nav-logo img{
    width: 120%;
    max-width: 200px;
}

#nav-menu ul{
    list-style-type: none;
    margin-top: 50px;
}


#nav-menu li{
    padding-left: 2%;
    padding-right: 2%;
    display: inline;
}


#nav-menu li a{
    color: #595856;
    font-weight: bolder;
}

#nav-menu li a:hover {
    text-decoration: none;
    
    color: #fff;
    background-color: #2e0a16;
    cursor: pointer;
    box-shadow: 0px 0px 0px 10px #2e0a16;
}


/*************************************
*******     General
*************************************/
.body-section{
    min-height: 580px;
    padding-top: 1px;

    font-size: 14px;
    position: relative;
}

.body-section:first-of-type{
    margin-top: 120px;
}

.body-section .body-section-location{
    position: absolute;
    top: -120px;
}

.section-title{
    height: inherit;
    font-size: 65px;
    text-align: center;
    font-weight: bolder;
    margin-top: 60px;
}

.section-subtitle{
    text-align: center;
    font-weight: bolder;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 60px
}

.section-primary{
    color: #2e0a16;
    background-color: #fdfdfd;
}

.section-secondary{
    color: #fdfdfd;
    background-color: #2e0a16;
}

.section-primary .section-title{
    color: #2e0a16;
}

.section-primary .section-subtitle{
    color: #757470;
}

.section-secondary .section-title,.section-secondary .section-subtitle{
    color: #fdfdfd;
}
/*************************************
*******     Home
*************************************/
#section-home{
    min-height: 465px;
}

#section-home .home-image-container{
    
}

.home-image-container img{
    width: 100%;
}

.home-image-container .fa{
    font-size: 40px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    color: #4b4643;
}

.home-image-container .fa-chevron-circle-left{
    left: 35px;
}

.home-image-container .fa-chevron-circle-right{
    right: 35px;
}


/*************************************
*******     Services
*************************************/
#section-services{
    position: relative;
    min-height: 770px;
}

#section-services .fa{
    font-size: 50px;
    position: absolute;
    top: 450px;
    cursor: pointer;
}

#section-services .fa-chevron-left{
    left: 30px;
}

#section-services .fa-chevron-right{
    right: 30px;
}


section#services{
    width: 85%;
    margin: -30px auto 0px auto;
    height: 480px
}

.services-container{
    width: 30%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.services-container img{
    min-height: 325px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.services-container .text-container{
    background-color: #696059;
    color: #fff;    
    height: 200px;
    width: 100%;
    padding: 25px;
    position: relative;
    text-align: center;
}

.services-container:hover .text-container{
    background-color: #2e0a16;
}

.services-container .services-title{
    font-size: 18px;
    font-weight: bolder;
}

.services-container .services-description{
    overflow-y: hidden;
    height: 100px;
}

.services-container .hex-container{
    position: absolute;
    left: calc(50% - 25px);
    top: -80px;
}

.services-hex:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 25px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    top: -25px;
    left: 0px;
}

.services-hex {
    margin-top: 55px;
    margin-bottom: 55px;
    width: 50px;
    height: 35px;
    background-color: #fff;
    position: relative;

    background-image: url('../images/plus_gray.png');
    background-repeat: no-repeat;
    background-position: center;
}

.services-hex:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -25px;
    left: 0px;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

.services-container:hover .services-hex {
    background-image: url('../images/plus.png');
}

/*************************************
*******     Specialties
*************************************/
.specialties-line{
    text-align: center;
}

.specialties-container{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    margin-right: 25px;
}

.specialties-container img{
    vertical-align: middle;
    height: 100%;
    max-width: 110px;
}

.specialties-container h4{
    padding-top: 30px;
}

.hex-outside:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 60px solid #fff;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    position: absolute;
    top: -60px;
    left: 0px;
}

.hex-outside {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 180px;
    height: 115px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.hex-outside:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -60px;
    left: 0px;
    border-top: 60px solid #fff;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
}

.hex-inside:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 55px solid #2e0a16;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    position: absolute;
    top: -55px;
    left: 0px;
}

.hex-inside {
    margin-top: 55px;
    margin-bottom: 55px;
    width: 170px;
    height: 110px;
    background-color: #2e0a16;
    position: relative;
    left: 5px;
    top: 2px;
    z-index: 2;
}

.hex-inside:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -55px;
    left: 0px;
    border-top: 55px solid #2e0a16;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
}


/*************************************
*******     Tips
*************************************/

#section-tips{
    position: relative;
}

#section-tips .fa{
    font-size: 50px;
    position: absolute;
    top: 390px;
    cursor: pointer;
}

#section-tips .fa-chevron-left{
    left: 30px;
}

#section-tips .fa-chevron-right{
    right: 30px;
}

section#tips{
    width: 85%;
    margin: -30px auto 0px auto;
    height: 480px
}

.tip-container{
    width: 20%;
    float: left;
}

.tip-container img{
    height: 215px;
    position: relative;
    width: 100%;
}

.tip-container .text-container{
    background-color: #2e0a16;
    color: #fff;    
    height: 215px;
   width: 100%;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
}

.tip-container .tip-title{
    font-size: 16px;
    font-weight: bolder;
}

.tip-container .tip-description{
    overflow-y: hidden;
    height: 145px;
}


.tip-container .text-container:before{
    content: " ";
    border-left: 12px solid rgba(0,0,0,0);
    border-right: 12px solid rgba(0,0,0,0);
    position: absolute;
    left: calc(50% - 12px);
}


/***** odd *****/
.tip-container:nth-child(odd) .text-container:before{
    border-bottom: 15px solid  #2e0a16;
    top: -15px;
}

/***** even *****/
.tip-container:nth-child(even) img{
    top: 215px;
}

.tip-container:nth-child(even) .text-container{
    bottom: 215px;
}

.tip-container:nth-child(even) .text-container:before{
    border-top: 15px solid  #2e0a16;
    bottom: -15px;
}


/*************************************
*******     Contact
*************************************/
#section-contact{
    position: relative;
    background-image: url("../images/map.png");
    height: 800px;
}

#section-contact hr{
    border: 2px solid #562739;
}

#section-contact .container-shadow{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
}

#contact-container{
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 20px;
}

.contact-information{
}

.contact-information .section-subtitle, .contact-form .section-subtitle{
    margin-bottom: 0px;
    text-align: left;
}

.contact-information .glyphicon, .contact-information .fa{
    width: 20px;
    margin-bottom: 20px;
}

.contact-information .fa-map-marker{
    padding-left: 3px;
}


.contact-form{
}

.contact-form input, .contact-form textarea{
    border-radius: 0;
    margin-bottom: 10px;
}

.contact-form textarea{
    resize: none;
    height: 150px;
}

.contact-form input[type=submit]{
    background-color: #756b69;
    font-weight: bolder;
    float: right;
    padding: 15px 35px;
    border: 0;
}


/*************************************
*******     Footer
*************************************/
#main-footer{
    position: relative;
    color: #a2a2a2;
    height: 65px;
    padding-top: 25px;
    background-color: #fdfdfd;
    box-sizing: border-box;
}

#footer-copyright{
}

#footer-social-media .fa{
    margin-right: 10px;
    font-size: 22px;
    cursor: pointer;
}
#footer-social-media .fa{
    color: #a2a2a2;
}
#footer-social-media .fa:hover{
    color: #280e17;
}
