#mc_embed_signup{
    background:#fff;
    clear:left;
    font-family: 'Lato', sans-serif;
    font-size:24px;
    font-weight:300;
    width:470px;
    
}


@media (min-width: 1200px) {
    .container{
        max-width: 580px;
    }
}

body {
    color:#000;
    font-family: 'Lato', sans-serif;
    font-size:32px;
    font-weight:300;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

strong {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}


    .banner {
        width:100%;
        height:600px;
        background: url(../images/my-apps.jpg) no-repeat center center;
        background-size: cover;
    }



h1 {
    font-family: 'SansationBold';
    font-size: 46px;
}

.red-font {
    color:#e5171a;
}

.asterisk {
    color:#e5171a !important;
}

.red-bar {
    width:200px;
    height:10px;
    background-color:#e5171a;
    margin-bottom:50px;
}

.red-bar-large {
    width:100%;
    height:20px;
    background-color:#e5171a;
}

.response {
    font-family: 'Lato', sans-serif;
    font-size:32px;
    font-weight:300;
    width:100%;
    text-align:center;
    display:block;
}

.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e5171a;
    --bs-btn-border-color: #e5171a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e5171a;
    --bs-btn-hover-border-color: #e5171a;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e5171a;
    --bs-btn-active-border-color: #e5171a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e5171a;
    --bs-btn-disabled-border-color: #0d6efd;
}