 .contact #level-1 {
  float: left;
  width: 100%;
  display: block;
  	/*background-image: url("/Images/contact-bg1.jpg");
	background-repeat: no-repeat;
	height: 1000px;*/
  position: relative;
  	background-position: center center;
    margin-top: 90px;
    margin-bottom: 20px;
}

.contact #level-1 .layer1 {
   background-image: url("/Images/layer1-contact-section1.png");
    background-position: calc(50% - 80px) center;
    background-repeat: no-repeat;
    display: block;
    height: 278px;
    left: 0;
    position: absolute;
    top: 180px;
    width: 100%;
    z-index: 4;
}


.contact #level-1 .layer2 .textbox1 {
 background-image: url("/Images/layer2-contact-section1-textbox1.png");
    width: 319px;
    height: 227px;
    padding: 40px 45px;
    display: block;
    background-repeat: no-repeat;
    margin: 15px auto 0;
    color: #000;
    text-align: center;
}

.contact #level-1 .layer2 .textbox2 {
   background-image: url("/Images/layer2-contact-section1-textbox2.png");
    background-repeat: no-repeat;
    color: #000;
    display: block;
    height: 244px;
    margin: 15px 0 0 21%;
    padding: 30px 50px 40px 195px;
    text-align: left;
    width: 456px;
}

.contact #level-1 .layer2 .textbox1 .text {
    font-size: 22px;
    line-height: 32px;
}

.contact #level-1 .layer2 .textbox2 .text {
    font-size: 22px;
    line-height: 25px;
}

.contact .text a {
    color: #6e3e1e;
}

.contact #level-1 .layer2 form {
    background-image: url("/Images/blog-btn-bg.png");
    border: 5px solid #905127; 
    width: 320px;
    border-radius: 15px;
    margin: 15px auto;
    padding: 10px;
}

.contact #level-1 .layer2 form label {
    font-size: 22px;
    font-weight: normal;
    width: 100%;
}

.contact #level-1 .layer2 form input[type="text"], .contact #level-1 .layer2 form textarea {
    border: 2px solid #905228;
    border-radius: 15px;
    padding: 1px 10px;
    width: 100%;
    font-size: 18px;
}

.contact #level-1 .layer2 form textarea {
    height: 150px;
}

.contact #level-1 .layer2 form input[type="submit"] {
    border: medium none;
    border-radius: 15px;
    font-size: 22px;
    margin: 20px 0 0;
    padding: 0 30px;
    text-transform: uppercase;
    background-color: #905228;
    color: #fff;
}

@media screen and (min-width:768px) and (max-width:992px) {
.contact #level-1 .layer2 .textbox2 { margin: 15px 0 0 12%;}
}
@media screen and (max-width:767px) {
 .contact #level-1 .layer2 .textbox2 { margin: 15px 0 0 -12%;}
}
@media screen and (min-width:1px) and (max-width:479px) {
    .contact #level-1 .layer2 .textbox1 {
     background-size: 100% auto;  
    width: 300px;
        padding: 38px 35px;
    }
    .contact #level-1 .layer2 .textbox1 .text {
    line-height: 29px;
}
    .contact #level-1 .layer2 .textbox2 {
     background-size: 100% auto;
    margin: 15px 0 0 -33%;
    width: 410px;
    }    
    .contact #level-1 .layer2 form {
       width: 290px; 
    }
}