/* RESETS & BASICS
====================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, /*table,*/ caption, /*tbody, tfoot, thead, tr, th, td,*/ article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;}
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display: block;}

table { border-collapse: separate; border-spacing: 0;}

caption, th { text-align: left; font-weight: normal;}

td {vertical-align:middle; position:relative;}

pre, code {font-family: "Menlo", Monaco, Courier, monospace; }
pre { white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

img {-ms-interpolation-mode: bicubic;}
img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto\9;   /* ie8 */
	}
object, embed, video, iframe {max-width: 100%;}
/*td img {width:100%; max-width:100%;}*/

* { -webkit-tap-highlight-color: #363636; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }

::selection {background: #ccc; color: #fff;}
::-moz-selection {background: #ccc; color: #fff;}

:required { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
:focus {outline: 0;}

.noscript-alert {position:absolute; top:0; left:0; z-index:1000; background-color:#f00; color:#FF0; width:100%; margin:0 auto; padding:3px 0; text-align:center;}
.chromeframe {background-color:#f00; color:#FF0; width:100%; margin:0 auto; padding:3px 0; text-align:center;}

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

/* BASIC STYLES
======================================== */
html {
	font-size: 100%;
}
body {
	background: #fff;
	font-family: 'Lato', sans-serif; font-weight:normal; font-style:normal;
	font-size:20px;
	color: #363636;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
	/* padding-top:190px; */
}
body.home {
	padding-top:0px;
}
@media screen and (max-width: 1140px) {
	body {padding-top:0px;
}
}
/*@media screen and (max-width: 990px) {
	body {
		padding-top:120px;
	}
	body.home {
		padding-top:67px;
	}
}*/

hr {clear:both; height:1px; border:0; border-top:1px dotted #ccc; margin:1.750em 0 1.750em 0; padding:0;}
hr.hr-less-space {clear:both; height:1px; border:0; border-top:1px dotted #ccc; margin:.750em 0 .750em 0; padding:0;}
hr.hr-extra-space {clear:both; overflow: hidden; height:1px; border:0; border-top:1px dotted #ccc; margin:3.750em 0 3.750em 0; padding:0;}
hr.hr-invisible {clear:both; height:1px; border:0; margin:1em 0; padding:0;}



/* TYPOGRAPHY
======================================== */
p { margin:0px 0px 30px 0px;}
p img { margin: 0; }

em { font-style: italic; }
strong {font-family: 'Lato', sans-serif; font-weight: 400; font-weight:normal; font-style:normal;}

blockquote {border-left:4px dotted #ccc; margin:1.750em 0em; padding:0em .750em; quotes:"\201C""\201D"; font-family: Georgia, "Times New Roman", Times, serif; font-size:20px; line-height:1.5; color:#999; font-weight:normal; font-style:normal;}

a {color:#E60101; text-decoration:none; outline:0;}
a:hover, a:focus {text-decoration: none; color:#c40000;}
p a, p a:visited {line-height:inherit;}



.pink {color:#E800FF;}
.pink a {color:#E800FF !important; font-weight:bold;}





/* HEADINGS
======================================== */
h1 {
	font-family: 'Lato', sans-serif; 
	color: #fff;
	line-height:normal;
	font-weight: normal;
	font-style: normal;
	padding:0;
	margin:10px 0 25px 0;
}

h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif; 
	color: #E60101;
	line-height:normal;
	font-weight: normal;
	font-style: normal;
	padding:0;
	margin:50px 0px 10px 0px;
}

.homepage-h1 {font-size: 45px !important;}
h1 {font-size: 52px;}
h2 {font-size: 28px; text-transform: uppercase;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 20px;}
h6 {font-size: 20px;}
@media screen and (max-width: 1140px) {
.homepage-h1 {font-size: 45px !important;}
h1 {font-size: 48px;}
h2 {font-size: 25px; text-transform: uppercase}
h3 {font-size: 22px;}
}
@media screen and (max-width: 480px) {
.homepage-h1 {font-size: 28px !important;}
h1 {font-size: 48px;}
h2 {font-size: 22px; text-transform: uppercase}
}


h1 {letter-spacing:-1px;}

strong h2, h2 strong
 {font-family: 'Lato', sans-serif; font-weight: 700; font-style:normal;}

strong h3, strong h4, strong h5, strong h6,
h3 strong, h4 strong, h5 strong, h6 strong
 {font-family: 'Lato', sans-serif; font-weight: 700; font-style:normal;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight:inherit; font-style:inherit; }


/* LISTS
======================================== */
ul, ol { margin: 15px 0 25px 0; }
ul { list-style: disc outside; margin-left:20px; }
ol { list-style: decimal; margin-left:20px; }
ul ul, ul ol,
ol ol, ol ul { margin: 5px 0 5px 30px; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { margin-bottom: 6px; }

.list-two-columns {
	margin:15px 0 25px 25px;
	padding:0;
	text-align:left;
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
     column-count: 2;
     column-gap: 2.5em;
}
@media screen and (max-width: 480px) {
	.list-two-columns {
		margin:0 0 25px 25px;
		padding:0;
		text-align:left;
			-moz-column-count: 0;
			-moz-column-gap: 0;
			-webkit-column-count: 1;
			-webkit-column-gap: 0;
			 column-count: 1;
			 column-gap: 0;
	}
}

/* FORMS
======================================== */






/* HEADER
======================================== */
header {
	top: 0;
    position:fixed;
	height: 108px;
	width:100%;
	min-height:66px;
	padding:0px;
	padding-top:10px;
	background:#fff;
	z-index:1700;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out ;
}
/* Header - transparent header (homepage only) */
header.transparent {background:rgba(0,0,0,0.5);} /* homepage only */
/* Header - shrinking header */
header.shrink {
	background-color: #000000;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
}

@media screen and (max-width: 550px){
	header.transparent{height: 80px;}
	.subpage-hero-overlay{min-height: 177px !important;}
}

header .container,
header.transparent .container,
header.shrink .container {max-width: 1200px; padding:10px 0px 15px 0px;}

.hp-billboard{
	width: 100%; 
	height: 700px; 
	background-image: url('../images/airyd-homepage-slider-template_sunsetcrane_clr.jpg'); 
	background-position: center top; 
	background-size: cover;
}
.billboard-content{
	max-width: 1200px; 
	margin: 0 auto;
	padding-top: 19%;
}
.billboard-content h2{margin-top: 35px !important;}
.billboard-content p{margin-bottom: 25px !important; color: #363636;}

.homepage-slider{
	padding: 0px 20px !important; 
	text-align: center !important; 
	background-color: rgba(255,255,255, 0.75) !important; 
	border: none !important; 
	border-radius: 0 !important;
}

@media screen and (max-width: 1400px){
	.billboard-content{
		padding-top: 25% !important;
	}
}

@media screen and (max-width:960px) {
	header {
		position:relative;
		/* margin-bottom:50px; */
		background-color: black !important;
	}

	.hp-billboard{
		padding-top: 20%;
		height: 600px !important;
	}
	.billboard-content{
		padding-top: 10% !important;
	}
	.slider{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.flex-direction-nav a:before{
		font-size: 24px !important;
	}
	.flex-direction-nav a{
		width: 40px !important;
  		height: 40px !important;
	}

}

@media (max-width:960px) and (min-width:1400px) {
	.billboard-content{
		padding-top: 20% !important;
	}
}


.flexslider-home{
	max-width: 1200px !important;
}





/* 
 * Header Logo
*/
header .logo {float:left; display:block;}
header .logo img {display:block; margin:0; width: 450px;}
/* Header Logo - transparent header (homepage only) */
header.transparent .logo {display:none;}
header .logo.logo-transparency {display:block;}
/* Header Logo - shrinking header */
header.shrink .logo {display:block;}
header.shrink .logo img {display:block; width: 450px;}
header.shrink .logo.logo-transparency {display:none;}


/* Header Media Queries */
@media screen and (max-width: 1140px) {
	header {
			background-color: rgba(255,255,255,.95);
			-webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
			box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
	}
	header .logo {padding-left:5%;}
	header .logo img {
			display: block;
			/* width: 180px; */
			width: 450px;
	}
}
@media screen and (max-width: 990px) {
	header.transparent .logo {display:block;}
	header .logo.logo-transparency {display:none;}
}
@media screen and (max-width: 640px) {
	header .logo {width: 75%; display:block;}
	header .logo img {display:block;}
}
@media screen and (max-width: 480px) {
	header .logo {width: 75%; display:block;}
}





/*  HERO STYLES  */

.subpage-hero{
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 1500; 
	display: block; 
	padding: 1px; 
	margin: 0; 
	background-color: black;
}

.subpage-hero-background-about{
	min-height: 255px; 
	background-image: url('../images/inner-page-hero.jpg'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	width: 100%; 
	background-position: center center;
}
.subpage-hero-background-services{
	min-height: 255px; 
	background-image: url('../images/page_header_services.jpg'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	width: 100%; 
	background-position: center center;
}
.subpage-hero-background-methods{
	min-height: 255px; 
	background-image: url('../images/page_header_methods.jpg'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	width: 100%; 
	background-position: center center;
}
.subpage-hero-background-contact{
	min-height: 255px; 
	background-image: url('../images/page_header_contact.jpg'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	width: 100%; 
	background-position: center center;
}

.subpage-hero-title{
	padding-top: 40px;
}

.container-after-hero{
	top: 25px !important;
}

.subpage-hero-overlay{
	position: relative; 
	top: 0px; 
	width: 100%; 
	z-index: 1500; 
	display: block; 
	padding: 1px; 
	margin: 0; 
	background-color: rgba(230, 1, 1, 0.75); 
	min-height: 148px;
}

@media only screen and (min-width: 960px) {
	.container-after-hero{
		top: 135px !important;
	}
	.subpage-hero-overlay{
		position: relative; 
		top: 108px; 
		width: 100%; 
		z-index: 1500; 
		display: block; 
		padding: 1px; 
		margin: 0; 
		background-color: rgba(230, 1, 1, 0.75); 
		min-height: 148px;
	}
}

.container-inner-hero{
	position: relative;
	max-width: 100%; 
	margin: 0; 
	box-sizing: border-box;
	padding-top: 1px;
	background-color: black;
}
.container-inner-title{
	max-width: 100%; 
	margin: 0; 
	box-sizing: border-box;
	margin-top: -162px; 
	background-color: rgba(230, 1, 1, 0.75); 
	text-align: center;
	min-height: 111px;
	padding-top: 50px;
	padding-bottom: 50px; 
}

.container-inner-title h1{
	color: white;
	text-align: center;
	margin: auto auto;
}



/* CONTENT SECTION
======================================== */

/*   MAY 26/22   */
/*  SERVICES STYLES  */
.services-photos {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;	
	margin: 0; 
	gap: 15px 15px;
}
  
.photo-1-4 {
	display: block;
	justify-content: center;
	min-height: 400px;
	width: 25%;
	background-image: url("../images/Dielectric-Testing-Closeup-Services.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.photo-3-4 {
	display: block;
	flex: 2;
	justify-content: center;
	min-height: 400px;
	width: 75%;
	background-image: url("../images/Dielectric-Testing-Services.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
  

@media all and (max-width: 800px) {
	.services-photos {
	  justify-content: space-around;
	  min-height: 500px;
	}
	.services-photos {
		flex-flow: column wrap;
		padding: 0;
	}
	.photo-1-4 { 
		display: none;
	}
	.photo-3-4 { 
		width: 100%;
	}
}
  
@media all and (max-width: 600px) {
	.services-photos {
	  flex-flow: column wrap;
	  padding: 0;
	}
	.photo-3-4 { 
		width: 100%;
	}
}



/* CALL TO ACTION
======================================== */
.call-to-action {background-repeat: repeat; background-color: #c82027; overflow: hidden; color:#e1e1e1;}
.call-to-action h2,
.call-to-action h3,
.call-to-action h4,
.call-to-action h5,
.call-to-action h6 {font-size: 34px; color:#e1e1e1;}
.call-to-action a {font-family: 'Lato', sans-serif; font-weight: 400; color:#fff;}
.call-to-action a:hover {color:#fff;}
@media screen and (max-width: 480px) {
.call-to-action h2,
.call-to-action h3,
.call-to-action h4,
.call-to-action h5,
.call-to-action h6 {font-size: 24px; color:#e1e1e1;}
}






/* FOOTER SECTION
======================================== */
footer {
	clear:both;
	background-color: #000000;
	padding:30px 0 30px 0;
	font-family: 'Lato', sans-serif; 
	font-size:14px;
	color:#8F8F8F;
	text-align: left;
}
footer p {
	margin:0;
}
footer a {
	font-family: 'Lato', sans-serif;
	color:#666;
	text-decoration: none;
}
footer a:hover {
	color:#E60101;
}
footer a:active {
	color:#E60101;
}
footer .splash {
	vertical-align:middle;
	display:inline;
}


/*   NEW FOOTER STYLES MAY30/22   */

.footer-wrap{
	display: flex; 
	flex-flow: row wrap; 
	justify-content: left; 
	gap: 10px 15px; 
	align-items: stretch;
}

.footer-col{
	flex: 1;
}

.footer-logo{
	margin-bottom: 25px; 
	width: 326px;
	height: 49px;
}

.footer-heading{
	font-weight: 700; 
	font-size: 22px;
}

.quick-link-row{
	display: flex; 
	flex-flow: row wrap; 
	justify-content: left; 
	gap: 10px 10px; 
	align-items: stretch;
}

.quick-link-cols{
	flex: 5;
}

.copyright-privacy{
	display: flex; 
	flex-flow: row wrap; 
	justify-content: left; 
	gap: 10px 10px; 
	align-items: stretch; 
	border-top: 1px solid #E60101; 
	margin-top: 25px; 
	padding-top: 25px;
}


@media screen and (max-width: 900px) {

	.footer-wrap{
		display: flex; 
		flex-flow: column wrap; 
	}
	.quick-link-row{
		margin-bottom: 25px;
	}

}

@media screen and (max-width: 780px) {

	

}

/* @media screen and (max-width: 640px) {

} */

/* @media screen and (max-width: 480px) {

} */




/* NAV
======================================== */
/* Top Nav */
/* styles found in daisynav.css */


/* Misc Nav */
.top-of-page {
	clear:both;
	display:none;
}
	@media screen and (max-width: 480px){
		.top-of-page {
		display:block;
		margin:30px 0;
		}
		.top-of-page img {
		display:block;
		margin:0 auto;
		}
	}







/* UNIQUE STYLES
======================================== */
/*
 * Homepage Billboard
*/
.hp-billboard .billboard-content img {
	width:100%;
}



/*
 * Lightbox Gallery
*/
/* Settings found in lightbox.css */



@media only screen and (max-width: 990px) {
	body.contact .one-third.column, body.contact .two-thirds.column {width:48%}
}
@media only screen and (max-width: 640px) {
	body.contact .one-third.column, body.contact .two-thirds.column {width:100%}
}






/* CUSTOM CLASSES
======================================== */
.border-left-thin {border-left:1px solid #ccc;}
.border-right-thin {border-right:1px solid #ccc;}


.block {display:block;}
.inline {display: inline;}
.hide {display: none;}
.width-100-percent {width:100%;}

.hide-desktop {display:none!important;}
@media only screen and (max-width: 1140px) {
	.hide-desktop {display:block!important;}
}

.hide-mobile {display:block;}
@media only screen and (max-width: 1140px) {
	.hide-mobile {display:none!important;}
}

.table {display:table;}
.table-cell {display:table-cell;}
.vertical-align-middle {vertical-align: middle;}
.vertical-align-bottom {vertical-align: bottom;}


/* Text Styles */
.text-align-center {text-align:center;}
.text-color-grey {color:#363636;}
.text-color-red {color:#E60101;}
.text-color-grey-light {color:#dfdfdf;}
.text-color-white {color:#ffffff;}
.text-no-wrap {white-space:nowrap;}

/* Text Styles */
.image-align-center {display:block; margin:0 auto;}


/* Background Colors */
.background-black {background-color: #000;}
.background-red {background-color: #E60101;}
.background-grey-lgt {background-color: #f2f2f2;}
.background-grey {background-color: #666;}
.background-grey-drk {background-color: #333;}
.background-white {background-color: #fff;}


/* Background Images */
/* .tile-m-dark {background-image:url(../images/tile-m-dark.png); background-repeat: repeat;} */


/* Padding */
.padding-none {padding:0;}
.padding-xsmall {padding:2%;}
.padding-small {padding:5%;}
.padding-medium {padding:8%;}
.padding-large {padding:14%;}
.padding-xlarge {padding:22%;}
.padding-xxlarge {padding:30%;}
/*
	@media only screen and (max-width: 640px) {
	.padding-large {padding-bottom:50px;}
	.padding-xlarge {padding-bottom:50px;}
	.padding-xxlarge {padding-bottom:50px;}
	}
*/

.padding-b-none {padding-bottom:0;}
.padding-b-xsmall {padding-bottom:2%;}
.padding-b-small {padding-bottom:5%;}
.padding-b-medium {padding-bottom:8%;}
.padding-b-large {padding-bottom:14%;}
.padding-b-xlarge {padding-bottom:22%;}
.padding-b-xxlarge {padding-bottom:30%;}
/*
	@media only screen and (max-width: 640px) {
	.padding-b-large {padding-bottom:50px;}
	.padding-b-xlarge {padding-bottom:50px;}
	.padding-b-xxlarge {padding-bottom:50px;}
	}
*/

.padding-t-none {padding-top:0;}
.padding-t-xsmall {padding-top:2%;}
.padding-t-small {padding-top:5%;}
.padding-t-medium {padding-top:8%;}
.padding-t-large {padding-top:14%;}
.padding-t-xlarge {padding-top:22%;}
.padding-t-xxlarge {padding-top:30%;}
/*
	@media only screen and (max-width: 640px) {
	.padding-t-large {padding-top:50px;}
	.padding-t-xlarge {padding-top:50px;}
	.padding-t-xxlarge {padding-top:50px;}
	}
*/

.padding-r-none {padding-right:0;}
.padding-r-xsmall {padding-right:2%;}
.padding-r-small {padding-right:5%;}
.padding-r-medium {padding-right:8%;}
.padding-r-large {padding-right:14%;}
.padding-r-xlarge {padding-right:22%;}
.padding-r-xxlarge {padding-right:30%;}
/*
	@media only screen and (max-width: 640px) {
	.padding-r-medium,
	.padding-r-large,
	.padding-r-xlarge,
	.padding-r-xxlarge {padding-right:0px;}
	}
*/

.padding-l-none {padding-left:0;}
.padding-l-xsmall {padding-left:2%;}
.padding-l-small {padding-left:5%;}
.padding-l-medium {padding-left:8%;}
.padding-l-large {padding-left:14%;}
.padding-l-xlarge {padding-left:22%;}
.padding-l-xxlarge {padding-left:30%;}
/*
	@media only screen and (max-width: 640px) {
	.padding-l-medium,
	.padding-l-large,
	.padding-l-xlarge,
	.padding-l-xxlarge {padding-left:0px;}
	}
*/

/* margin */
.margin-none {margin:0;}
.margin-small {margin:25px;}
.margin-medium {margin:50px;}
.margin-large {margin:100px;}
.margin-xlarge {margin:150px;}
.margin-xxlarge {margin:200px;}

.margin-b-none {margin-bottom:0;}
.margin-b-small {margin-bottom:25px;}
.margin-b-medium {margin-bottom:50px;}
.margin-b-large {margin-bottom:100px;}
.margin-b-xlarge {margin-bottom:150px;}
.margin-b-xxlarge {margin-bottom:200px;}
/*
	@media only screen and (max-width: 640px) {
	.margin-b-large {margin-bottom:50px;}
	.margin-b-xlarge {margin-bottom:50px;}
	.margin-b-xxlarge {margin-bottom:50px;}
	}
*/

.margin-t-none {margin-top:0;}
.margin-t-small {margin-top:25px;}
.margin-t-medium {margin-top:50px;}
.margin-t-large {margin-top:100px;}
.margin-t-xlarge {margin-top:150px;}
.margin-t-xxlarge {margin-top:200px;}
/*
	@media only screen and (max-width: 640px) {
	.margin-t-large {margin-top:50px;}
	.margin-t-xlarge {margin-top:50px;}
	.margin-t-xxlarge {margin-top:50px;}
	}
*/

.margin-r-none {margin-right:0;}
.margin-r-small {margin-right:25px;}
.margin-r-medium {margin-right:50px;}
.margin-r-large {margin-right:100px;}
.margin-r-xlarge {margin-right:150px;}
.margin-r-xxlarge {margin-right:200px;}
/*
	@media only screen and (max-width: 640px) {
	.margin-r-medium,
	.margin-r-large,
	.margin-r-xlarge,
	.margin-r-xxlarge {margin-right:0px;}
	}
*/

.margin-l-none {margin-left:0;}
.margin-l-small {margin-left:25px;}
.margin-l-medium {margin-left:50px;}
.margin-l-large {margin-left:100px;}
.margin-l-xlarge {margin-left:150px;}
.margin-l-xxlarge {margin-left:200px;}
/*
	@media only screen and (max-width: 640px) {
	.margin-l-medium,
	.margin-l-large,
	.margin-l-xlarge,
	.margin-l-xxlarge {margin-left:0px;}
	}
*/



/* Regular Button */
.button-centered {
	clear:both;
	text-align: center;
}
.button {
	width: auto;
	color: #c82027;
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	margin: 0 auto;
	outline: none;
	padding: 3px 10px 3px 10px;
	/* position: relative; */
	text-align: center;
	text-decoration: none;
	border: 2px solid #c82027;
}
/*.button:after {content:'\25BA'; padding-left:4px;}*/
.button:hover {background-color: #c82027; color:#fff; text-decoration: none; border: 2px solid #c82027;}


.button-white {color:#ffffff; border-color:#ffffff;}
.button-white:hover {color:#ffffff; background-color: #333; border-color:#ffffff;}



.fade-in-animation {
	animation: fadeIn 3s;
	-webkit-animation: fadeIn 3s;
	-moz-animation: fadeIn 3s;
	-o-animation: fadeIn 3s;
	-ms-animation: fadeIn 3s;
  }
  @keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }


/* H1 Animations */
  
  .container-hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  h1.subpage-hero-title {
	font-family: 'Lato', sans-serif; 
	font-weight: 700;
	max-width: 40ch;
	text-align: center;
	transform: scale(0.94);
	animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  }
  @keyframes scale {
	100% {
	  transform: scale(1);
	}
  }
  
  .subpage-hero-title span {
	display: inline-block;
	opacity: 0;
	filter: blur(4px);
  }
  
  .subpage-hero-title span:nth-child(1) {
	animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .subpage-hero-title span:nth-child(2) {
	animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .subpage-hero-title span:nth-child(3) {
	animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .subpage-hero-title span:nth-child(4) {
	animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .subpage-hero-title span:nth-child(5) {
	animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .subpage-hero-title span:nth-child(6) {
	animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .subpage-hero-title span:nth-child(7) {
	animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .subpage-hero-title span:nth-child(8) {
	animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .subpage-hero-title span:nth-child(9) {
	animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(10) {
	animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(11) {
	animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(12) {
	animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(13) {
	animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(14) {
	animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(15) {
	animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(16) {
	animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(17) {
	animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(18) {
	animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  @keyframes fade-in {
	100% {
	  opacity: 1;
	  filter: blur(0);
	}
  }


.image-overlay{
	background-image: url("../images/image-overlay-red.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}