/* Some general stuff */ 
* {
    margin: 0;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
}

body {
    overflow-x: hidden;
}

/* The main page content */ 
#page_content {
    position: relative;
    transition: .3s ease-in-out;
}


/* SECTION3 - Contact Us */ 
#contact_us {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100px;
    margin-bottom: -80px;
    background-color: #ffffff;
}

#contact_us #contact_us_header {
    position: relative;
    z-index: 1;

    width: calc(100% - 30px);
    margin: 0 auto;
    text-align: center;
}

#contact_us #contact_us_header h1 {
    font-size: 35px;
    line-height: 15px;
    letter-spacing: -1px;
    font-style: italic;
    font-weight: 500;
    color: #000000;
}

#contact_us #contact_us_header h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    letter-spacing: -2px;
    font-size: 50px;
    color: #007fff;
}

#contact_us #contact_content {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 80px auto 0 auto;
    
    display: flex;
    justify-content: center;
    text-align: center;
}

#contact_us #contact_content #contact_info {display: table;}

#contact_us #contact_content #contact_info .contact_info_box {
    display: flex;
    justify-content: left;
    margin: 50px 0;
}

#contact_us #contact_content #contact_info .contact_info_box img {
    width: 55px;
    height: 55px;
    margin: auto 25px auto 0;
}

#contact_us #contact_content #contact_info .contact_info_box .actual_contact_info_box {text-align: left;}

#contact_us #contact_content #contact_info .contact_info_box .actual_contact_info_box h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

#contact_us #contact_content #contact_info .contact_info_box .actual_contact_info_box h2 {
    font-size: 20px;
    font-weight: 400;
    color: #007fff;
}

#contact_us #contact_content #contact_form {
    position: relative;
    z-index: 2;

    width: 50%;
    max-width: 450px;
    margin-left: 120px;
    padding-top: 10px;
    text-align: center;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    background-color: #007fff;
}

#contact_us #contact_content #contact_form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contact_us #contact_content #contact_form form input {
    box-sizing: border-box;
    width: calc(100% - 30px);
    margin: 30px auto 0px auto;
    padding: 20px;

    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d9f7fa;

    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #d9f7fa !important;
    outline: none;
}
#contact_us #contact_content #contact_form form input::placeholder {color: #d9f7fa;}

#contact_us #contact_content #contact_form form #second_mail_adress {display: none;}

#contact_us #contact_content #contact_form form textarea {
    box-sizing: border-box;
    width: calc(100% - 30px);
    margin: 30px auto 0px auto;
    padding: 20px 20px 40px 20px;

    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d9f7fa;

    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #d9f7fa !important;
    outline: none;
    resize: none;
}
#contact_us #contact_content #contact_form form textarea::placeholder {color: #d9f7fa;}

#contact_us #contact_content #contact_form form button {
    width: 175px;
    padding: 15px 0;
    margin: 20px auto 40px auto;
    text-align: center;

    background-color: transparent;
    border: 2px solid #d9f7fa;

    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #d9f7fa;

    transition: .3s all;
}

#contact_us #contact_content #contact_form form button:hover {
    cursor: pointer;
    background-color: #d9f7fa;
    border: 2px solid #d9f7fa;
    color: #007fff;
}

#contact_us #contact_content #contact_form form h1 {
    color: #f4a8a8;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 7px 0 7px 20px;
}

#contact_us #contact_content #contact_form form h2 {
    font-size: 15px;
    font-weight: 400;
    color: #d9f7fa;

    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 20px;
}

#contact_us #contact_striped_model1 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    content: '';
    width: 200px;
    height: 15px;
    background-color: #007fff;
    opacity: .1;
}

#contact_us #contact_striped_model1:before {
    position: absolute;
    top: -30px;
    right: 0;

    content: '';
    width: 70%;
    height: 15px;
    background-color: #007fff;
}

#contact_us #contact_striped_model1:after {
    position: absolute;
    top: +30px;
    right: 0;

    content: '';
    width: 70%;
    height: 15px;
    background-color: #007fff;
}

#contact_us #contact_striped_model2 {
    position: absolute;
    z-index: 0;
    top: 150px;
    left: 0;

    content: '';
    width: 60vw;
    height: 30px;
    background-color: #007fff;
    opacity: .1;
}

#contact_us #contact_striped_model2:before {
    position: absolute;
    top: -70px;
    left: 0;

    content: '';
    width: 75%;
    height: 30px;
    background-color: #007fff;
}

#contact_us #contact_striped_model2:after {
    position: absolute;
    top: +70px;
    left: 0;

    content: '';
    width: 75%;
    height: 30px;
    background-color: #007fff;
}

@media (max-width: 1000px) {
    #contact_us #contact_content {
        flex-direction: column;
        margin-top: 0;
    }
    #contact_us #contact_content #contact_info {
        margin: 30px auto;
    }
    #contact_us #contact_content #contact_form {
        width: 100%;
        margin: 0 auto;
    }
}