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


#index_nav1{
	position: inherit;
	
}

#index_nav2{
	position: inherit;
	background-color:#ab5e29;
	height: auto;
	padding: 4px 0px 4px 0px;
}

#index_logo{
	width: 170px;
	height: auto;
	max-width: 170px;
	float:left;
	padding-top: 12px;
}


#index_mission_statement{
	font-size:18px;
	margin-bottom: 16px;
}


.four_photo_row{
	height: 228px;
}

/*Used for colored bars beneath the four photos*/
.photo_link{
	height: 28px;
	width: 100%;
  	float: left;
	text-align:center;
	line-height: 4px;
	text-transform: uppercase;
}


/* --------------Device Adjustments-----------------*/

/* Desktops and laptops  */
@media only screen and (min-width:1025px)

{
	/* Four Photo Row */
	.col-lg-one-quarter{
		width: 25%;		
	}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px)
{
	/* Four Photo Row */
	.col-md-one-half{
		width: 50%;
	}
}


/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) 
{	
	
	#index_nav1{
		text-align: center;
	}

	#index_nav2{
		text-align:center;
	}

	#index_logo{
		width: 120px;
	}
	
	#index_mission_statement{
	font-size:16px;
	}
	
}
