﻿@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}

:root {
    --default-text-color: #333333;
    --white: #fff;
    --gray: #555553;
    --pink: #eebe99;
    --yellow: #ebcf6b;
    --green: #4d654e;
    --red: #ac4e42;
    --blue: #405c74;
    --light-white: #e3e4e2;
    --light-blue: #b6c8c4;
    --light-gray: #d0d4d3;
    --footer-link-color: var(--red);
    --footer-text-color: var(--default-text-color);
    --placeholder-text--color: var(--gray);
    --contact-title-color: var(--white);
    --button-default-text-color: var(--white);
    --default-home-bg-image: url('css/bg-red-yellow.png') no-repeat;
    --default-contact-bg-image: url('css/Contact-Bg-Green.jpg') no-repeat;
    --default-img-filter: grayscale(0);
    --default-font-family: 'Montserrat', sans-serif;
    --default-invert-filter: invert(0);
}
/******************** BW Theme /////////////////////*/
.gray {
    --default-text-color: #000;
    --pink: #555553;
    --yellow: #000;
    --green: #4d654e;
    --red: #555553;
    --blue: #555553;
    --light-white: #fff;
    --light-blue: #d9d9d9;
    --light-gray: #858585;
    --contact-title-color: var(--default-text-color);
    --footer-link-color: var(--white);
    --footer-text-color: var(--white);
    --button-default-text-color: var(--white);
    --placeholder-text--color: var(--white);
    --default-contact-bg-image: url('css/Contact-Bg-Bw.jpg') no-repeat;
    --default-home-bg-image: url('css/bg-bw.png') no-repeat;
    --default-img-filter: grayscale(1);
    --default-invert-filter: invert(1);
}
/*@base-font-size: 22px;
@default-text-color: #333333;
@white: #fff;
@gray: #555553;
@pink: #eebe99;
@yellow: #ebcf6b;
@green: #4d654e;
@red: #ac4e42;
@blue: #405c74;
@light-gray: #d0d4d3;
@button-default-text-color: @white;
@bgImageDefault: url('Images/bg-red-yellow.png') no-repeat;



@bgImageBW: url('Images/bg-black-white.png') no-repeat;

*/
body {
    font-family: var(--default-font-family);
    overflow-x: hidden;
}

.brand-logo {
    filter: var(--default-img-filter);
}

.nav > li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
        border: none;
        outline: none;
    }

    .nav > li > a {
        color: var(--white);
        font-size: 20px;
        font-weight: 400;
    }

        .nav > li > a:hover {
            background-color: transparent;
            color: var(--gray);
            transition: color 0.3s;
        }


:root img.img-responsive.pull-right.img-home {
    width: 60%;
}

section {
    float: left;
}

.home-section {
    background: var(--default-home-bg-image);
    width: 100%;
    height: 100vh;
    background-size: cover;
    float: none;
    padding-left: 7%;
    padding-right: 7%;
}

    .home-section span.home-title {
        color: var(--white);
    }

    .home-section img {
        filter: var(--default-img-filter);
        float: right;
    }

.home-image {
    float: right;
    right: 0;
    position: absolute;
}

.about-section {
    background-color: var(--light-blue);
    width: 100%;
    height: 100vh;
    padding-left: 7%;
    padding-right: 7%;
    display: flex;
    align-items: center
}

.contact-section {
    background: var(--default-contact-bg-image);
    width: 100%;
    height: 100vh;
    background-size: cover;
    padding-left: 7%;
    padding-right: 7%;
}

    .contact-section p {
        font-size: 18px;
    }

        .contact-section p a {
            color: var(--red);
        }

    .contact-section span.contact-title {
        color: var(--white);
    }

.services-section {
    background-color: var(--light-white);
    width: 100%;
    height: 100vh;
    padding-left: 7%;
    padding-right: 7%;
    display: flex;
    align-items: center
}

.title {
    font-size: 70px;
    font-weight: 300;
}

a.anchor {
    display: block;
    position: relative;
    top: unset;
}

section {
    padding: 5%;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.services-container {
    display: flex;
    align-items: unset;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

    .services-container div {
        padding: 1%;
    }

    .services-container img {
        filter: var(--default-img-filter);
    }

.service-image-1 {
    margin-right: -30px;
}

.service-image-2 {
    margin-left: -14px;
}

.service-image-3 {
    margin-left: -36px;
}

.service-image-4 {
    margin-left: -30px;
}

.about-text {
    font-size: 20px;
}

.nav {
    padding: 30px 20px 0 0;
}


.navbar {
    width: 100%;
    height: 120px;
    margin: 0;
    position: absolute;
}

.footer {
    background-color: var(--yellow);
    text-align: center;
    font-size: 16px;
    padding: 25px;
    font-weight: 400;
    color: var(--footer-text-color);
}

    .footer a {
        color: var(--footer-link-color);
    }

.footer-icon {
    filter: var(--default-invert-filter);
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--placeholder-text--color);
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--placeholder-text--color);
}

