
.header-container {
    box-shadow: 0px 3px 6px #C2C2C229;
}


html, body {
    font-family: Arial, sans-serif;
}

p {
    font-size: 1vw;
}

h3 {
    font-size: 2vw;
}

h2 {
    font-size: 2.2vw;
}

h5 {
    font-size: 1.5vw;
}

.sections {
    margin-left: 15%;
    display: flex;
    width: 80%;
}

section {
    float: left;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
}

.button_send {
    background-color: #4e7bc8;
    color: #fff;
    width: 29vw;
    height: 4vw;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 1vw;
}

.button_send:disabled {
    background-color: #d3e2fc;
    color: #fff;
    width: 29vw;
    height: 4vw;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 1vw;
}

.sections {
    /*margin-left: 10%;*/
    margin-left: 5vw;
    display: flex;
}

section {
    float: left;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 1vw;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 1vw;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 1vw;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 1vw;
}

/* inViewport */

[data-inviewport="scale-in"] {
    transition: 1s;
    transform: scale(0.98);
}

[data-inviewport="scale-in"].is-inViewport {
    transform: scale(1);
}


 .small_title_section {
     top: 144px;
     left: 44px;
     width: 157px;
     height: 27px;
     text-align: left;
     font-family: Roboto, sans-serif;
     font-size: 22px !important;

     letter-spacing: 0px;
     color: #181F4B;
     opacity: 1;
 }

.title_input {
    width: 154px;
    height: 19px;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 16px !important;
    letter-spacing: 0px;
    color: #181F4B;
    opacity: 1;
}

.input_box {
    width: 333px;
    height: 62px;
    margin-top: 8px;
    background: #F3F3F3 0% 0% no-repeat padding-box;
    opacity: 1;
}

.small_input {
    margin-top: 8px;
    border: none;
    left: 44px;
    width: 90%;
    height: 62px;
    background: #F3F3F3 0% 0% no-repeat padding-box;
    opacity: 1;
}

.tall_input {
    margin-top: 8px;
    border: none;
    left: 44px;
    width: 95%;
    height: 62px;
    background: #F3F3F3 0% 0% no-repeat padding-box;
    opacity: 1;
}

.contact_img {
    top: 297px;
    left: 777px;
    width: 418px;
    height: 336px;
    background: transparent url('images/contact_img.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.message_textarea {
    margin-top: 8px;
    resize: none;
    border: none;
    width: 95%;
    height: 114px;
    background: #F3F3F3 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;

}
::placeholder {
    padding-top: 1em;
    margin-top: 30px;
    left: 56px;
    width: 166px;
    height: 19px;
    text-align: left;
    font-family: Roboto, sans-serif;
    /*   font-size: 1em !important;*/
    letter-spacing: 0px;
    color: #5B5F79;

}

.btn_send_email{
    top: 695px;
    left: 44px;
    width: 95%;
    height: 80px;
    background: #32BA8D 0% 0% no-repeat padding-box;
    opacity: 1;
    border: none;

}
.text-btn{
    font-family: Roboto, sans-serif;
    font-size: 18px !important;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.btn_send_email:disabled{
    background: #A3CABD 0% 0% no-repeat padding-box;
}

input[type="text"]
{

    text-align: left;
    font-family: Roboto, sans-serif;
    /*   font-size: 1em !important;*/
    letter-spacing: 0px;
    color: #181F4B;
    opacity: 1;
}
