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

/* Backgroung image */
body {
	 background-image: url(../images/barley-1378181_960_720.jpg);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     display: compact;
	 padding-top: 0px;
	 padding-bottom: 0px;
}

.container {
	background-color: white;
	padding-top: 20px;
}

div.container-fluid {
	background-color: white;!important
}

#navbar {
	/* This style moved the navbar to the left and made the Home button flush with the J B Gray title */
	padding-left: 0px;
}

	/* Header titles formatting */
#main_title_left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 42px;
}
#main_title_left_sub {
	font-size: 15px;
}

#main_title_right {
	font-family: Verdana, Geneva, sans-serif;

	font-size: 20px;
	padding: 7px 0px;

}
#main_title_right_sub {
	font-family: Verdana, Geneva, sans-serif;

	font-size: 20px;
	padding: 7px 0px;
}

	/* Body titles formatting */
.main_title_sub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}

.images_text {
	background-color: #2E3800;
	height: 20px;
	font-size: 18px;
	color: white;
}

footer {
	height: 250px;
	background-color: #353535;
	margin-top: 80px;
}
#footer_text {
	padding-top: 10px;
	color: white;
}
#title_background {
	background-color: #C0C0C0;
}
#notice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
#notice1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
/*
#statement {
	font-size: 20px;
}
*/

/* Modifications to images  */
#banner_img {
	border-bottom: thin solid #999;
	border-top: thin solid #999;
}

@media screen and (min-width: 768px) {
	#main_title_right {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	font-size: 25px;
	padding: 7px 0px;
}

	#main_title_right_sub {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	font-size: 25px;
	padding: 7px 0px;
}


	#main_title_left_sub {
	font-size: 20px;
}
	
}

@media screen and (max-width: 768px) {
	
	#main_title_right {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	font-size: 15px;
	padding: 7px 0px;
}
	#main_title_right_sub {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	font-size: 15px;
	padding: 7px 0px;
}
	
    #main_title_left {
        font-size: 1.2em;
    }
	
	.main_title_sub {
		font-size: 1.2em;
	}
}

/* Commented out Andrew Lee
@media screen and (max-width: 568px) {
    #main_title_left {
        font-size: 0.9em;
    }
	
	#main_title_right {
		font-size: 0.9em;
	}
	
	#main_title_sub {
		font-size: 0.7em;
	}
}
*/