.input-lg {
    line-height: 1.3333333;
    border-radius: 0;
    font-weight: 400;
    background-color: var(--light-gray);
    border: none;
}

textarea.form-control {
    border-radius: 0;
    background-color: var(--light-gray);
    border: none;
}

button.btn.btn-lg.btn-green {
    background-color: var(--blue);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    padding: 10px 40px;
}

    button.btn.btn-lg.btn-green:focus {
        border: none;
        border-radius: 0;
        outline: 0;
        padding: 10px 40px;
    }


.navbar-header {
    width: 30%;
}

/*.navbar-collapse {
    display: inline-block !important;
    flex-basis: 70%;
}*/

.navbar-collapse.show {
    overflow-y: auto;
    background: var(--red);
    text-align: right;
    border: solid 1px var(--yellow);
}




    .navbar-collapse.show li {
        position: relative;
        display: block;
        width: 100%;
        padding-right: 10px;
    }




/*.services-container img {
    max-width: 80%;
}*/
@media (min-width: 768px) and (max-width: 1023px) {
    .services-container img {
        width: 90%;
    }

    .img-home {
        width: 60%;
        float: none !important;
        text-align: center;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1367px) and (max-width: 2900px) {
    .services-container div {
        padding: 4%;
    }
}

@media (max-width: 768px) {
    .navbar {
        position: sticky;
    }


    .navbar-brand > img {
        display: block;
        width: 65%;
    }

    .vertical-center {
        position: relative;
        top: auto;
        transform: none;
    }

    .title {
        text-align: center;
        font-size: 40px;
        font-weight: 200;
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
        margin-top: 25%;
    }

    .home-section {
        height: 60vh;
        background-size: cover;
        padding: 10px 0px;
    }

    .navbar-toggle {
        margin-top: 48px;
    }

    .about-text {
        font-size: 17px;
        text-align: center;
    }

    .about-section {
        height: auto;
    }

    .services-section {
        height: auto;
    }

    .services-container {
        align-items: center;
    }

    .contact-section {
        height: auto;
        text-align: center;
        padding-left: 7%;
        padding-right: 7%;
    }

    section {
        padding: 2%;
    }

    .services-container div {
        padding: 2%;
        text-align: center;
        flex: initial;
        display: flex;
        justify-content: center;
    }

    .navbar-brand {
        float: left;
        height: auto;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }



    ul.menu.menu-menu.nav.navbar-nav.ms-auto {
        padding: 10px;
    }

    .home-image {
        position: relative;
    }

    .home-section span.home-title {
        color: var(--red);
        margin-top: -100px;
    }

    .img-home {
        width: 70%;
        float: none !important;
        text-align: center;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .left-vertical {
        height: 190px;
    }
}

span .field-validation-error {
    position: absolute;
    top: 14px;
    right: 30px;
    color: var(--red);
}

.left-vertical {
    display: flex;
    align-items: center;
}


section.services-section .row {
    display: flex;
    align-items: center;
}

.form-control {
    margin-bottom: 15px;
    line-height: 1.3333333;
    border-radius: 0;
    font-weight: 400;
    background-color: var(--light-gray);
    border: none;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
}


button#btnSend {
    background-color: var(--blue);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    padding: 10px 40px;
    margin-top: 15px;
}


.navbar-collapse.collapsing {
    overflow: hidden;
}

    .navbar-collapse.collapsing .navbar-nav,
    .navbar-collapse.collapsing .menu {
        opacity: 0;
        visibility: hidden;
    }

.navbar-collapse.show .navbar-nav,
.navbar-collapse.show .menu {
    opacity: 1;
    visibility: visible;
    transition: opacity .12s ease;
}



.z-big {
    z-index: 588888
}



.alert-dismissible {
    padding-right: 3rem;
    position: fixed;
    z-index: 25000;
    width: 97vw;
    margin: 1vw;
    bottom: 10%;
}

button.g-recaptcha {
    transition: background-color .5s;
    padding: 8px 18px !important;
    border: solid 1px var(--blue);
    background-color: var(--blue);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    padding: 10px 40px;
    margin-top: 15px;
}

    button.g-recaptcha:hover {
        transition: background-color .5s;
        padding: 8px 18px !important;
        border: solid 1px var(--light-blue);
        background-color: var(--light-blue);
        color: var(--white);
        font-size: 16px;
        font-weight: 500;
        border-radius: 0;
        padding: 10px 40px;
        margin-top: 15px;
    }


span.field-validation-error {
    color: red;
    font-weight: 500;
}