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

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);


html {
	height: 100%;
	background:
		url(/images/orange-rays.png) top left no-repeat,
		url(/images/green-rays.png) bottom right no-repeat,
		url(/images/wawaseed-corn-field-2.jpg) bottom center no-repeat; 
	-webkit-background-size: auto, auto, cover;
	-moz-background-size: auto, auto, cover;
	-o-background-size: auto, auto, cover;
	background-size: auto, auto, cover;
	background-attachment: fixed;
}

body {
	font-family: 'Roboto Slab', serif;
	color: #333;
}

#logo {
	position: absolute;
	top: 20px;
	right: 50px;
	width: 800px;
	height: 215px;	
	text-indent: -9999px;
	background: url(/images/Wawaseed-Logo-4-Color-800.png) top right no-repeat;
}

#container {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 70%;
}

h2 {
	font-weight: 400;
	font-size: 28px;
}

p {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 18px;
}

ul {
	list-style: square;
	list-style-position: outside;
	margin: 0 0 18px 30px;
}

li {
	margin: 15px 0;
	font-size: 16px;
	font-weight: 400;
}

a {
	color: #007738;
}

.sub {
	font-size: 50%;
}

#contacts {
	list-style: none;
	margin:0;
	padding:0;
}

#contacts li {
	position: relative;
	float: left;
	margin:0;
	padding:0;
	margin-right: 20px;
	font-size: 130%;
}

@media all and (max-width: 1048px) {

#logo {
	width: 75%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

}

@media all and (max-height: 700px) and (min-width: 500px), all and (max-height: 800px) and (max-width: 750px) {

#container {
	position: inherit;
	margin-top: 25%;
	margin-left: 50px;
	padding-bottom: 50px;
}

}

@media all and (max-width: 500px) {
	
html {
	background: url(/images/wawaseed-corn-field-2.jpg) bottom center no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body {
	height: 100%;
}

#logo {
	position: inherit;
	background-position: top center;
	width: 100%;
	right: 0;
	height: 20%;
}

#container {
	position: inherit;
	width: inherit;
	padding: 0 30px 30px;
	margin: 0;
}

h2, p, li {
	text-align: center;
}

p, li {
	font-size: 115%;
}

ul {
	list-style: none;
	margin: 10px 0;
	border-top: 1px solid #ddd;
	background-color: rgba(255,255,255,0.7);
}

li {
	position: relative;
	display: block;
	margin:0;
	padding: 10px 5px;
	border-bottom: 1px solid #ddd;
}

#contacts {
	border: none;
	background: none;
}

#contacts li {
	position: inherit;
	float: none;
	text-align: left;
	background: none;
	border: none;
	padding: 5px 0;
}

}