@charset "UTF-8";
/* CSS Document */

.mySlides {display:none;}
.mySlides2 {display:none;}



/* This is a CSS sheet for formatting, for parallax stuff look at parallax.css */

/* Get out my CSS ya bish! Only punks be reading this right now*/


/* Bid daddy def */
body, html {
  height: 100%;
  margin: 0;
  color: #777;
  font: 16px Lato;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; 
  font-weight: 400;
  text-shadow: 0 0 2px #FFFFF0;
  text-align: center;
  letter-spacing: 1px;
  webkit-font-smoothing: antialiased;
}


/* Setting backgrounds and images and stuff */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgcontent {
  position: relative;
  opacity: 1.00;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -o-background-attachment: fixed;
  -ms-backgroudn-attachment: fixed;
  background-attachment: fixed;
  
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-backgroudn-attachment: cover;
}

.bgimg-1 {
  background-image: url("bg/blankbg.png");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("bg/saltcreek.jpg");
  min-height: 100%;
}

.bgimg-3 {
  background-image: url("bg/BroCoast-37.jpg");
  min-height: 100%;
}

.bgimg-4 {
  background-image: url("bg/watershed.jpg");
  min-height: 100%;
}

.bgimg-5 {
  background-image: url("bg/diffraction.jpg");
  min-height: 100%;
}

.bgcontent {
  /* background-image: url("bg/nightlights.jpg"); */
  background-color: #1b2024;
  min-height: 100%;
}



/* Formatting & Fonts & shit */
/* Hype captions */

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

/* font size controls title pages size */
.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 35px;
  letter-spacing: 10px;
}

.hypecontent {
  position: absolute;
  left: 0;
  top: 50%;
  height:100%;
  height: 100vh;
  width: 100%;
  width: 85vw;
  color: #f7f7f7;
  display:block;
  font-size:12px;
  text-align: justify;
  text-overflow: auto;
  padding:50px 80px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}





/* Alignment containers - used to center and div content in the page */

.vertelement {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* These can fuck up text centering, be careful */
.float_center {
  float: right;
  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}

.float_center > .child {
  position: relative;
  left: 50%;
  text-align: justify;
}




/* Icon Link formatting */

ul {
    overflow: auto;
  font-size: 50px;
  align: justify;
}
 
ul li {
    list-style-type: none;
    margin: auto;
  float: right;
  text-align: justify;
}
 
ul li a i {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    margin-right: 15px;
    padding-top: 0%;
    transition: all 0.2s ease-in-out;
}

ul li a i:hover {
    opacity: .7;
}






/* Resize for Media displays (iPhones, mobile, etc)  */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	
	.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
		 background-size: cover;
		 background-attachment: scroll;
		 min-width: 100%;
		 max-width: 667px; 
	}
	
	body, html{
		font: 11px, "Lato", sans-serif;
    	/* Momentum scroll for mobile */
    	overflow-y: scroll; /* has to be scroll, not auto */
    	-webkit-overflow-scrolling: touch;
	}
	
	.hypecontent {
		display:block;
		overflow:auto;
		font-size:20px;
		text-align: justify;
    	text-overflow: auto;
    	width: 75%
	}
	
	.container {
		display:block;
		overflow:auto;
	}

 	.caption span.border {
  		background-color: #111;
  		color: #fff;
  		padding: 18px;
  		font-size: 50px;
  		letter-spacing: 10px;
  	}

  	h3 {
  		letter-spacing: 7px;
  		text-transform: uppercase;
  		font: 30px "Lato", sans-serif;
  		color: #111;
  	}

  	p {
    	font: 25px;
  	}
	
	ul {
    	overflow: auto;
		font-size: 50px;
		align: justify;
	}

	ul li a i {
    	width: 50px;
    	height: 50px;
    	border-radius: 4px;
    	font-size: 50px;
    	text-align: center;
    	margin-right: 10px;
    	padding-top: 0%;
    	transition: all 0.2s ease-in-out;
	}
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1440px)
and (-webkit-min-device-pixel-ratio: 2) { 

	.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
		 background-size: cover;
		 background-attachment: scroll;
		 min-width: 100%;
		 max-width: 1024px; 
	}

	body, html{
		font: 12px, "Lato", sans-serif;
    	/* Momentum scrolling for mobile */
    	overflow-y: scroll; /* has to be scroll, not auto */
    	-webkit-overflow-scrolling: touch;
	}
	
	.hypecontent {
		display:block;
		overflow:auto;
		font-size:25px;
		text-align: justify;
   	 	width: 75%
	}
	
	.container {
		display:block;
		overflow:auto;
	}

	.caption span.border {
  		background-color: #111;
  		color: #fff;
  		padding: 18px;
  		font-size: 60px;
  		letter-spacing: 10px;
	}

 	h3 {
  		letter-spacing: 7px;
  		text-transform: uppercase;
  		font: 30px "Lato", sans-serif;
  		color: #111;
	}
	
	p {
    	font: 25px;
  	}

 	ul {
    	overflow: auto;
		font-size: 50px;
		align: justify;
	}

	ul li a i {
    	width: 50px;
    	height: 50px;
    	border-radius: 4px;
    	font-size: 50px;
    	text-align: center;
    	margin-right: 10px;
    	padding-top: 0%;
    	transition: all 0.2s ease-in-out;
	}


}
