@charset "UTF-8";

html, body {
	height: 1100px;
}



body {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 300;
	font-style: normal;

	color: #fff;
	background-image:  url("/img/elephant_haze_cropped.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

p {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin: 10px 0;
	color: #000;
}

.jumbotron {
	height: 100%;
}

h1 {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #000;
	font-style: normal;
	font-size: 3.2rem;
	margin-top: -250px;
}

h2 {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #000;
	font-style: normal;
	font-size: 1.6rem;
	margin-bottom: 40px;
}





.socials {

}

.socials i, .socials a  {
	color: #000;
	text-decoration: none;
	font-size: 3rem;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
}

.socials i {
	width: 65px;

}

.socials i:hover, .socials a:hover  {
	opacity: 0.6;
}











@media(min-width:300px) and (max-width:767px){

	h1 {
		font-size: 2.6rem;
	}
	.jumbotron {
		min-height: 550px;
	}
	p {
		padding: 0 45px;
	}

}
@media(min-width:768px) and (max-width:991px){


	.jumbotron {
		min-height: 475px;
	}

	h1 {
		font-size: 2.6rem;
	}

	h2 {
		font-size: 1.8rem;
	}


}

@media(min-width:768px) and (max-width:1199px){

}

@media(min-width:991px) and (max-width:1199px){
	h1 {
		margin-top: 450px;
	}
}


@media(min-width:768px){}
@media(min-width:992px){
	body {
		background-image:  url("/img/elephant_haze.jpg");
	}
	html, body {
		height: 100vh;
	}
	p {
		font-size: 1.4rem;
		line-height: 1.8rem;
		margin: 10px 0;
	}
	h1 {
		margin-top: 0;
	}
	h2 {
		font-size: 2.2rem;
	}

}
@media(min-width:1200px){

}
@media(min-width:1600px){

}