.page-header::before {
      background-color: rgba(35, 44, 57, .6);
}

/*Navigation CSS*/
/*.ctcstyle {
	background-color: #bf8e32!important;
	border-radius: 4px;
	
}*/

/*Main sage title styles*/

#sitemaintitle {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: smaller;
}
.mainheaders {
	font-family: 'Raleway', 		sans-serif; 
}


/*.entry-title {
	text-transform:uppercase;
}*/

#reelbtn {
	//background-color: #bf8e32;
	width: 280px;
	height: 100px;
	font-size: 1.5em;
	padding-top: 2%;
}


.button.accent {
	background-color: #dd0000;
	/*background-color: #bf8e32;*/
}
.front-page-1, .front-page-2, .front-page-3, .front-page-4, .front-page-5, .front-page-6 {
	width: 100%;
}

.blog .entry {
	width: 100%;
}
/*Main Page Projects Section Styles*/

.foliofront h6 {
	font-family: 'Raleway', 		sans-serif;
	margin-top: .5em;
}

.projectop {
	/*border: 1px solid blue;*/
	margin-top: 2em;
	/*padding:.5em;*/
	width:30%;
	display: inline-block;
}

.projectbot {
	/*border: 1px solid blue;*/
	margin-top: 2em;
	/*padding:.5em;*/
	
	width:30%;
	display: inline-block;
}


/*Process Section Styles*/

.processfront {
	/*border: 1px solid red;*/
	width: 100%;
	height: auto;
}

.processfront h4 {
	font-family: 'Raleway', 		sans-serif; 
}

.processtop {
	/*border: 1px solid blue;*/
	margin-top: 2em;
	padding:.5em;
	width:30%;
	display: inline-block;
}

.processbot {
	/*border: 1px solid blue;*/
	margin-top: 2em;
	padding:.5em;
	
	width:30%;
	display: inline-block;
}

.logorow {
	display: inline;
}
.logorow img {
	display: inline-flex;
	width: 18%;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 

	.processtop {
	/*border: 1px solid blue;*/
		width: 100%;
		display: block;
}

.processbot {
	/*border: 1px solid blue;*/
	width: 100%;
	display: block;
	}

		.projectop {
	/*border: 1px solid blue;*/
		width: 100%;
		display: block;
}

.projectbot {
	/*border: 1px solid blue;*/
	width: 100%;
	display: block;
	}

.logorow img {
	display: inline-block;
	width: 45%;
	/*border: 1px solid orange;*/
}	

}

/*Facilities Page Styles*/
.brochureh4 {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.brochureh1 {
		text-transform: uppercase;
	font-family: 'Raleway', sans-serif; 
}

/*Centering the Logos*/
#logogrid {
	/*border: 1px solid red;*/
	padding: 0 0 0 8%;
}


/*Featherlight Lightbox Styles*/

.featherlight-iframe .featherlight-content {
	overflow-y: auto;
}

.featherlight:last-of-type {
    background: rgba(0,0,0,1);
}

/*Contact Us Page Styles*/
.fl-rich-text h2 {
	/*border: 1px solid red;*/
	padding-top: .75em;
}

/*Table Styles for COVID form*/

.greyrow {
	background-color: #efefef;
}
