@import "./fonts.css";

body {
	background-color: #494949;
	/* font-family: Arial,Helvetica,sans-serif; */
	font-family: "Sommet Rounded","Sommet Rounded Regular", arial !important; 
	font-size: 0.8em;
	padding: 0 100px 0 100px;
}

html {
	width: 100%;
}
#loaddiv {
	border-right: #785e4f 4px groove;
	padding-right: 20px;
	border-top: #785e4f 4px groove;
	padding-left: 20px;
	font-weight: bold;
	z-index: 100;
	filter: alpha(opacity=75);
	left: 260px;
	padding-bottom: 20px;
	margin-left: auto;
	border-left: #785e4f 4px groove;
	width: 250px;
	margin-right: auto;
	padding-top: 20px;
	border-bottom: #785e4f 4px groove;
	position: absolute;
	top: 308px;
	background-color: #ffffff; /* background-color: #e7b047; */
	text-align: center;
	opacity: .75
}
#page {
	width: 100%;
	max-width: 1600px;
	height: 100%;
	background: #fff;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#header {
	height: 77px;
}
#bluebar {
	position: relative;
	background: #fff url(../images/navbg.png) repeat-x top center;
	height: 69px;
}

@media (max-width: 350px){
	#nav-logo {
		position: absolute;
		object-fit: cover;
		top: 0px;
	}
}
@media (min-width: 351px){
	#nav-logo {
		position: absolute;
		top: 0px;
		padding-left: 71px;
	}
}

a.header-link {
	display: block;
	float: right;
	color: #FFF;
	text-decoration: none;
	line-height: 35px;
	margin-right: 71px;

	font-size: 9pt;
	font-family: Helvetica,sans-serif;
	font-weight: bold;

}
a.header-link:hover {
	text-decoration: underline;
}
#content {
	background-image: url('../images/westernAg_img12_fieldSunset_0.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 560px;
	width: 100%;
	background-size: auto 100%;
}
#svgContainer {
	margin: auto;
	width: 100%;
	height: 330px;
	/*
	height: 450px;
	width: 540px;
	float:right; 
	*/
	/*margin-top: 1.5em;*/
	/*margin-right: 70px;*/
	padding-left: 1em;
	padding-right: 1em;
}
#field_banner_text {
	/*
	margin-top: 64px;
	margin-left: 40px;
	padding: 0 15px 15px 15px;
	float: left;
	width: 400px;
	*/
	
	margin-top: 16px;
    margin-left: 2%;
    margin-right: 2%;
    padding: 1px 15px 8px 15px;
	
	color: #333;
	font-size: 1.25em;
	text-align: left;
	background: transparent url(../images/banner-text-bg.png) repeat;
	border-radius: 15px;
}

#generic_header {
	color: #333;
	font-size: 1.25em;
	text-align: left;
	margin-top: 15px;
	padding: 3px;
	background: transparent url(../images/banner-text-bg.png) repeat;
	border-radius: 15px;
}
#field_banner_text h2 {
	font-weight: normal;
	color: #393f8a;
	font-family: 'Sommet Rounded','Sommet Rounded Regular',arial;
	/* margin-bottom: 2px;
	margin-top: 2px; */
}
#wagFooter {
	padding: 0;
	background: #000 url("/images/footerbg.jpg") repeat-x top;
	min-height: 160px;
}
#wapaLogoWhite {
	float: right;
	margin-top: 40px;
	margin-right: 71px;
	height: 44px;
	width: 192px;
	background: url("/images/westernag_wapa.png") no-repeat bottom;
	min-height: 65px;
}
#wagLogoWhite {
	float: right;
	margin-top: 40px;
	margin-right: 71px;
	height: 44px;
	width: 192px;
	background: url("/images/westernag_goc.png") no-repeat bottom;
	min-height: 65px;
}
#wagLogoCropcast {
	float: left;
	margin-top: 60px;
	margin-left: 71px;
	height: 50px;
	width: 76px;
	background: url("/images/cropcaster_logo_76x50.png") no-repeat bottom;
	min-height: 50px;
}


/* #### Desktops #### */
/*
@media screen and (max-width: 1340px){

  #field_banner_text {
	float: none;
	margin: auto;
	margin-top: 16px;
  }  
  #svgContainer {
	float: none;
	margin: auto;
	margin-top: 16px;
  }
  
  #content {
    background-size: auto 100%;
  }
}

*/

@media screen and (max-width: 1500px){
	body{
		padding: 0;
	}
}