@charset "UTF-8";
@import url("responsive.css") (max-width:767px);
@import url("large.css") (min-width:1024px);
/* CSS Document */

html, body,td,th {
	position: relative;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	background-image: url(../assets/bgrepeat.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
h1 {
	font-weight: 300;
	color: #008B96;
	font-size: 32px;
}
p {
	font-weight: 300;
	font-size: 18px;
	color: #433B30;
	line-height: 26px;
}
.wrapper {
	width: 100%;
	height: auto;
}
.navwrapper {
	width: 100%;
	height: 60px;
	background-color: #008B96;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
	overflow: visible;
	z-index: 6;

}
.logowrapper {
	float: left;
	width: 15%;
	height: 60px;
	padding: 20px;
}
.logowrapper img {
	width: 100%;
	height: auto;
	min-width: 200px;
	max-width: 300px;
}
.visible-mobile {
  display: none !important;
}
#home {
  	height: 100%;
	background: url(../assets/cameron-payne-gravel-in-my-gut.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}
.hero {
	width:100%;
	position:relative;
	margin-top: 60px;
}
.hero img {
	width:100%;
	height:auto;
}
.hero h1 {
	font-size: 38px;
	color: #ffffff;
	text-shadow: 0 0 20px #232323;
	text-align: center;
}
.hero p {
	font-size: 16px;
	color: #ffffff;
	text-shadow: 0 0 20px #232323;
	text-align: center;
	}
#arrow {
	width: 44px;
	height: 44px;
}
.caption {
	position:absolute; /*remove for mobile*/
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 20px;
	overflow:auto;
}
.caption-inner {
	display:table;
	width:100%;
	height:100%;
}
.caption-content {
	display:table-cell;
	vertical-align:bottom;
}
.caption-content h1 {
	text-align: center;
}
.contentwrapper {
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:40px;
	margin-bottom: 40px;
}
.contentfullwidth {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0px;
	clear: both;
}
.contenthalfwidth {
	width: 40%;
	padding-left: 0%;
	padding-top: 20px;
	float: left; /*adapt for mobile*/
}
.swiperwrapper{
	width:100%;
	height:auto;
}
.swiperwrapper img {
	width: 100%;
	height: auto;
}
/*.centertitlewrapper {
	width:80%;
	text-align: center;
	padding-left: auto;
	padding-right: auto;	
	align-content: center;
}*/
.centertitlewrapper {
	width:25%;
	position: absolute;
	height: 60px;
	left: 40%;
}

.centertitlewrapper p{
	color: #FFFFFF;
}
.title{
	float: left;
	width: 30%;
	text-align: center;
	padding: 0;
}

.slash {
	font-size: 50%;
  	vertical-align:middle; 
}
.bold {
	font-weight: 800;
}
.leftarrow {
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
}
	.leftarrow img {
		height: 100%;
}
.rightarrow {
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
	background-color: aqua;
}
	.rightarrow img {
		width: 100%;
		height: auto;
		max-width: 40px;
		vertical-align: middle;
}

.worksamplewrapper{
	float: left;
	padding: 0%;
	width: 47%;
	margin-left: 2%;
	height: auto;	
}
.worksamplewrapper img {
	width:100%;
	height:auto;
}

.worksamplewrapper a {
	color: #008B96;
	text-decoration: none;
	overflow:hidden;
}
.worksamplewrapper a:visited {
	color: #008B96;
	text-decoration: none;
}
.worksamplewrapper a:hover {
	color: #005B62;
	text-decoration: none;
}
.worksamplewrapper a:active {
	color: #008B96;
	text-decoration: none;
}

.worksamplewrapper p{
	display: none;
}
.worksamplewrapper h1 {
	font-size: 28px;
	color: #433B30;
	text-shadow: none;
	text-align: left;
	margin-top: 0px;
}
.worksamplewrapper img{
	margin-left: 0%;
	margin-right: 0%;
}
.worksamplewrappercaption {
	position:relative; /*remove for mobile*/
	width: 95%;
	margin-left: 0%;
	margin-right: 5%;
	margin-bottom: 20px;
	overflow:auto;
}
.worksamplewrappercaption-inner {
	display:table;
	width:100;
	height:90%;
}
.worksamplewrappercaption-content {
	display:table-cell;
	vertical-align:bottom;
}
.worksamplewrappercaption-content h1 {
	text-align: left;
}
#marginhero {
	margin-top: 75px;
}