/* 
Navy #041E42
Gold #FFC72C 
*/
html,
body {
	/* padding-top:30px; fix for sticky footer */
	background-image:url(../images/mountain_hero.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	/* The html and body elements cannot have any padding or margin. */ 
	font-family: Arial, Helvetica, sans-serif;
}
.watermark{
    background-image:url(../images/roanlargelogowatermark.png); 
	background-repeat: no-repeat;
	background-position:right;
	background-size:50%; 
}
hr {
	height: 2px;
	background-color: #041E42;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}