.black {
    color: #000 !important;
}

.left{
    text-align: left !important;
}

.white{
    color: #fff !important;
}

.content-block-fixed{
    font-family: "Barlow",sans-serif;
    padding-top: 35px;
    text-align: left !important;
}

.content-block-fixed input{
    color: #000 !important;
}

.main-section form input:valid{
    color: #000 !important;;
}

.main-section form button{
    background-image: none !important;
}
button.sendbtn {
    background-color: #000 !important;
    color: white !important;
    background-image: none !important;
    width: auto !important;
    font-size: 14px !important;;
    border-radius: 5px !important;;
    position: unset !important;;
    margin-top: 20px !important;;
    padding: 9px 27px !important;;
    height: auto !important;;
}

h1.page-title{
    font-size: 5rem;
    color: #000;
    padding: 20px;
    padding-bottom: 31px;
}

.alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    text-align: left;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}



.fixed-main {
    background: #fff;
    min-height: 500px !important;
    height: auto !important;
    padding-top: 80px;
}

.main-section {
    padding-top: 80px
}

@media screen and (min-width: 1023px) and (min-width: 0) {
    .main-section {
        padding-top: 110px !important;
    }
}

@media screen and (max-width: 1023px) and (min-width: 0) {
    .main-section {
        padding-top: 90px !important;
    }
}

@media screen and (max-width: 1023px) and (min-width: 0) {
    .main-section {
        padding-top: 80px !important;
    }
}
