
/****************************************************
 Single Column layout - digital screens (not print) larger than 480px
 ****************************************************/



@media screen and (max-width: 736px) {
	
	/****************************************************
	Stack main content columns
	****************************************************/
	#primary_column_wide{
		width:100%;
		border-left:0;
		border-right:0;
	}
	#secondary_column_narrow{
		width:100%;
		border-left:0;
		border-right:0;
	}
	.secondary_column_teaser_box{
		float:left;
		width:98%;
		margin:2px 1%;
		font-size:.85em;
	}
	
	#primary_column_narrow{
		width:100%;
		border-left:0;
		border-right:0;
	}
	
	#secondary_column_wide{
		width:100%;
		border-left:0;
		border-right:0;
	}
	
	
	/****************************************************
	Realign header
	****************************************************/
	
	#logo-box {
		display:block;
		position:static;
		margin:0 auto 0;
	}
	
	#nav-menu-box {
		width: 100%;
		margin: 100px auto 0;
		z-index: 9;
	}
	
	nav ul{
		width:100%;
		float:none;
		margin:0 auto;
		text-align:center;
		padding:0;
	}
	
	nav li{
		display:inline-block;
		margin:5px 2px 0;
		padding:5px 2px;
	}

	/****************************************************
	Stack Footer content
	****************************************************/


.footer-menu-box {
	vertical-align: top;
	margin: 1%;
	padding: 10px;
	width: 48%;
	/* min-height: 140px; */
	float: left;
	border-radius: 5px;
	/* background-color: #fcfc6d; */
	font-size: 0.9em;
	text-align: left;
}


	/****************************************************
	Size table
	****************************************************/
	
	table.schedtable {
	width: 100%;
	margin: auto;
}
		
	table.schedtable td{
		font-size:.6em;
		line-height:1.2em;
	}
	
	table.schedtable tr {

	min-height:0;
	}
	
	table.schedtable td {
	padding: 1px 1px 1px;
}
	
	



	
/****************************************************
FUTURE POSSIBLE USE
 ****************************************************/

/*large tablets and normal sized desktops*/
@media screen and (min-width: 660px){
}	

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}
