*{
    --primary-color: #84a3c0;
    --secondary-color: #b32138;
    border-width: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}

/* MAIN CONTENT */
.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;
}

.hero-screen{
    display: flex;
    width: 100%;
    height: 480px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-position: center bottom;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000a4;
    background-blend-mode: darken;
    background-image: url("/plugins/assets/IMG_6214__msi___jpg.jpg");
}

.rate-header{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f1f1f1;

    font-size: 20px;
    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;
}

.card{
    height: 200px !important;
    margin-bottom: 20px;
}

.card-header{
    color: #fff;
    padding: 20px;
    font-weight: 600;
    text-align: center;
    font-family: 'Merienda', cursive;
    background: var(--primary-color) !important;
}

.card-body{
    height: 100px !important;
    background: #f1f1f1;
    text-align: center;
}

.card-footer{
    color: #fff;
    text-align: center;
    background: var(--secondary-color) !important;
}

.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;
    }
    
}