#contact{
    background-image: url('../img/oceansedge_contact_hero.jpg');
    background-position: top right !important;
}

#contact, .animate{
    opacity: 0;
}

.animate{
    margin-top: 5vh;
}

.attractions_headline{
    text-align: center;
    margin: 5vh 0 10vh;
}

.attractions_headline p{
    max-width: 60%; 
    margin: 1rem auto 0;
}

.contact__info{
    border-top: 1px solid var(--oe-granite); 
    border-bottom: 1px solid var(--oe-granite);
}

.contact__info_headline{
    width: max-content; 
    margin: -2rem auto .5rem; 
    padding: 10px 20px; 
    background-color: #FFF;
}

.swal2-popup{
    overflow-y: hidden;
}

input[type="text"], input[type="email"], textarea{
        width: 100%;
        height: 40px;
        border: 1px solid transparent;
        border-bottom: 3px solid var(--oe-dark-blue);
        font-size: 20px;
        background-color: #ededed;
}

.contact_type{
    display: flex; 
    align-items: center; 
    height: 40px;
}

.contact_type_label{
    margin-right: 30px;
}

@media (max-width:991px){
    .contact_type{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .contact_type_label{
        margin-right: 0;
    }
}