/*
File       : NHRanch.css
Author     : JWDarsow
Created on : Tuesday, May 10, 2016
*/

/*═══════════════════════════════════ Body ═══════════════════════════════════*/
html {
   background: url("../images/LghtSANDSTND.JPG"), url("../images/gradient.svg");
	/*background-size:100% 100%;*/
	background-size:auto, auto;
   height:100%;
}

/*══════════════════════════════════ Layout ══════════════════════════════════*/


#body-middle {  
   width: 100%;
   text-align: center;  
   font-size: 1.75em;
   float: left;
}

#footer-menu {  
   text-align: center;  
}

/*───────────────────────────────── Centered ─────────────────────────────────*/
.content-cent {
   text-align: center;  
}

/*════════════════════════════════ Navigation ════════════════════════════════*/

/*═════════════════════════════════ Headings ═════════════════════════════════*/

/*════════════════════════════════ Text Styles ═══════════════════════════════*/

/*═══════════════════════════════════ Lists ══════════════════════════════════*/

/*═══════════════════════════════════ Forms ══════════════════════════════════*/

/*═══════════════════════════════════ Links ══════════════════════════════════*/

/*═══════════════════════════════════ Misc ═══════════════════════════════════*/

.histpic {
   border-top-width: 1px;  
   border-right-width: 1px;  
   border-bottom-width: 1px;  
   border-left-width: 1px;  
   border-top-style: solid;  
   border-right-style: solid;  
   border-bottom-style: solid;  
   border-left-style: solid;  
   width: 450px;  
   height: 310px;
}

.hilight1 {
   color: crimson;
   font-size: 150%;
}

.hilight2 {
   color: deeppink;
   font-size: 200%;
}
   
