*{
	box-sizing: border-box;
}

#send_email, #contact_info{
    position: absolute;
    height: 100%;
    width: 50%;
}

#send_email{
    box-shadow: .1em 0 0.4em rgba(0, 0, 139, 0.5);;
}
#email_adress, #email_content, #email_send{
    position: absolute;
    width: 100%;
    margin: 15px;
}
#email_aress{
    top: 0;
    height: 64px;
}
#email_content{
    top: 64px;
    bottom: 32px;
}
#email_send{
    bottom: 0;
    height: 32px;
}
#email_textarea{
    resize: none;
    width: 90%;
    height: 90%;
    z-index: 1000;
}
#send_button{
    border-radius: 5px;
    height: 100%;
    font-size: 100%;
}
#send_button:hover{
    cursor: pointer;
}

#contact_info{
    margin-left: 50%;
    box-shadow: -.1em 0 0.4em rgba(0, 0, 139, 0.5);
}
#phone, #email{
    width: 100%;
    height: 50%;
    position: relative;
}
#phone_ico, #email_ico{
    position: absolute;
    width: 25%;
    left: 5%;
    top: 50%;
    transform: translate(0, -50%);
}
.info{
    font-size: 3vw;
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translate(0, -50%);
}
.two{
    font-size: 2vw;
}