#contact-container {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    width: 100%;
    background-color: #000000;
}

#contact-form-1 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    bottom: 0;
    width: 100%;
}

#name {
    margin-top: 15px;
    padding: 3px;
    width: 60%;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

#email {
    padding: 3px;
    width: 60%;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

#subject {
    padding: 3px;
    width: 60%;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

#message {
    margin-top: 15px;
    padding: 3px;
    width: 90%;
    height: 350px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

#form-success {
    display: none;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}

#form-error {
    display: none;
    text-align: center;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 17px;
    color: #ff0000;
}

input[type='submit'] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-family: 'Segoe UI';
    font-weight: bold;
    width: 150px;
    height: 40px;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
}

#banner-holder-1 {
    position: relative; 
    display: flex; 
    flex-flow: row; 
    justify-content: center; 
    align-items: center; 
    padding: 0px 10px 10px 10px; 
    width: 100%; 
    border-bottom: solid; 
    border-width: 5px; 
    border-color: #ffffff; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#banner-1-text {
    text-align: center; 
    margin-left: 15px;
}

#contact-icon-1 {

}

#contact-icon-2 {
    margin-left: 15px;
}

#contact-content-holder-1 {
    display: flex; 
    flex-flow: column nowrap; 
    justify-content: center; 
    align-items: center; 
    margin-top: 25px; 
    padding-bottom: 25px; 
    width: 100%; 
    border-bottom: solid; 
    border-width: 5px; 
    border-color: #ffffff;
}

#contact-form-holder {
    display: flex; 
    flex-flow: column nowrap; 
    justify-content: center; 
    align-items: center; 
    width: 90%;
}

#contact-icons-bar {
    display: flex; 
    flex-flow: row nowrap; 
    justify-content: center; 
    align-items: center; 
    margin-top: 25px;
    width: 90%;
}

#contact-header-1 {
    margin-top: 50px; 
    font-weight: bold; 
    width: 90%;
}

.contact-icon-1 {

}

.contact-icon-2 {
    margin-top: 0px;
    margin-left: 50px;
}

@media only screen and (min-width: 650px) {
    #banner-holder-1 {
        padding: 0px 30px 30px 30px; 
    }

    #contact-icon-2 {
        margin-left: 30px;
    }
    
    #banner-1-text {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 960px) {
    #contact-container {
        margin-top: 170px;
    }

    #banner-holder-1 {
        padding: 0px 50px 50px 50px; 
        border-width: 10px; 
    }
    
    #banner-1-text {
        text-align: center; 
        margin-left: 50px;
    }
    
    #contact-icon-1 {
    
    }
    
    #contact-icon-2 {
        margin-left: 50px;
    }

    #contact-content-holder-1 {
        flex-flow: row nowrap; 
        margin-top: 25px; 
        padding-bottom: 50px; 
        width: 100%; 
        border-width: 10px; 
    }

    #contact-form-holder {
        width: 40%;
    }
    
    #contact-icons-bar {
        flex-flow: column nowrap; 
        margin-top: 0px;
        width: 20%;
    }

    #contact-header-1 {
        width: 65%;
    }

    .contact-icon-2 {
        margin-top: 50px;
        margin-left: 0px;
    }
}