@charset "UTF-8";
/* CSS Document */
html,
html * {
	padding: 0;
	margin:0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


header {
	padding: 20px;
	background-color:rgba(234,235,236,1.00);

}
footer {
	padding: 0px 30px;	
	background-color:rgba(234,235,236,1.00);
	color: rgba(3,126,126,1.00);
	}
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display:block;
	width:150px;
}

.style-nav ul {
	list-style-type: none;
	text-align: center;
}

.style-nav ul li {
	display: inline-block;
}

.style-nav ul li a {
	font-size: 10px;
	text-decoration: none;
	color:rgba(3,126,126,1.00);
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 8px 0px 8px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both; 
}

.col {
	width:100%;
}

.profile {
	background:url(images/HomePage.jpg);
	background-size:cover; 
	width:100%;
	padding: 300px 20px 20px 20px;
	color:#FFFFFF;
	text-align: center;	
}

.Adventure-Box { 
	background-color:rgba(234,235,236,1.00);
	color: rgba(3,126,126,1.00);
	padding:30px 25px 40px 25px;
	text-align: justify;
	
	
}

.Adventure-Box-2 { 
	background-color:rgba(211,221,222,1.00);
	color: rgba(3,126,126,1.00);
	padding:10px 25px 10px 25px;
	text-align: justify;
	
	
}
h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 3px;
	
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 10px;
	
}
h3 {
	font-size: 16px;
	text-transform:uppercase;
	font-weight: 50;
	margin-bottom: 10px;

}
h4 {
	font-size: 40px;
	text-transform:uppercase;
	font-weight: 180;
	letter-spacing: 3px;

}
p{
	font-size: 16px;
	text-transform:none;
	font-weight: 300;
	margin-bottom: 10px;
	letter-spacing: 1px;
}


.footer-text-highlight {
	font-size: 12 px;
	font-weight: 500;
	color:rgba(3,126,126,1.00);
	text-transform:none;
	margin-top: 20px;
	margin-bottom: 4px;
	text-align: left;
}
.footer-text-contact {
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 0px;
	text-align: left;
}
.footer-text-copyright {
	font-size: 9px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
}


/* effect-shine */
.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-45deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 3s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

.effect-shine2:hover {
  -webkit-mask-image: linear-gradient(-45deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 4s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


/*Tablet View*/
@media (min-width: 768px){
	
	header {
	padding:14px;
		
	}
	body{
		max-width: 778px;
	}
	.style-logo {float: left;
		
	}
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {text-align: right;
		
	}
	
	.style-nav ul li a {
	font-size: 14px;
	}

	h2 {
	text-shadow:none 
	}
	.col-md-one-half {
		width: 50%;
	}
	.col {
		float: left;
		padding:1px 0px 1px 0px;
	}
	.col2 {
		float: left;
		padding:1px 1px 1px 1px;
	}
	.col3 {
		float: left;
		padding-bottom: 2px;
	}
	.profile {
	background-size:cover; 
	background-position:0% 50%;
	padding: 400px 20px 50px 390px;
	color:#FFFFFF;
	text-align: center	
}
	
.footer-text-copyright {
	font-size: 14px;
	}	
	
.footer-text {
	font-size: 14px;	
	}
	
.footer-text-highlight {
	font-size: 16px;
	
}
.footer-text-contact {
	font-size: 16px;
	
}
}


/*Desktop View*/
@media (min-width: 1024px){
	
	body{
		max-width: 1200px;
	}
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
.profile {
	background-size:cover; 
	background-position:0% 60%;
	padding: 400px 20px 120px 580px;
	color:#FFFFFF;
	text-align: center	
}
}
