.contact-form input, .contact-form select, .contact-form textarea {
    padding: 0.9rem 0.6rem;
    font-size: 14px;
    margin-top: 12px;
    background: #ffffff1a;
    border: 0.1px solid #5757574f;
    color: #fff;
    border-radius: 8px;
    font-weight: 300;
}

.contact-form label {
    font-size: 12px;
}

.contact-form .form-field {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.map-wrapper iframe {
    width: 100%;
}

.address-line {
    font-size: 13px;
    font-weight: 300;
}

.toast-header {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.toast {
    background-color: #272727;
}

/*body {*/
/*    background: linear-gradient( rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0.94) ), url(../images/IMG_1635.JPG);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/

select#inquiryType {
    height: calc(22px + 1.8rem);
}

@media (min-width: 1100px) {
    .body-container, nav.navbar {
        padding-left: 120px;
        padding-right: 120px;
    }
}

#location iframe {
    border-radius: 18px;
}

.desc-text {
    font-weight: 300;
}

.regular-btn {
    padding: 20px;
}
