@font-face {
    font-family: Montserrat;
    src: url('../css/fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: MontserratBold;
    src: url('../css/fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: MontserratMedium;
    src: url('../css/fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: MontserratLight;
    src: url('../css/fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: Koulen;
    src: url('../css/fonts/Koulen-Regular.ttf');
}

.main-navbar {
    padding-top: 25px;
    z-index: 3;
    position: absolute;
    width: 100%;
}

.navbar {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/menu-icon.svg");
}

.header-link {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: -0.25px;
    margin-left: 10px;
    line-height: 19px;
    font-family: MontserratBold, serif;
}

.header-link.active .nav-link {
    color: #FFE762 !important;
}

.header-link .nav-link {
    color: white !important;
}

.header-logo {
    width: 171px;
}

.header-toggler {
    padding: 0;
    height: 36px;
    width: 36px;
    border: none;
}

.header-toggler:focus {
    outline: none;
}

.footer-logo {
    width: 210px;
    margin-bottom: 22px;
}

footer {
    padding-top: 75px;
    padding-bottom: 75px;
    height: 245px;
    background-color: black;
    bottom: 0;
    width: 100%;
}

.footer-company {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.25px;
    color: #626D6E;
    font-family: MontserratMedium, serif;
}

.hero-image.mobile {
    height: 600px;
    width: 100%;
}

.hero-image.tablet {
    height: 768px;
    width: 100%;
}

.hero-image.desktop {
    height: 768px;
    width: 100%;
}

.hero-container {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 600px;
}

.main-section {
    padding-top: 600px;
    background-color: white !important;
}

.main-container.lower {
    padding-top: 80px;
    max-width: 1145px;
    margin-left: auto;
    margin-right: auto;
}

.shadow-row {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
}

.section-body {
    font-family: MontserratLight, serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.25px;
}

.we-are-endors {
    padding-top: 42px;
    padding-bottom: 50px;
}

.we-are-endors.top {
    padding-top: 36px;
    padding-left: 6%;
    padding-right: 3%;
}

.we-are-endors.lower {
    padding-left: 6%;
    padding-right: 3%;
}

.section-header {
    font-size: 36px;
    font-family: Koulen, serif;
    color: #CCCCCC;
    line-height: 26px;
    padding-bottom: 30px;
    letter-spacing: normal;
}

.triangle-image {
    width: 205px;
    z-index: 1;
    position: relative;
}

.triangle-image.mobile {
    margin-top: 60px;
    margin-bottom: -83px;
}

.gray-box {
    opacity: 0.46;
    background-color: #D8D8D8;
    /*z-index: 99;*/
    position: relative;
    width: 100%;
    height: 211px;
    top: -10px;
}

.lower-gray-box {
    opacity: 0.46;
    background-color: #D8D8D8;
    /*z-index: 99;*/
    position: relative;
    width: 100%;
    height: 211px;
}

.hero-text-container {
    top: 238px;
    color: white;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.hero-title {
    font-family: Koulen, serif;
    font-size: 45px;
    line-height: 43px;
    padding-bottom: 25px;
    max-width: 321px;
    margin-left: auto;
    margin-right: auto;
}

.hero-body {
    font-family: MontserratLight, serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.25px;
    max-width: 301px;
    margin-left: auto;
    margin-right: auto;
}

img.arrow-image {
    width: 25px;
    position: absolute;
    bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.service-bullet-text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.25px;
    font-family: MontserratLight, serif;
}

.triangle-bullet {
    margin-right: 10px;
}

.service-line {
    margin-bottom: 13px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar {
    width: 160px;
    position: fixed;
    top: 0;
    right: -160px;
    height: 100vh;
    z-index: 5;
    background: black;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding-left: 30px;
    padding-top: 30px;
}

#sidebar.active {
    right: 0;
}

#sidebar li {
    margin-bottom: 15px;
}

/*Small devices (landscape phones, 375px and up)*/
@media (min-width: 375px) {

}

/*Small devices (landscape phones, 414px and up)*/
@media (min-width: 414px) {
    .navbar {
        padding-left: 25px;
        padding-right: 25px;
    }

    .fix-width-container .col-md-6.left, .container-fluid.lower {
        padding-left: 25px;
        padding-right: 25px;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .navbar {
        padding-left: 30px;
        padding-right: 30px;
    }

    .fix-width-container .col-md-6.left, .container-fluid.lower {
        padding-left: 30px;
        padding-right: 30px;
    }

    .fix-width-container .col-md-6.right {
        padding-right: 7%;
    }

    .hero-body {
        max-width: 500px;
    }

    .main-section {
        padding-top: 600px;
    }

    .hero-container {
        height: auto;
    }

    .service-line {
        margin-bottom: 9px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .hero-title {
        margin-left: 0;
        text-align: left;
        font-size: 65px;
        line-height: 60px;
        max-width: 520px;
    }

    .hero-text-container {
        padding-left: 12%;
    }

    .hero-body {
        margin-left: 0;
        text-align: left;
        max-width: 520px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.31px;
    }

    .we-are-endors.top {
        padding-left: 0;
        padding-top: 78px;
    }

    .main-container.lower {
        padding-top: 72px;
    }

    .triangle-image.desktop {
        margin-top: -81px;
        margin-bottom: -68px;
        width: 215px;
        margin-left: 20px;
    }

    .gray-box.upper {
        margin-bottom: 90px;
        top: 0;
    }

    .we-are-endors.lower {
        padding-top: 0;
    }

    .lower-gray-box {
        margin-bottom: 81px;
    }

    .section-header.lower {
        padding-top: 2px;
    }

    .gray-box, .lower-gray-box {
        height: 187px;
    }

    .we-are-endors.lower {
        padding-left: 0;
    }

    .fix-width-container {
        display: flex;
        max-width: 1145px;
        margin-left: auto;
        margin-right: auto;
    }

    .fix-width-container .col-md-6.left {
        padding-right: 15px;
    }

    .main-section {
        padding-top: 768px;
    }

    .hero-container {
        height: auto;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .service-line {
        margin-bottom: 13px;
    }

    .hero-title {
        font-size: 85px;
        max-width: 700px;
        line-height: 80px;
        letter-spacing: normal;
    }

    .section-header.lower {
        padding-top: 4px;
    }

    .main-section {
        padding-top: 768px;
    }

    .hero-container {
        height: auto;
    }

    .hero-text-container {
        top: 208px;
    }

    .triangle-image.desktop {
        width: 400px;
        margin-top: -161px;
        margin-left: -52px;
        margin-bottom: -110px;
    }

    .we-are-endors.top {
        padding-top: 150px;
    }

    .main-container.lower {
        padding-top: 128px;
    }

    .we-are-endors.lower {
        padding-left: 6%;
        padding-right: 3%;
    }

    .hero-text-container {
        padding-left: 16%;
    }

    .gray-box, .lower-gray-box {
        height: 300px;
    }

    .gray-box.upper {
        margin-bottom: 120px;
    }

    .lower-gray-box {
        margin-bottom: 145px;
    }

    .section-body {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: -0.37px;
    }

    .service-bullet-text {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -0.37px;
    }

    .section-header {
        font-size: 45px;
        line-height: 25px;
    }

    .we-are-endors.top {
        padding-right: 0;
        padding-left: 30px;
    }

    .fix-width-container .col-md-6.right {
        padding-right: 5%;
    }

    .section-header {
        padding-bottom: 40px;
    }
}
