main .form form .form-group select {
    font-family: inherit;
}

.btn:hover {
    color: white;
}

#send_step_1:hover {
    background-color: #0052cc;
}

.footerLinks {
    margin-right: 5%;
    margin-left: 5%;
}

.footerLinks:hover {
    color: #001e50 !important;
}

header .container h1 {
    position: absolute;
    color: #fff;
    bottom: 4.5rem;
    left: 0;
    font-family: "HBold";
    font-weight: normal;
    text-shadow: 0 2px 6px rgb(0 0 0 / 50%);
}

#main-subtitle {
    position: absolute;
    color: #fff;
    bottom: 2rem;
    left: 0;
    font-size: .8rem;
    font-family: "HRegular";
}

@media screen and (max-width: 768px) {
    header .container h1 {
        position: absolute;
        bottom: 6rem;
    }
}

@media screen and (max-width: 1198px) {
    header .container h1 {
        position: absolute;
        color: #fff;
        bottom: 6rem;
    }
}

@media screen and (max-width: 500px) {
    header .container h1 {
        position: absolute;
        top: 1rem;
    }
}