@charset "UTF-8";
/* 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;
}
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: 0px;
}
.hero img {
	width:100%;
	height:auto;
}
.hero h1 {
	font-size: 48px;
	color: #ffffff;
	text-shadow: 0 0 20px #232323;
	text-align: center;
}
.hero p {
	font-size: 24px;
	color: #ffffff;
	text-shadow: 0 0 20px #232323;
	text-align: center;
	}
#arrow {
	width: 44px;
	height: 44px;
}
.caption {
	position:absolute; /*remove for mobile*/
	top:90px;
	left:0;
	right:0;
	bottom:0;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 0px;
	overflow:auto;
}
.caption-inner {
	display:table;
	width:100%;
	height:100%;
}
.caption-content {
	display:table-cell;
	vertical-align:top;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 0px;
}
.caption-content h1 {
	text-align: center;
}

.centertitlewrapper {
	width:35%;
	position: absolute;
	height: 60px;
	left: 35%;
}

.centertitlewrapper p{
	color: #FFFFFF;
}
.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;
}

.title{
	float: left;
	width: 50%;
	text-align: center;
	padding: 0;
}