@charset "UTF-8";
.contactdive {
    background-image: url(../images/bg_wide_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
}
.contactdive  h2 {
    text-align: center;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    color: hsla(0,0%,20%,1.00);
    font-size: 1.5em;
}
input {
    width: 100%;
    height: 40px;
    border: thin solid hsla(0,0%,20%,1.00);
    margin-bottom: 15px;
    text-transform: capitalize;
    padding-left: 10px;
}
#textarea {
    width: 100%;
    border: thin solid hsla(0,0%,20%,1.00);
    height: 275px;
    margin-bottom: 15px;
    text-transform: capitalize;
    padding-left: 10px;
}
#submit {
    background-color: hsla(0,0%,20%,1.00);
    color: hsla(0,0%,100%,1.00);
    padding-top: 10px;
    padding-bottom: 35px;
}
#submit:hover {
    background-color: hsla(118,98%,16%,1.00);
}
.transbg {
    background-color: hsla(0,0%,100%,0.71);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
    width: 100%;
}
#contactbanner {
    background-image: url(../images/the-org.png);
    padding-top: 200px;
    padding-bottom: 200px;
}
