@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, "sans-serif";
	margin: 0;
	background: url('background.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto
}
h1 {
	font-size: 34px;
	font-weight: normal
}
footer {
	background: #ff5100;
	text-align: center;
	color: #fff;
	padding-top: 160px;
	padding-bottom: 10%;
}
header {
	padding: 45px;
	min-height: 150px
}
.logo {
	width: 30%;
	float: left;
	position: relative
}
.contact {
	width: 30%;
	float: right;
	position: relative;
	text-align: right
}
.contact a {color:#ff5100; text-decoration: none; letter-spacing:1px}
.contact a:hover {color:#555}

.container {
	text-align: center;
	float: none;
	margin: 0px auto -50px auto;
	padding-top: 60px;
	padding-left: 0px;
	padding-right: 0px; width:1000px; 
}
	


@media only screen and (min-width: 500px) and (max-width: 900px) {
	.container img {width:100%;}
	.container {
	text-align: center;
	float: none;
	margin-bottom: -100px; margin-left:auto; margin-right:auto;
	padding: 100px 0px 0px 0px; width:100%;
}

}


@media only screen and (max-width: 499px) {
body {
	font-family: Helvetica, Arial, "sans-serif";
	margin: 0;
	background: url('background.png');
	background-position:top center;
	background-repeat: no-repeat;
	background-size:contain
}
h1 {
	font-size: 24px;
	font-weight: normal
}
header {
	padding: 45px;
	min-height: 130px
}
.logo {
	width: 100%;
	float: none;
	position: relative;
	text-align: center;
}
.contact {
	width: 100%;
	float: none;
	position: relative;
	text-align: center;
}
	
	
.container {
	text-align: center;
	float: none;
	margin-bottom: -50px;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 25px; width:90%; 
}
	
	.container2 {
 width:80%; 
}
.container img {
	width: 100%;
	height: auto; padding-top:15%
}
footer {
	background: #ff5100;
	text-align: center;
	color: #fff;
	padding-top: 35%;
	padding-bottom: 20%;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 200px;
	font-size: 12px
}

}


