#header-section{
    height: 100px;
}

#hi-bottom{
    display: none;
}


#contact-bottom{
    height: 400px;
}

#contact-form-zone{
    display: inline-block;
    width: 100%;
    height: 350px;
}

#contact-form{
    display: inline-block;
    width: 100%;
    max-width: 250px;
    height: 100%;
}

#at-frm-ts{
    display: inline-block;
    width: 80%;
    height: 80%;
}

.frm-input{
    display: inline-block;
    position: absolute;
    width: 90%;
    max-width: 250px;
    height: 40px;
    border: none;
    border-bottom: 1px solid rgb(68, 68, 109);
}

#input-message{
    display: inline-block;
    position: absolute;
    width: 90%;
    max-width: 250px;
    height: 80px;
    top: 150px;
}

#input-name{
    top: 0px;
}
#input-email{
    top: 50px;
}
#email-subject{
    top: 100px;
}

#ct-frm-submit{
    position: absolute;
    display: inline-block;
    background-color: lightseagreen;
    color: white;
    cursor: pointer;
    border: none;
    text-align: center;
    width: 95%;
    max-width: 125px;
    height: 35px;
    font-size: 18px;
    top: 250px;
}