*{
    --primary-color: #84a3c0;
    --secondary-color: #b32138;
    border-width: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}

/* MAIN CONTENT */
.spottext {
    font-family: Open Sans;
    font-weight: 300;
    color: #fff;
    font-size: 32px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Merienda', cursive;
    font-weight: 500;
}

.lightheadline{
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.1em;
    z-index: 10 !important;
    font-family: 'Merienda', cursive;
    text-shadow: 1px 1px 1px #000;
}

.headline {
    font-weight: 400;
    color: #151515;
    font-size: 26px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'Merienda', cursive;
    font-weight: 500;
}

.lightsubtitle{
    color: #fff;
    font-size: 23px;
    line-height: 1.2em;
    text-align: center;
}
.lightsmallsubtitle{
    font-family: 'Merienda', cursive;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    word-wrap: break-word;
}


.hero-screen{
    display: flex;
    width: 100%;
    height: 520px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-position: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000a4;
    background-blend-mode: darken;
    background-image: url("/plugins/assets/IMG_6188__msi___jpeg.jpeg");
}
.hero-bottom{
    background-color: #fff;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
}
.text-header{
    color: #a41a30;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Merienda', cursive;
    font-weight: 500;
}
.text-column{
    background-color: #f1f1f1;
    border-left-width: 10px;
    border-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner{
    background-color: #b32138;
    border-left-width: 5px;
    border-right-width: 5px;
    border-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.CTA{
    background: var(--primary-color);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 40px 20px;
}

.CTA h3{
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 1.2em;
    word-wrap: break-word;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Merienda', cursive;
}

/* MAIN CONTENT */
@media only screen and (width <= 800px){
    
    .lightheadline{
        font-size: 32px;
    }
    
    .hero-screen{
        height: 300px;
    }
    
}