
:root {
    --theme-green: #C7D988;
    --theme-green-secondary: #A7B86B;
    --theme-green-tertiary: #C4CF9A;
}

@font-face {
    font-family: roboto;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: now;
    src: url('../fonts/Now-Bold-BF6542f7138a8d2.otf');
}

@font-face {
    font-family: aileron-regular;
    src: url(../fonts/Aileron-Regular.otf);
}

a {
    color: inherit !important;
    text-decoration: inherit;
}

html {
    font-size: 16px;
    font-display: fallback
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}
 
.title {
    font-family: "Lexend Deca", sans-serif;
    font-size: 30px;
}

.heading {
    font-family: "Quicksand", sans-serif;
    font-size: 32px;
}

.body-text {
    font-family: "Lexend Deca", aileron-regular;
    font-size: 24px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

h1 {
    font-size: 32px;
}

body {
    font-family: "Lexend Deca", aileron-regular;
    background-image: linear-gradient(to top right, var(--theme-green), #FAFCF4);
}

.btn {
    background: var(--theme-green);
    border: none;
    color: black;
    font-size: 24px;
}

    .btn:hover {
        background: grey;
    }

.navbar-link:hover {
    color: var(--theme-green) !important;
}

.navbar {
    padding: 0;
}

.navbar-bottom {
    background: var(--theme-green) !important;
}

.jumbotron {
    border-radius: 30px;
    color: black;
    position: absolute;
    font-family: "DM Sans";
    font-size: 36px;
    max-height: 80%;
    width: 80%;
    background-color: rgba(255,255,255,0.7)
}

    .jumbotron .body-text {
        font-size: 18px;
    }

.landing-bg {
    background-image: url(../images/bg-new.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

.landing-card {
    width: 70%;
    padding: 1.5rem;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    background: white;
}

.btn-white {
    background: white;
}

.landing-image-container {
    border-top-right-radius: 20%;
}

.brand-title {
    font-size: 32px;
    text-align: left;
    font-family: 'Lexend Peta';
}

.brand-subtitle {
    text-align: left;
    font-size: 12px;
    font-family: 'Lexend Deca';
    word-break: break-word;
}


@media (min-width:500px) {
    .brand-title {
        font-size: 48px;
        text-align: left;
        font-family: 'Lexend Peta';
    }

    .brand-subtitle {
        text-align: left;
        font-size: 24px;
        font-family: 'Lexend Deca';
        word-break: break-word;
    }

    .navbar-links p {
        font-size: 20px;
    }

}


.lexend-deca {
    font-family: 'Lexend Deca' !important;
}

.lexend-peta {
    font-family: 'Lexend Peta';
}

.dm-sans {
    font-family: 'DM Sans';
}

.now {
    font-family: now
}

.roboto {
    font-family: roboto !important;
}

    .roboto p {
        font-family: roboto !important;
    }

h1.landing-header {
    font-size: 52px;
}

.brand-logo {
    height: 100px;
}

.navbar-link {
    font-family: 'DM Sans';
    letter-spacing: 2px;
}

.navbar-links {
    z-index: 100;
}

.carousel-image {
    max-height: 40em;
    width: auto !important;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
}

.galleria {
    width: 100%;
    height: 800px;
}

* {
    caret-color: transparent !important;
}

.footer-top {
    background: var(--theme-green-tertiary);
}

.footer-bottom {
    background: var(--theme-green-secondary);
}

.footer-top-body{
    font-size: 24px;
}

.left-align-text {
    text-align: left;
}

.card {
    border-radius: 30px;
}

.card-text {
    font-family: aileron-regular
}

.contact-bg {
    background-image: url(../images/contact-bg.png);
    height: 60vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.commercial-contact-bg {
    background-image: url(../images/commercial-bg.png);
    height: 60vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.residential-contact-bg {
    background-image: url(../images/residential-bg.png);
    height: 60vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.form-control {
    caret-color: auto !important;
    border: 2px #C6D888 solid;
    padding: 15px;
    font-family: 'DM Sans';
    font-size: 14px;
}

.field-validation-error {
    font-family: 'DM Sans'
}

.input-group-text {
    border: 2px #C6D888 solid;
    border-right: 0;
    background: inherit;
    padding-left: 25px;
    padding-right: 0;
}

.border-left-0 {
    border-left: 0;
}

.product-arrow {
    height: 97.5px;
    width: 520px;
}

.product-card-body:hover {
    transition: ease 0.5s;
    transform: scale(1.02);
    color: white;
    cursor: pointer;
}

.mobile-only {
    display: inherit;
}

.product-card-image {
    height: 30vh
}

.product-details-card-body p, .product-details-card-body ul {
    margin: 0;

    font-size: 16px;
}

.card-title {
    font-family: now;
    font-weight: bold;
    font-size: 32px;
}

.request-quote-card .card {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 105px;
    border-bottom-left-radius: 105px;
}

    .request-quote-card .card img {
        border-top-right-radius: 105px;
    }

.footer .navbar-link {
    font-size: 20px;
}

.navbar-links {
    text-align: center;
}

.get-connected {
    font-size: 14px;
    text-align: center;
}

@media (max-width: 1300px) {
    .desktop-only {
        display: none !important;
    }

}

@media (min-width: 1301px) {

    .mobile-only {
        display: none !important;
    }

    .product-card-image {
        height: 40vh
    }

    .product-card-body {
        min-height: 925px
    }
}

@media (min-width: 1300px)
{
    .product-card {
        margin-right: 20% !important;
        margin-left: 20% !important
    }

    .request-quote-card-right {
        padding-right: 15vw !important;
        padding-left: 3vw !important;
    }

    .request-quote-card-left {
        padding-left: 15vw !important;
        padding-right: 3vw !important;
    }
}

@media (max-width: 1635px) {
    .jumbotron {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .form-control {
        font-size: 20px;
    }

    .get-connected {
        font-size: inherit;
        text-align: inherit;
    }

    .navbar-links {
        text-align: inherit;
    }

    .card-title {
        font-size: 44px;
    }

    html {
        font-size: 24px;
    }

    .brand-title {
        font-size: 70px;
        line-height: 55px;
    }

    .brand-subtitle {
        font-size: 24px;
        line-height: 40px;
    }

    .btn {
        font-size: 32px;
    }

    .landing-header {
        font-size: 100px !important;
    }

    .body-text {
        font-size: inherit;
    }

    .title {
        font-size: inherit;
    }

    .heading {
        font-size: inherit;
    }

    .jumbotron .body-text {
        font-size: inherit;
    }
}
