.contact{
    width: 100%;
    /*background-image: url(../images/BlueSquares.jpg);*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
    padding-bottom: 50px;
}

/*
.contact:after{
    content: "Contact";
    top: -41px;
    left: 0;
    background-color: transparent;
    position: absolute;
    color: #0a2b3a;
    border: 1px #0a2b3a solid;
    border-bottom-right-radius: 5px;
    z-index: 2;
    font-size: 22px;
    font-family: bender;
    padding: 5px;
    padding-left: 4px;
    border-top: none;
    border-left: none;
}

.contact:before{
    content: "";
    top: -41px;
    left: 89px;
    right:0;
    height: 43px;
    background-color: #fff;
    position: absolute;
    color: #0a2b3a;
    z-index: 2;
    font-size: 22px;
    font-family: bender;
    padding: 5px;
    padding-left: 4px;
}

*/
.contact label{
    font-family: bender;
    color: #040020;
    font-size: 16px;
    width: 100%;
    font-weight: normal;
}

.contact input{
    width: 100%;
    border-radius: 4px;
    border: 1px rgba(4,0,32,.8) solid;
    height: 34px;
}
.contact textarea{
    width: 100%;
   border-radius: 4px;
    border: 1px rgba(4,0,32,.8) solid;
}

.contact form{
    margin-top: 25px;
}

.contact input[type = "submit"]{
    background-color:#040020;
    border: 0;
    box-shadow: none;
    color: #fff;
    width: 30%;
    margin: auto;
    display: block;
    margin-top: 15px;
    height: 30px;
}

.contact input[type = "submit"]:active{
    color: #085DCB;
}

.adam-email{
    text-align: center;
    margin-bottom: 15px;
}

:focus {
    outline:  #085DCB auto 2px;
}

.contact h4{
    color: #085DCB;
    font-family: bender;
    font-size: 17px;
    margin-top: 0px;
    text-align: center;
    margin-top: -30px;

}
