@import url('https://fonts.googleapis.com/css?family=Barlow:400,600,700');

@import url('infinite-slider.css');

body {
    font-family: 'Barlow', sans-serif;
}

body:not(.full-screen) {
    margin-top: 107px;
}

.brand-color {
    color: #72BF44;
    font-weight: 700;
}

/* Navigation */

#navigation .navbar {
    background-color: #4C4D55;
    -webkit-box-shadow: 0px 3px 70px -30px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 3px 70px -30px rgba(0, 0, 0, .8);
    box-shadow: 0px 3px 70px -30px rgba(0, 0, 0, .8);
}

#navigation .navbar-brand img {
    max-height: 50px;
}

#navigation .nav-link {
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    margin: 8px;
    white-space: nowrap;
}

#navigation .active {
    color: rgba(0, 0, 0, .85);
}

#navigation .dropdown:hover>.dropdown-menu {
    display: block;
}

#navigation .dropdown-menu {
    border-radius: 0;
}

#navigation .dropdown-menu .dropdown-item:active {
    background-color: #72BF44 !important;
}

@media (max-width: 767px) {

    #navigation .nav-link {
        width: fit-content;
    }

    #navigation .dropdown-menu {
        margin-top: 10px;
    }
}

/* Header */

#header .carousel-inner {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#header .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#header .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

#header .carousel-inner .carousel-caption h2 {
    font-size: 3em;
}

#header .carousel-inner .carousel-caption p {
    font-size: 1.5em;
}

#header .carousel-inner .carousel-caption #header-btn-left {
    background-color: #333333;
}

#header .carousel-inner .carousel-caption #header-btn-right {
    background-color: #72BF44;
}

@media (max-width: 768px) {
    #header .carousel-inner .carousel-caption h2 {
        font-size: 1.5em;
        margin-bottom: 8px !important;
    }

    #header .carousel-inner .carousel-caption .btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 90%;
    }

    #header .carousel-inner .carousel-caption p {
        margin-bottom: 0;
    }
}

/* Page Header */

#page-header .jumbotron {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url(../img/header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#page-header .jumbotron {
    position: relative;
}

#page-header .jumbotron #header-text {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#page-header .jumbotron #header-text h2 {
    font-size: 3em;
}

@media (max-width: 767px) {
    #page-header .jumbotron #header-text h2 {
        font-size: 2.5em;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #page-header .jumbotron #header-text h2 {
        font-size: 2.7em;
    }
}

/* Logos */

#logos {
    background-color: #d3d3d3;
}

#logos img {
    filter: grayscale(100%);
    transition: .3s;
}

#logos img:hover {
    filter: grayscale(0%);
}

/* Refurbishment */

#refurbishment #work #gallery-link {
    color: #333333;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
}

#refurbishment #faq #accordionFaq .card {
        border: 1px solid rgba(0, 0, 0, .125) !important;
}

#refurbishment #faq #accordionFaq .card-header {
    background-color: #d3d3d3;
    border-left: 10px solid #72BF44;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
}

#refurbishment #faq #accordionFaq .card-header button {
    color: #333;
}

/* Gallery */

#gallery #link-view-more {
    color: #333333;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
}

/* Contact */

#contact a {
    color: #212529;
    text-decoration: none;
}

/* Footer */

#footer {
    background-color: #333333;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer .social-link {
    font-size: 2em;
    margin-right: 2px;
}