/* Add here all your CSS customizations */
#header .header-logo {
    margin: 0.5rem 0;
}

#header .header-column .header-extra-info li .header-extra-info-text label {
    font-size: 1rem;
    line-height: 1.2;
}

#header .header-column .header-extra-info li .header-extra-info-text strong {
    font-size: 1.2rem;
    line-height: 1.3;
}

.alert-danger-alt {
    border-radius: 0;
    border: none;
    border-left: .25rem solid #842029;
    color: #842029;
    background-color: #FFEBEE;
}

.alert-success-alt {
    border-radius: 0;
    border: none;
    border-left: .25rem solid #0f5132;
    color: #0f5132;
    background-color: #d1e7dd;
}

.alert-info-alt {
    border-radius: 0;
    border: none;
    border-left: .25rem solid #055160;
    color: #055160;
    background-color: #cff4fc;
}

.alert .bi {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
}

@media (max-width: 575px) {
    body {
        font-size: 14px;
    }
}

.btn.btn-lg {
    padding: 0.75rem 1rem;
}

#footer {
    font-size: 1em;
}


.hero-title {
    font-size: 12vw;
    font-weight: 700;
    text-shadow: 0 0 6px #000;
}


.hero-text {
    text-shadow: 0 0 4px #000;
    font-size: 2em;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.hero .made-in-canada {
    justify-content: center;
}

.hero .card-body {
    padding: 0.5rem;
    text-align: center;
}


@media (min-width: 576px) {
    .hero-title {
        font-size: 4.5em;
    }
    
    .hero-text {
        font-size: 2.5em;
        text-align: left;
    }
    
    .hero .made-in-canada {
        justify-content: start;
    }
    
    .hero .card-body {
        padding: 2rem;
        text-align: left;
    }
}


.border-radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


#header .header-nav-main nav > ul > li > a,
#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a,
#header .header-nav-main.header-nav-main-text-size-2 nav > ul > li > a,
#header .header-nav-main nav > ul li a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 1em;
}


html .scroll-to-top {
    right: 20px;
    bottom: 20px;
    border-radius: 4px;
}


.lead {
    letter-spacing: normal;
}


.btn-modern {
    font-size: 0.9em;
}


.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}


.greenhouse-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}


.custom-cards {
    position: relative;
    min-height: 400px;
    margin-top: 2rem;
}

@media (max-width: 1199px) {
    .custom-cards {
        height: auto
    }
}

.custom-cards .cards-container {
    position: absolute;
    top: -27%;
    left: 0
}

@media (max-width: 1199px) {
    .custom-cards .cards-container {
        position: static;
    }
}

@media (min-width: 1200px) {
    .custom-cards {
        margin-top: 0;
    }
}

.custom-cards .cards-container .card {
    min-height: 420px
}

.custom-cards .cards-container .card .card-body {
    padding: 20px;
}

.custom-cards .cards-container .card .card-body img {
    padding-bottom: 20px
}

.custom-cards .cards-container .card .card-body .card-title {
    font-size: 24px
}

.custom-cards .cards-container .card .card-body .card-text, .custom-cards .cards-container .card .card-body .card-title {
    margin: 0
}
