/* CSS Document */

/* Fonts */

body{
	background-color: #fff;
	color: #191010;
	font-family: maecenas, serif;
}

p{
	font-family: maecenas, serif;
	font-weight: 400;
	font-style: normal;
}


h1,h2,h3,h4,h5{
	font-family: effra, sans-serif;
	font-weight: 700;
	font-style: normal;
}

h2{
	font-size: 3em;
}

h3{ 
	font-size:2em;	
}

p{
	font-size:1.5em;
}

.header-link{
	font-size:2em;
	color:#191010;
}

.header-link a{ 
	color:#191010;
	text-decoration: none;
	transition: 0.5s;}

.header-link a:hover {
	color:#d6c5c5;
	transition: 0.5s;
}

.about{
	line-height:1.5em;
	background-color: #fff;	
}

.page-body{
	padding-top:5%;
	padding-bottom:5%;
	line-height:1.5em;
	background-color: #fff;	
}

.value{
	background: #fa0404;
	color:#fff;
	margin-top: -5px;
}


/* Top Row */

.top-row{
	position: fixed;
	width: 100%;
	transition:0.5s;
}

.quote-form{
	margin-top:-45px;
}

.quote-form input[type=text], .quote-form [type=email], .quote-form select, .quote-form textarea {
	width:100%;
	font-family: maecenas, serif;
	padding:15px 10px;
	font-size:1.5em;
	background: none;
	border-bottom: 2px solid #fff;
	border-top:none;
	border-left:none;
	border-right:none;
	color:#fff;
}

.quote-form input[type=text]:focus, [type=email]:focus, select:focus, textarea:focus {
	border-bottom: 2px solid #fff;
	border-top:none;
	border-left:none;
	border-right:none;
}

.quote-form input[type=text]:active , [type=email]:active , select:active , textarea:active  {
	border-bottom: 2px solid #fff;
	border-top:none;
	border-left:none;
	border-right:none;
}

.quote-form select option {
    background: #fa0404;

}

.quote-form input[type=submit]{
	margin-top: 5px;
	text-decoration: none;
	background: #fff;
	color: #191010;	
	padding: 20px 25px;
	font-family: effra, sans-serif;
	font-weight: 700;
	font-size:1.5em;
	transition:0.5s;
	border:none;

}

.quote-form input[type=submit]:hover{
	background-color: #191010;
	color: #fff;
	transition:0.5s;
}

::placeholder {
  color:#fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color:#fff;
}

.top-logo{
	width:225px;
	transition: 0.5s;
	border:25px solid #fff;	
}

.fixed-row {
    transition:0.5s;
    box-shadow: 0 4px 45px -6px #222;    
    z-index: 500;
	background: #fff;
	position: fixed;
}

.fixed-row-sub {
    transition:0.5s;
    box-shadow: 0 4px 45px -6px #222;    
    z-index: 500;
	background: #fff;
	position: fixed;
	width:100%;
}

.smaller-logo {
    width: 150px;
    transition: 0.5s;
	padding-top: 10px;
	/*margin-left: 30px;*/
	background: #fff;
}


.top-logo-col{
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	
}

.stay-40{
	padding-top:0px;	
}

.image-tile-image {
    height: 350px !important;
    width: 100%;
    height: 16.875rem ;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
	box-shadow: inset 0 0 0 2000px rgba(0, 73, 144, 0.5);	
}

.image-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
	
}

.tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
	
}

.tile-image-link:hover .centered{
/*font-size:1.5em; transition:0.5s;*/
}

.overlay {
  position: absolute;
  
 transition:0.5s;
	color:#fff;
	font-size:2em;
	    box-shadow: inset 0 0 0 2000px rgba(25,16,16, 0.8);
	height:100%;
	width:100%;	
 
}

.overlay:hover{
	box-shadow: inset 0 0 0 2000px rgba(250,4,4, 0.5);
	font-size:2.2em;
}

