@import url(../fonts/style_sheet.css);
body{ font-family: 'Open Sans', sans-serif; font-size:13px; padding:0px; margin:0px; background:#923200  no-repeat 13% 0px;}
textarea{ font-family: 'Open Sans', sans-serif; font-size:13px;}
body input{ font-family: 'Open Sans', sans-serif;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
body input:focus, textarea:focus{ border-color:#0d4b62; box-shadow: 0 0 5px #c1c1c1; transition:all 0.3s ease;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
li{ list-style:none;}
body a{ text-decoration:none;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
.main_wrapper{ width:1000px; margin:0 auto;}
.logo_container{ width:100%; float:left;  text-align:center; /*background:url(../images/logo.png) no-repeat center;*/ margin-top:156px;}
.welcome_txt{ width:100%; letter-spacing:2px; float:left; font-family: 'Open Sans', sans-serif; font-size:30px; color:#FFF; font-weight:600; text-align:center; margin-top:78px;}
.welcome_txt_sub{ width:100%; float:left; text-align:center; color:#FFF; font-size:26px; font-family: 'Open Sans', sans-serif; font-weight:lighter; line-height:38px; margin-top:87px;}
.welcome_txt_sub span{ font-weight:600;}
.find_wrapper{ width:100%; float:left; font-size:18px; letter-spacing:0.5px; color:#FFF; text-align:center; line-height:30px; margin-top:50px; font-weight:lighter;}
.find_wrapper span{ font-weight:600;}
.find_wrapper a{ color:#FFF;}
.find_wrapper a:hover{ text-decoration:underline;}
.copyright_wrapper{ width:100%; float:left; text-align:center; font-size:10px; color:#FFF; margin-top:100px; letter-spacing:0.3px; margin-bottom:100px;}
.copyright_wrapper a{ color:#FFF;}
.copyright_wrapper a:hover{ text-decoration:underline;}
@media only screen 
and (min-width : 320px) 
and (max-width : 1024px)  { 
.main_wrapper{ width:96%; padding:0% 2%;}
.logo_container{ margin-top:315px;}
body{background:#923200  no-repeat center 0px;}
.logo_container img{ width:80%}
}
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
.welcome_txt{ font-size:25px;}
.welcome_txt_sub{ font-size:21px; line-height:33px;}
.find_wrapper{ font-size:15px;}
.copyright_wrapper{ margin:50px 0px;}
}
@media only screen 
and (max-width : 480px) {
body{background-size: 66%;}
}
@media only screen 
and (max-width : 320px) {
	body{background-size: 83%;}
	}