<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bannerWrap {

	max-width:100%;
	margin:auto;
	background:url(../images/bg3.jpg);
	background-repeat:no-repeat;
	background-size: cover;


}

#banner { /* banner css */
	
	width: 80%;
	height:200px;
	min-width:300px;
	position:relative;
	margin:auto;
	overflow:hidden;
	
}

#footer {

	
	background:url('/img/authBack.png') #03a299;
	background-repeat:repeat-x;
	width: var(--MainSiteWidth);
	min-width:300px; 
	min-height:150px;  
	border-radius:8px; 
	padding:25px;
	text-align:center;
	color:antiquewhite;
	margin:1.5rem auto;
	font-family:Segoe, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-family: 'RocknRoll One';
	box-shadow: var(--outlineBoxShadow);
}

#footer a {
	
	display:inline-block; 
	color:white;
	font-family:Segoe, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-family: 'RocknRoll One';
	font-size:1rem;
	padding:4px;
	
}

#footer a:hover {
	
	color:yellow;
	
}

#banner_logo { /* NMLB logo along with the state logo and flag icon */
	
	height:50%;
	width:auto;
	
}

#nmlb_text { /* New Mexico Livestock Board Text (image) */
	
	position:absolute;
	bottom: 0px;
	left:0px;
	height:45%;
	
}

@media screen and (max-width: 850px) { /* Ipad when in portrait mode settings */

	#footer {

		border-radius: 0px;


	}

	#banner {
		
		max-width:768px;
		max-height:150px;
		height:200px;
		min-width:300px;
		position:relative;
		margin:auto;
		overflow:hidden;
		background-size:cover;
		
	}
	
	#banner_logo {
		
		height:50%;
		width:auto;
		
	}

}

@media screen and (max-width: 480px) { /* mobile phone view */

	#banner {
		
		max-width:480px;
		min-width:320px;
		height:150px;
		position:relative;
		margin:auto;
		overflow:hidden;
		background-size:cover;
		
	}
	
	#banner_logo {
		
		height:50%;
		width:auto;
		
	}

	#sidebar {
		
		width:43%;
		
	}

	#footer {

		width: 100%;

	}
	
}

</pre></body></html>