/*!
 * This file is the custom styles that overwrite the base Bootstrap settings were needed
 */
 
 

 
/*------------------------------- LEGAL PAGES ---------------------------------*/ 
p a,
p a:hover,
p a:focus,
p a:active {
/*	font-family: 'Avenir LT W01_65 Medium Oblique', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #998d71;*/
	font-family: 'Avenir LT W01_65 Medium Oblique', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #e8a62d;
}
.body-bg h1 {
	font-family: "SignPainter-HouseScript", Helvetica, Arial, sans-serif;
	font-size: 3em;
	line-height: 0.85em;
	margin-bottom: 0.7em;
}
.body-bg h2 {
	font-family: "Avenir LT W01_45 Book", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 1.5em;
	margin-top: -1.0em;
}
.body-bg h3 {
	font-family:"Avenir LT W01_95 Black", Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
	margin: 2em auto 0.25em auto;
	line-height: 1.3em;
}
.legal p {
    line-height: 1.7;
  	margin: 0 0 20px;
}
.body-bg {
	background-color: #f4f2ec;
	padding: 3em;
}
.legal .call-to-action {
	margin: 2.0em auto;
}
.legal .call-to-action a,
.legal .call-to-action a:hover,
.legal .call-to-action a:focus,
.legal .call-to-action a:active {
	font-family: 'Avenir LT W01_65 Medium Oblique', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #e8a62d;
}
.bolder {
	font-family:"Avenir LT W01_95 Black", Helvetica, Arial, sans-serif;
}
.legal-header {
	background-image: url(../img/misc-pg-header-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	height: 250px;
}





/*-------------------------------  MEDIA SIZE STYLES ---------------------------------*/

@media (max-width: 480px) {
.body-bg {
	padding: inherit;
}
}

@media (max-width: 767px) {
.body-bg h1 {
	margin-top: 1em;
}
.legal p {
    font-size: 1.10em;
}
}

@media (max-width: 992px) {

}

@media (max-width: 1200px) {
	
}

@media (min-width: 0px) {

}

@media (min-width: 480px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
