@import url("queries/about-queries.css");
@import url("queries/pages-default.css");

.active-about {color:#ef1c26!important;}

/*HEADER BANNER - SLIDE*/

header {
	position:relative;
	overflow: hidden;
	background-image:url('../assets/images/banner1.jpg');
	background-position: center;
	background-attachment: scroll;
	background-size:cover;
	background-repeat: no-repeat;
	height:280px; 
	max-height:100%;
	width:100%;
}

/*MAIN*/
.indentme { text-indent: 2rem; }
	
h1 {font-size:115px;text-align:center; font-weight:300;color:#ef1c26;margin:0rem;}

h2 {text-align:center;font-size:65px;font-weight:200; color:white;}

.header-two {background:none;font-size:45px;text-align:center; color:#ef1c26;font-weight:200; padding:0; margin:0;text-transform:none;}

.bold-p1, .bold-p0 {padding:1rem; margin:0 auto; text-align:center;max-width:55rem;font-size:22px;font-weight:700;}

.bold-p0 {padding:.3rem;margin-bottom:-1.5rem;text-transform: uppercase;font-size:25px;font-weight:800;}

.intro {font-family: 'Montserrat', sans-serif;margin-bottom:3rem; max-width:73em;padding:1rem 1rem 3rem 1rem;text-align:center;}

article:last-of-type{
	position:relative;
	height:800px;
	max-height:100%;
	max-width:100%;
	overflow: hidden;
	background-image:url('../assets/images/about-img.jpg');
	background-position: center;
	background-attachment: fixed;
	background-size:cover;
	background-repeat: no-repeat;
	border-radius:0px 0px 20px 20px;
	}

section {max-width:40rem;background:hsla(0, 0%, 98%, .8);padding:1.5rem 2.5rem;border-bottom:15px solid #ef1c26;}

section h2 {text-align:center;font-size:65px;font-weight:400; margin-bottom:-.5rem; color:#ef1c26;}

section p {font-size:18px;}

#history-container{
	margin:0 auto;
	padding-bottom:3rem;
	position: absolute;
    top: 50%;
    left: 30%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	max-width:45%;
}


/*INTERNET EXPLORER QUERIES*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
/* IE10+ CSS styles go here */	
	
.bold-p0 { padding-top:3rem; }
	
}