body{
    background: #0d182d;
}
#header {
    padding: 10px 0;
    height: auto;
}
.header_row {
    display: flex;
    flex-direction: column;
    align-items: start;
}
/*#header img{
    max-height: 140px;
}*/
.header_logo img, .contact-link img{
    max-height: 110px;
}

#hero {
    height: auto;
    margin: 0;
    padding: 0;
}
#hero .hero-container{
    position: relative;
    justify-content: flex-start;
}
#hero .hero-container img.logo{
    height:200px
}
.hero_banner {}
.hero_banner img {
    max-width: 100%;
    max-height: 100%;
}
#hero .php-email-form input {
    width: 100%;
    margin: 0;
}

#hero .php-email-form input[type=checkbox] {
    width: 20px;
    margin: 15px 0 0 0;
    height: 18px;
}

#hero .php-email-form .checkbox{
    color:#fff
}

@media(max-width:767px ){
    #hero h2{
        font-size: 16px;
    }
}

.logo.start{
    display: flex;
    justify-content: flex-start;
}
.logo.center{
    display: flex;
}

#hero .countdown{
    font-weight: 800;
    font-size: 60px;
    margin:0 0 30px;
}

@media (max-width: 575px){
    #hero .countdown {
        font-size: 32px;
        line-height: 38px;
    }
}

#hero .php-email-form input{
    margin-bottom: 10px;
}

.formText{color:#fff;margin-bottom: 20px}

.textBg{
    background-color: #000;
    opacity: 0.9;
    padding:10px;
    border-radius: 3px;
}
.textBg A{
    display: contents;
}

@media (min-width: 768px) {
    .header_row {
        flex-direction: row;
        justify-content: space-around;
    }
}

@media (min-width: 1024px) {
    .hero_row {
        display: grid;
        align-items: flex-start;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    #header img {
        height: 200px;
    }

    .hero_banner{margin-top:12px;}

    body {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }
    .hero_banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

h1, .countdown{
    color:yellow !important;
    /*color:#ff82ac !important;*/
}
.modal-title{
    color:#000 !important;
}

.modal-body{
    font-size: 14px !important;
}
.modal-body h2{
    font-size: 18px;
    font-weight: bold;
}