﻿.banner-container {
    position: relative;
}

.page-banner {
    position: relative;
    height: 600px
}

.banner-container-content {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
    margin: auto;
}

.banner-content {
    text-align: center;
    max-width: 85%;
}

.banner-heading {
    font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: .5em;
}

@media (min-width: 1400px) {
    .banner-heading {
        font-size: 57px;
    }
}

.banner-subheading {
    font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #ffffff;
}

.banner-container .btn-cta {
    font-size: 24px;
    text-decoration: none;
    margin-top: 45px;
}

.slide-bg {
    background-color: #000;
    /*background-image: ;*/
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
}

.background-overlay {
    background-color: #00000096;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
