
.contactus-wrapper{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact-us-logo{
    position: absolute;
    padding: 1% 2%;
    left: 3%;
    top: 5%;
    align-self: center;
    background-color:rgba(118,117,122,255);
    color: var(--nav-background);
    font-size: 6rem;
    font-weight: bold;
    font-family: header;
    box-shadow: rgba(118,117,122,255) 0px 5px 15px;
    border-radius: 2rem;
}
.contact-row{
    width: 100%;
    height: auto;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-col1, .contact-col2{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.contact-details{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact-header{
    font-family: header;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 2%;
}
.contact-address{
    font-family: header;
    font-weight: bold;
    font-size: 2rem;
}
.contact-phone{
    width: 100%;
    height: auto;
    margin-top: 2%;
    font-family: header;
    font-weight: bold;
    font-size: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-phone img{
    width: 50%;
}
.contact-email{
    width: 100%;
    height: auto;
    margin-top: 2%;
    margin-left: 5%;
    font-family: header;
    font-weight: bold;
    font-size: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-email img{
    width: 30%;
}
.contact-row iframe{
    width: 1000px;
}
.contact-form-row{
    margin-bottom: 2%;
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-form-col1{
    width: 50%;
    height: auto;
    margin-right: 1%;
}
.contact-form-col2{
    width: 50%;
    height: auto;
    margin-left: 1%;
}
.form-input, .form-input-submit{
    width: 100%;
    height: 4rem;
    padding: 1%;
    outline: none;
}
#form-message{
    resize: none;
    height: 12rem;
    color: rgb(88, 88, 88);
    outline: none;
}
.form-input-submit{
    background-color: var(--footer-background);
    color: var(--nav-background);
    font-size: 2rem;
    font-weight: bold;
    font-family: header;
}


@media screen and (max-width: 600px) {
    .contact-us-logo{
        position: absolute;
        padding: 1% 2%;
        left: 3%;
        top: 5%;
        align-self: center;
        background-color:rgba(118,117,122,255);
        color: var(--nav-background);
        font-size: 4rem;
        font-weight: bold;
        font-family: header;
        box-shadow: rgba(118,117,122,255) 0px 5px 15px;
        border-radius: 2rem;
    }
    .contact-row{
        flex-direction: column;
    }
    .contact-col1, .contact-col2{
        margin: 2% 0%;
        padding: 0% 3%;
        width: 100%;
        align-items: center;
    }
    .contact-details{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .contact-header{
        font-family: header;
        font-weight: bold;
        font-size: 3rem;
        margin-bottom: 2%;
    }
    .contact-address{
        width: 100%;
        font-size: 2rem;
    }
    .contact-phone{
        width: 100%;
        margin: 2% 0%;
        font-size: 2rem;
        justify-content: center;
        flex-direction: column;
    }
    .contact-phone div{
        width: 100%;
        text-align: center;
    }
    .contact-phone img{
        width: 50%;
    }
    .contact-email{
        width: 100%;
        margin: 2% 0%;
        font-size: 2rem;
        justify-content: center;
        flex-direction: column;
    }
    .contact-email img{
        width: 50%;
    }
    .contact-row iframe{
        width: 95%;
    }
    .contact-form-row{
        margin-bottom: 2%;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-form-col1{
        width: 50%;
        height: auto;
        margin-right: 1%;
    }
    .contact-form-col2{
        width: 50%;
        height: auto;
        margin-left: 1%;
    }
    .form-input{
        width: 100%;
        height: 4rem;
        padding: 1%;
        outline: none;
    }
    #form-message{
        resize: none;
        height: 12rem;
        color: rgb(88, 88, 88);
        outline: none;
    }
    .form-input-submit{
        background-color: var(--footer-background);
        color: var(--nav-background);
    }
}
