@charset "UTF-8";

.test{
	background:pink;
}
/* Body */
body {
	font-family: 'Josefin Sans', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	/*font-weight: 200;*/
}

ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}

h2{
	padding-bottom: 20px;
	font-size: 35px;
	font-weight: 400;
}
.bold{
	font-weight: 400;
}
/* Container */
.container {
	width: 100%;
	/*height: 1000px;*/
	background-color: #fff;
}

/* Navigation */
/*header {
	width: 100%;
	height: 5%;
	background-color: #52bad5;
	border-bottom: 1px solid #2C9AB7;
}*/
.name:before{
	content: " | ";
	vertical-align: baseline;
}
.logo {
	color: #fff;
	font-weight: bold;
	width: 60%;
	position: absolute;
	top:15px;
	margin-left: 45px;
	/*left: 10px;
	margin-top: 15px;
	letter-spacing: 0;*/
}


/* Hero Section */
.hero {
	width: 100vw;
	height: 100vh;
	background-image: url("../images/ontario-city-scape.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	/*padding-top: 150px;
	padding-bottom: 150px;*/
}
.hero-inner{
	text-align: center;
	width:60%;
	padding: 25% 20% 0 20%;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	font-weight: 300;
}
.hero h1 {
	border-bottom:2px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size:3rem;
}

.tagline {
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: 300;
}
p.tagline{
	font-size: 20px;
	margin-top:10px;
}
/* About Section */
.text_column {
	width:90%;
	margin:auto;
	text-align: center;
	font-family: roboto;
	font-weight: 300;
	line-height: 2.5em;
	color: #4d4d4d;
}
.text_column p{
	line-height: 1.5;
	padding-bottom:10px;
}

.content-container{
	max-width:1024px;
	margin:auto;
	overflow: hidden;
}

.inner-content {
	width: 100%;
	margin: auto;
	align-content: center;
	vertical-align: baseline;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #4d4d4d;
}
.inner-content h2 {
	text-align: center;
	color: #4d4d4d;
}

/* End About */

/* Services */
.services{
	color: #4D4D4D;
	background: url("../images/assets/texture-bg.png");
	box-shadow: inset 0 0 15px rgb(0 0 0 / 10%);
}
.card-row{
	width:100%;
	display: flex;
	margin: 0;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-orient:horizontal;
	-webkit-box-direction: normal;
	
}
.card_column{
	background:white;
	padding: 0;
	width: 23%;
	height:100%;
	min-height:560px;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
	position:relative;
	display:webkit box;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction:column;
	margin:0px 10px 30px 10px;
}

.card-title{
	padding: 20px 15px 10px;
	background:#4d4d4d;
	color:#FFF;
	font-size:.785em;
	white-space: nowrap;
	margin:0;
}
.card-image{
	/*max-height:170px;*/
	width:100%;
	height: 10.5rem;
	overflow:hidden;
	vertical-align: middle;
	box-sizing: border-box;
	margin:0;
	padding:0;
}
.card-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.card-content{
	font-family: roboto;
	font-size:14px;
	padding: 20px 20px 10px;
	font-weight: 300;
	
}
.card-content ul{
	margin:8px 0 0px -1rem;
}

.card-content ul li{
	font-weight: 300;
	font-size:.875rem;
	line-height: 1.5em;
}

/* Quality */
.vert-line {
    border-right: 1px dashed #4D4D4D;
    min-height: 150px;
    padding-bottom: 20px;
	padding-left:10px;
}
.copy-row{
	font-family: roboto;
	font-weight: 300;
	font-size: 15px;
	width:100%;
	display: flex;
	margin: 0 3%;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-orient:horizontal;
	-webkit-box-direction: normal;
}
.copy-column{
	padding: 0;
	width: 20%;
	height:100%;
	position:relative;
	display:webkit box;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction:column;
	margin:0px 1% 30px 1%;
	padding-right:20px;
	padding-top:15px;
}
/* Safety */
.safety{
	background-color:#E9EAEC;
	background-color:#E2E9EF;
	box-shadow: inset 0 0 15px rgb(0 0 0 / 10%);
}
.safety .copy-column{
	width:45%;
}

/* Project Pictures */
.projects{
	padding-bottom:35px;
}
/* Slide Show */

.row > .column {
  padding: 0 15px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 8%;
	padding: 15px 15px 0 21px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
	padding-bottom:100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.99);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 35px;
  right: 55px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev{
	background-color: rgba(0, 0, 0, 0.4);
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  background-color: rgba(0, 0, 0, 0.4);
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* End Slide Show */

/* Contact Us */

.contact{
		color: #4D4D4D;
	background: url("../images/assets/texture-bg.png");
	box-shadow: inset 0 0 15px rgb(0 0 0 / 10%);
}

.contact-row{
	font-family: roboto;
	font-weight: 300;
	font-size: 15px;
	width:100%;
	display: flex;
	margin: 0;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-orient:horizontal;
	-webkit-box-direction: normal;
	background:#fff;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.contact-column{
	width: 45%;
	height:100%;
	position:relative;
	display:webkit box;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction:column;
	margin:0px 1% 20px 1%;
	padding-right:20px;
	padding-top:0px;
	padding-bottom: 0px;
	font-family: Roboto,Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";

}

.image-column{
	width:100%;
	height: 32rem;
	overflow:hidden;
	vertical-align: left;
	box-sizing: border-box;
	margin:0;
	padding:20px 0 0 5px;
}
.image-column img{
		width:100%;
	height:100%;
	object-fit: cover;
}
h3{
	font-size:1.25rem;
	font-family: Josefin Sans, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
}
.mailing, .contact-phone{
	border-bottom: 2px solid #ddd;
	padding-bottom:25px;
	width:100%;
}
.contact-phone{
	
}
address{
	font-style: normal;
}
.excerpt{
	margin-top:10px;
	max-width:745px;
	word-wrap: break-word;	font-size:15px;
	font-weight:400;
	color:#777677;
}
.button{
	background:#3f75a8;
	color:#fff;
	border-radius: 4px;
	padding: 8px 15px;
	font-size: 80%;
	text-transform: uppercase;
	border:none;
	text-align:center;
	vertical-align: middle;
	cursor:pointer;
	transition: all 0.2s ease-in-out;
	font-weight:500;
	box-sizing: border-box;
}
.button:hover{
	background:#799ec2;
	color:#fff;
}
a{
	text-decoration: none;
	color:inherit;
}
.phone{
	padding:2px 0 2px 27px;
	background: url("../images/assets/phone-ico.png") no-repeat 3px center;
}
.fax{
	margin:1.25rem 0;
	padding:2px 0 2px 27px;
    background: url(../images/assets/fax-ico.png) no-repeat 0 center;
}
/* End Contact Us*/

/* Footer */
footer{
	background:#59646E;
}
footer p{
	font-weight: 300;
	font-family:roboto, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:.8rem;
	color:#fff;
}


/* MOBILE */
@media(max-width: 345px){
	.name:before{
	content: "";
	vertical-align: baseline;
}
}

@media (max-width: 574px){	
	.hero-inner{
		padding-top:65%;
	}
	.hero h1{
		font-size:1.75rem;
	}
	h4{
		font-size:12px;
	}
	p.tagline{
		font-size: 15px;
	}
	.logo{
		width:80%;
		margin-left:25px;
	}
	.card_column{
		background:white;
		padding: 0;
		width: 90%;
		height:100%;
		min-height:490px;
		box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
		position:relative;
		display:webkit box;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction:column;
		margin:0px 10px 30px 5%;
	}
	.card-title{
		font-size:1rem;
	}
	.card-content{
		font-size: .875rem;
	}
	.card-content ul li{
		font-size: .875rem;
	}
	.copy-row{
		margin:0;
	}
	.safety .copy-column, .copy-column{
		width:100%;
		text-align: center;
		margin:0;
		padding:30px;
		
	}
	.vert-line{
		border-right:none;
		border-bottom: 1px dashed #4d4d4d;
		min-height: 0px;
		width:100%;
	}
	.contact-column{
		width:100%;
		margin:0;
		padding:0;
	}
	.contact-column .image-column{
		padding:0px;
	}
	.mailing, .contact-phone, .employment{
		padding:5px 20px 20px;
	}
	.copyright{
		padding: 0 15px;
		font-size:10px;
	}
}


/* Small Tablets */
@media (min-width: 575px)and (max-width: 899px){
	.hero h1{
		font-size:2rem;
	}
	h4{
		font-size:12px;
	}
	.hero-inner{
		padding-top:45%;
	}
	p.tagline{
		font-size: 15px;
	}
	.logo{
		width:80%;
	}
		.card_column{
		background:white;
		padding: 0;
		width: 40%;
		height:100%;
		min-height:520px;
		box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
		position:relative;
		display:webkit box;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction:column;
		margin:0px 10px 30px 6%;
	}
	.copy-row{
		margin:0;
			padding: 0 10px;
	}
	.safety .copy-column{
		width:44%;
		padding-left:2px;
	}
	.safety .copy-row{
		
	}
		.copyright{
		padding: 0 15px;
		font-size:10px;
	}
}
/* Fix Breakpoint */

/* Small Desktops */
@media (min-width: 900px) and (max-width: 1096px){
	
	.hero-inner{
		padding-top:35%;
	}
	/* Gallery*/
	
	
	/* Services*/
	.card-row{
		width:100%;
		display: flex;
		margin: 0;
		align-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-box-orient:horizontal;
		-webkit-box-direction: normal;

	}
	.card_column{
		background:white;
		padding: 0;
		width: calc(30% + 10px);
		height:100%;
		min-height:490px;
		box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
		position:relative;
		display:webkit box;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction:column;
		margin:0px 10px 30px 10px;
	}

	
}


