@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';

body{background:url(images/worx-background-02.jpg) top center  no-repeat; background-size:1920px; margin:0; font-family:"Roboto"}
a, a:hover, a:active{text-decoration:none; color:white}
.clear{clear:both}
.contentContain{width:100%; max-width:1150px; margin:auto; padding:15px 0px}

header{width:100%; height:143px; padding-top:20px; background-color:rgba(217,156,94,0.75)}
header .contentContain{}
#headerLogo{float:left; padding-bottom: 36px;}
header h1{float:right; color:white; font-family:"Roboto"; font-weight:700; background-color:}

section{clear:both; width:100%; max-width:1150px; max-height:733px; min-height:733px; margin:auto;}
form{float:right; clear:both; margin-top:110px}
input{width:450px; margin:5px 0px; padding:25px; background-color:rgba(255,255,255,0.56); border:#56574a 1px inset; font-family:"Roboto"; font-size:14px}
textarea{width:450px; margin:5px 0px; padding:25px; background-color:rgba(255,255,255,0.56); border:#56574a 1px inset; font-family:"Roboto"; height:230px; resize:none; font-size:14px}
.button{width:125px; height:40px; background:#af7f4e; border:solid 1px black; text-align:center; color:white; line-height:39px; padding:0}
section .button{float:right;}

*::-webkit-input-placeholder {color: #3e3844; font-family:"Roboto";}
*:-moz-placeholder {color: #3e3844; font-family:"Roboto";}	
*::-moz-placeholder {color: #3e3844; font-family:"Roboto";}
*:-ms-input-placeholder {color: #3e3844; font-family:"Roboto";}

footer{width:100%; color:white; clear:both; min-height:350px; background:url(images/footer-bg.png) repeat}
#footerLeft{float:left; width:100%; max-width:500px; font-weight:300; padding-top:50px; padding-right:50px}
#footerMiddle{float:left; font-weight:300; padding-top:50px; padding-right:50px}
#footerMiddle img{float:left}
#footerMiddleText{width:200px; float:left; padding-left:15px}
#footerMiddle .button{background-color:#338a8a}
#footerRight{padding-top:45px; float:left; line-height:30px}

@media only screen and (max-device-width: 780px) {
	section{padding:10px}
	footer{padding:10px}
}