@font-face {
    font-family: footlight;
    src: url(fonts/footlight.ttf);
}

@font-face {
    font-family: myriadPro;
    src: url(fonts/MyriadPro-Regular.otf);
}

body {
    font-family: myriadPro;
    font-size: 16px;
}

.title h1, .title h2, .title h3, .title h4,
h1.title , h2.title , h3.title , h4.title  {
    font-family: footlight;
    color: #033212;
}

.in-green, .tel-text a {
    color: #033212;
}

a.title:hover {
    text-decoration: none !important;
    color: #000;
}

.title h1 {
    line-height: 1;
    margin: 8px 0;
}

.item img {
    width: 100%;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.navbar-default {
    background-color: rgba(3, 50, 18, 0.75) !important;
    border-color: rgba(3, 50, 18, 0.75) !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
    text-transform: uppercase;
    border-bottom: 8px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #033212 !important;
    background-color: #b8b7b7;
    border-bottom: 8px solid #000;
}

.content-section {
    padding: 35px 0;
}

.title {
    margin-bottom: 30px;
}

.border-top-green {
    border-top: 10px solid #033212;
}

.page-banner {
    width: 100%;
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.page-banner .banner {
    height: 400px;
    position: relative !important;
}

.banner-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 30px 10px 0;
    font-size: 30px;
    line-height: 1;
    font-family: footlight;
    color: #033212;
}

.banner-title:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 80px;
    position: absolute;
    top: 0;
    left: -100vw;
}

.devider {
    width: calc(100% + 60px);
    border-bottom: 1px solid #b8b7b7;
    margin-left: -30px;
}

.small-border {
    border-bottom: 1px solid #b8b7b7;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.contact-section a {
    color: #252525 !important;
}


#header-info {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    display: table;
}

#header-info .header-info-container {
    background-color: rgba(255,255,255,0.8);
}

#header-info .logo, #header-info .phone {
    font-family: footlight;
    color: #033212;
    vertical-align: middle;
}

#header-info .title {
    text-align: center;
    color: #033212;
    text-transform: uppercase;
    display: table;
    margin-bottom: 0;
}

#header-info .title h1 {
    line-height: 1;
    margin: 10px 0;
    font-size: 50px;
}

#header-info .phone p {
    font-size: 20px;
    text-align: right;
    padding: 38px 0;
    font-family: myriadPro;
}

#header-info .phone a, #header-info .phone a:hover {
    color: #033212; 
    text-decoration: none;
}

#footer {
    background-color: #191919;
    color: #fff !important;
    text-align: center;
    padding: 15px 0;
}

#footer a:hover, #footer a {
    color: #fff !important;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 18px;
        padding-bottom: 8px !important;
    }
}

@media (max-width: 1199px) {
    .devider {
        width: 100%;
        margin-left: 0;
    }

}

@media (max-width: 767px) {
    .page-banner .banner {
        height: 150px;
    }

    #header-info .phone p {
        padding: 0;
        text-align: center;
    }

    #header-info .title h1 {
        font-size: 35px;
    }

    #header-info .title {
        margin: 0 auto;
    }

    #header-info {
        position: inherit;
    }
}