.centered {position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-shadow: 1px 1px 8px #000, 1px 1px 8px #000;}

.sign-up-tag-line{
	margin-bottom:75px !important;
}

.newsletter{padding-top:50px;
padding-bottom:75px;}


/* Homepage */

.homepage-splash-image{ 
	background-image: url("../images/homepage-splash.png");
	background-repeat: no-repeat, repeat;
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
	height: 100vh;
	min-height: 800px;	
}

.sub-page-header{	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-header{
	background-image: url("../images/about-header.png");
}

.services-header{
	background-image: url("../images/services-header.png");
}

.blog-header{
	background-image: url("../images/blog-header.png");
}

.testimonials-header{
	background-image: url("../images/testimonials-header.png");
}

.faqs-header{
	background-image: url("../images/faqs-header.png");
}

.location-header{
	background-image: url("../images/location-header.png");
}

.contact-header{
	background-image: url("../images/contact-header.png");
}

.sub-page-title{
	margin-top: 5%;
	margin-bottom: 5%;
	display: inline-block;
	width: 100%;
	color:#ffffff;
}

.sub-page-title h1{
	font-size:4em;
}

.welcome-message{
	margin-top: 20%;
	display: inline-block;
	width: 100%;
	color:#fff;
}

.welcome-message h1{
	font-size:4em;
}

.welcome-message p{
	font-size:2em;
}

.welcome-message-button{
	margin-top: 5px;
	text-decoration: none;
	background: #fff;
	color: #191010;	
	padding: 25px 30px 20px 30px;
	display: inline-block;
	transition:0.5s;
	font-family: effra, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.welcome-message-button:hover{
	background-color: #191010;
	color: #fff;
	transition:0.5s;
}


.accreditations img{
	height:150px;
}

.footer{ 
	background-image: url("../images/black-footer.png");
    background-repeat: no-repeat, repeat;
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
	color:#fff;	
}

.footer p{
	color:#fff; 
	font-size:1.25em;
}

.footer ul{
	list-style: none;
	margin-left:-35px;
}

.footer li{
	margin-bottom:15px;
	font-size:1.25em;
	
}

.footer a{color:#fff; transition: 0.5s; text-decoration: none;}

.footer a:hover{color:#747c7c; transition: 0.5s;}

.footer .social{
	font-size: 2.5em;
line-height: 0px;
}

.copyright{
	font-size:1.1em !important;
}

.copyright-row{
		margin-top:-30px;
	}

.p7SOM ul {
	background: #fff;
}


.page-body h2{
	font-size:3em;
}

.page-body h3{
	font-size:2.5em;
	line-height:1em;
}

.cta{
	margin-top: 15px;
    text-decoration: none;
	background-color: #191010;
    color: #fff !important;    
    padding: 20px 25px;
    font-family: effra, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    transition: 0.5s;
    border: none;
	border:1px solid #191010;
	box-shadow: 1px 1px 5px #000, 1px 1px 5px #000;
	display: inline-block;
}


.cta:hover {
 color: #191010 !important;
    background: #fff;
    transition: 0.5s;
}


/* responsive form */

.page-body input[type=text],
.page-body input[type=email],
.page-body input[type=url],
.page-body input[type=tel]
 {
	width: 100%;
	padding: 10px;	
	border: 1px solid #191010;
	font-family: effra, sans-serif;
	font-size: 1.2em; 
	 margin-bottom:15px;
}

.page-body textarea{
	width: 100%;
	border: 1px solid #191010;	
	font-family: effra, sans-serif;
	font-size: 1.2em; 
	margin-bottom:15px;
	padding:10px;
	resize: none;
  }

.page-body select {
	width: 100%;
	border: 1px solid #191010;	
	font-family: effra, sans-serif;
	font-size: 1.2em; 
	margin-bottom:15px;
	padding:10px;	
	color:#191010;
}

.page-body input[type=submit]{
	font-size:1.1em;
}

.page-body ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #191010;
  opacity: 1; /* Firefox */
}

.page-body :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #191010;
}

.page-body ::-ms-input-placeholder { /* Microsoft Edge */
  color: #191010;
}

iframe {
    max-width:100%;
}

.page-body hr{
	width:150px;
	max-width:50%;
	border: 10px solid #747c7c;
	padding: 0px;
	margin: 35px auto 20px auto;
}

.page-body .blog-divider{
	width:150px;
	max-width:50%;
	border: 10px solid #747c7c;
	padding: 0px;
	margin: 35px auto 20px 0px;
}

.page-body a{
	color:#fa0404;
	text-decoration: none;
	transition:0.5s;	
}

.page-body a:hover{
	color:#747c7c;
	text-decoration: none;
	transition:0.5s;
	
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.p7SOM-04.som-toolbar a{
		margin-right:0px;
	}
	
}


@media only screen and (min-width: 0px) and (max-width: 1000px) {
	.header-link a{
		font-size:25px;
	}
		
}


/* Responsive Rules */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	.top-logo{
		width: 150px;
    	transition: 0.5s;
		border:10px solid #fff;
		
	}
	
	.header-link a {
		display:none;		
	}
	.p7SOM-04.som-toolbar a {
		margin-top:20px;
	}
	
	.welcome-message {
    	margin-top: 200px;
    	display: inline-block;
    	width: 100%;
	}
	
	.stay-40{
		float:left !important;
	}
	
	.stay-50{
		float:left !important;
		padding:0px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
	.overlay{
		font-size:1em;
	}
	
	
	.overlay:hover{
		font-size:1.2em;
	}
	
	
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	
	
	.welcome-message h1{
		font-size:2em;
	}
	
	h2{
		font-size:1.75em;
	}
	
	.welcome-message p{
		font-size:1.5em;
	}
	
	p{
		font-size:1.5em;
	}
	
}

.cuddio{
	display:none;
}
