
/* If fluid, set a max-width for horizontal layout and make it centered */
/* This could match the size of the banner graphics :: For uniformity, the container should be used for every 12-COL ROW in the page */
.container {
      margin-right: auto;
      margin-left: auto;
      max-width: 1200px;
}

/* BEGIN overrides bootstrap main infrastructure and the template-specific CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lora,Times, Times New Roman,serif !important;
	font-weight:600;
	color: #654321 !important;
}

p {
	font-family: Arial,Helvetica,sans-serif !important;
	color:#654321 !important; 
	font-size:1.2em !important
} 

.caption {
	font-family: Arial,Helvetica,sans-serif !important;
	color:#654321 !important; 
	font-size:1.1em !important;
	font-style: italic;
}

td {
	font-family:Arial,Helvetica,sans-serif !important;
	color:#654321 !important; 
	font-size:1.2em !important
} 

th {
	font-family: Arial,Helvetica,sans-serif !important;
	color:#654321 !important; 
	font-size:1.2em !important
} 
/* END overrides bootstrap main infrastructure and the template-specific CSS */


/********** this section for XS, less than 768 screens **********/
/* BEGIN XS as < 768 */
@media screen and (max-width: 767px) {
h1	{
	font-family: Lora,Times, Times New Roman,serif !important;
	font-weight: 700 !important;
	color:#654321 !important; 
	font-size:1.5em !important
}
h2	{
	font-family: Lora,Times, Times New Roman,serif !important;
	font-weight: 700 !important;
	color:#654321 !important; 
	font-size:1.3em !important
}
h3 {
	font-family: Lora,Times, Times New Roman,serif !important;
	font-weight: 700 !important;
	color:#654321 !important; 
	font-size:1.2em !important
}
h4 {
	font-family: Lora,Times, Times New Roman,serif !important;
	font-weight: 700 !important;
	color:#654321 !important; 
	font-size:1em !important;
}
h5,
h6 {
   /*font-family: Droid Serif,Times New-Roman, Times, serif !important;*/
   font-family: Lora,Times, Times New Roman,serif !important;
	font-weight: 700 !important;
	color:#654321 !important; 
	font-size:1em !important;
}

.nomarg {margin-top:0px;margin-bottom:0px}

p {
	font-family:Arial,Helvetica,sans-serif !important;
	color:#654321 !important; 
	font-size:1em !important
} 

.caption {
	font-family: Arial,Helvetica,sans-serif !important;
	color:#654321 !important; 
	font-size:.9em !important;
	font-style: italic;
}

td {
	font-family:Arial,Helvetica,sans-serif !important;
	color:#654321 !important; 
	font-size:1em !important
} 

th {
	font-family:Arial,Helvetica,sans-serif !important;
	color:#5d0000 !important; 
	font-size:1em !important
} 

}
/* END XS as < 768 */
/********** END section for or less than 768 screens **********/


/* so as not to conflict with navbar and also to use with glyphicons :: IMP: might want to change color and/or font-size which should probably match the P style above */
ul.norm,li.norm {
	line-height:133% !important;
	font-family:Arial,Helvetica,sans-serif !important;
	font-size:1.15em !important;
	color:#654321 !important; 
}


/* establish background for footer */
footer {
	background-color: #A2625C !important;
	}

.footertext {
	color: #ffffff !important; 
	font-size: .95em !important; 
	font-family: Arial,Helvetica, sans-serif;
	padding-bottom: 8px;
	line-height: 125%;
}
/* END establish background for footer */
	
	
/* footerlinks based on white text */
a.footerlink:link {
	color: #ffffff !important; 
	font-size:.95em !important; 
	text-decoration: underline;
	font-family: Arial,Helvetica, sans-serif;
}

a.footerlink:visited {
	font-size: .95em !important; 
	color: #ffffff !important;
	text-decoration: underline;
	font-family: Arial,Helvetica, sans-serif;
}

a.footerlink:hover {
	font-size: .95em !important; 
	color: #ffffff !important;
	text-decoration: none;
	font-family: Arial,Helvetica, sans-serif;
}
/* END footerlinks based on white text */


/* general links - main element is the underline - don't want underline on main Bootstrap menu */
a.roll:link {
	color: #316C44 !important; 
	font-size:1em !important; 
	text-decoration: underline;
	font-family: Arial,Helvetica, sans-serif;
}

a.roll:visited {
	color: #316C44 !important;
	font-size: 1em !important; 
	text-decoration: underline;
	font-family: Arial,Helvetica, sans-serif;
}

a.roll:hover {
	font-size: 1em !important; 
	color: #459A61 !important;
	text-decoration: none;
	font-family: Arial,Helvetica, sans-serif;
}
/* END general links - main element is the underline - don't want underline on main Bootstrap menu */


/* links for carousel images */
a.headlink:link {
	color: #ffffff !important; 
	text-decoration: none;
}

a.headlink:visited {
	color: #ffffff !important; 
	text-decoration: none;
}

a.headlink:hover {
	color: #ffffff !important; 
	text-decoration: none;
}
/* END links for carousel images */


/* add this to any component for a fade in effect and lightening of component on hover */
.fade{
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
	 opacity:1;
}

.fade:hover{
    opacity:.67;
}
/* END fade in effect and lightening of component on hover */


.carousel-caption {
	margin:0;
	padding:0;
	text-align:center;
	right:0%;
	left:0%;
	}
	
/* text on collapsed screen opposite hamburger button */	
.subtaglinexs {
	margin-top:6px !important;
	margin-bottom:0px !important;
	margin-left:6px !important;
	color:#ffffff !important;
	font-weight:400 !important;
	text-align:left !important;
	font-size:1em !important;
}

	
/* no paddings or margins top and bottom :: mainly for slide show captions */ 
.nomargpad	{
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
}	

/* caption under photos, for e.g. */ 
.captioned {
	color: #5d0000;
	font-size:1em;
	font-style: italic;
}

