.contact-us-text {
    padding-bottom: 15px;
    z-index: 1;
    text-align: center;
}

.contact-us-form-container {
    display: flex;
    flex-direction: column;
}

.contact-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-header h2{
    color: red;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    text-align: center;
}

.contact-email-icon {
    height: 48px;
    margin: 0 18px;
}

.contact-us-submit-btn {
    width: 76px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 14px;
    align-self: start;
}

.contact-box {
    display: flex;
    flex-direction: column;
    border: 4px double white;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: white;
}

#contactUsAnchor {
    /*padding-bottom: 232px;*/
}

.bottom-gif-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    color: white;
    font-size: 12pt;
}

.gif-construction {
    margin-bottom: 30px;
}

.gif-icq {
    margin-bottom: 20px;
}

.gif-netscape {
    margin-bottom: 10px;
}

.gif-swe {
    margin-top: 10px;
    height: 20px;
}


@media only screen and (max-width: 600px) {
    #contact-form textarea {
        height: 70px !important;
    }

    #contactUsAnchor {
        padding-bottom: 0px
    }

    .contact-box {
        align-items: normal;
        padding: 0px 30px;
    }

    .contact-us-submit-btn {
        margin-left: 0px;
    }

    .bottom-gif-container {
        margin-bottom: 20px;
    }
    

}

/*Extra small screens*/
@media only screen and (max-width: 360px) {
    .contact-header {
        flex-direction: column;
    }

    .contact-header img:first-of-type{
        display: none;
    }

    .contact-header img{
        margin-bottom: 10px;
    }

    .contact-us-text {
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .contact-email {
        width: 100%;
    }
}
/*Extra small screens end*/
#contact-form {
    display: flex;
    flex-direction: column;
}

.contact-email {
    height: 30px;
    width: 500px;
}

.contact-message-box {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

#contact-form textarea  {
    height: 100px;
    width: 500px;
    max-width: 500px;
}