* {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}


a {
	text-decoration: none;
}

body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.homepage-body{
	background-color: #3d3d3d;
}

.main-content {
	display: block;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}


.inLeft {
	animation-name: moveInRight;
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

.inRight {
	animation-name: moveInLeft;
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

.main-content h1 {
	font-family: 'Raleway', sans-serif;
	margin-top: 25%;
	font-size: 80px;
	color: #fff;
	text-shadow: 2px 3px 5px #000000;
	text-transform: uppercase;
}

.main-content-wrapper-border {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 900px;
	margin-top: -140px;
	/* background: #be0000; This is for the color of the main content border */
	clip-path: polygon(100% 0, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 0); 
	z-index: 97;
	filter: drop-shadow(0px 1px 3px #000000);
	-webkit-filter: drop-shadow(0px 1px 3px #000000);
	-moz-filter: drop-shadow(0px 1px 3px #000000);
}
.main-content-wrapper {
	background-image: url(../photoshop/excavatorblur.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 30% 0;
	display: block;
	position: relative;
	height: 99.5%; /*Change to shorter than the wrapper for the wrapper to show as a border*/
	width: 100%;
	min-height: 900px;
	margin-top: -150px;
	clip-path: polygon(100% 0, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 0);
	z-index: 98;
}



/*Not in use
.mobile-contact {
	position: fixed;
	left: 15px;
	top: 35%;
	text-align: center;
	z-index: 2000;

}

.mobile-contact > .fas, .mobile-contact > .fa{
	font-size: 35px;
	margin-top: 10px;
	color: white;
}*/

.middle-content {
	width: 85%;
	margin: 0 auto;
	padding-top: 150px;
}

.col-1-2 {
	width: 50%;
	text-align: center;
	display: inline-block;
	float: left;
	position: relative;
}

#slideshow-wrapper {
	display: block;
	width: 65%;
	margin: 0 auto;
	margin-top: 15%;
	box-shadow: 0px 8px 25px 2px rgba(0,0,0,0.9);
	overflow: hidden;
}

.cycle-slideshow img {
	width: 100%;
}


.col-1-3 {
	display: inline-block;
	text-align: center;
	width: 33%;
	position: relative;
	float: left;
}

.container {
	margin: 0 25px;
}

