#homeHeader {
	position: relative;
	height: auto;
	background-color: #1E1E20;
}

#homeHeader img {
	display: block;
	width: 100%;
}

#homeHeader div {
	padding: 40px 5% 20px 5%;
	background-color: #BE4439;
}

#homeHeader h1,
#homeHeader p {
	margin: 0px;
	color: white;
	text-align: left;
}

#homeHeader p {
	text-align: center;
}

#homeHeader h1 {
	font-size: 60px;
	font-size: 25vw;
	font-family: "BebasNeue", arial, sans-serif;
	line-height: 80%;
	text-shadow: 0px 2px 1px #1E1E20;
}

#homeHeader h1 span {
	display: block;
	color: #1E1E20;
	text-shadow: none;
}

#homeHeader div>span {
	display: block;
	margin: 30px auto 30px auto;
	background-color: #1E1E20;
	width: 80px;
	height: 3px;
	background-color: #1E1E20;
}

#homeHeader p {
	margin: 0px;
	font-size: 24px;
	font-size: 5vw;
	font-family: "Montserrat-Bold", arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #1E1E20;
}

@media only screen and (min-device-width: 1000px) and (min-width: 700px) {
	#homeHeader {
		position: relative;
		height: 700px;
		background-image: url("../images/header2.png");
		background-repeat: no-repeat;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		background-position: 30% bottom;
	}

	#homeHeader img {
		position: absolute;
		bottom: 0px;
		right: 45%;
		width: auto;
		height: 100%;

		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
	}

	#homeHeader div {
		position: absolute;
		left: 47%;
		top: 20%;
		padding: 0px;
		background-color: transparent;
	}

	#homeHeader h1 {
		font-size: 80px;
	}

	#homeHeader h1 span {
		color: #BE4439;
		text-shadow: 0px 2px 1px #1E1E20;
	}

	#homeHeader p {
		font-size: 24px;
		text-align: left;
	}

	#homeHeader div>span {
		margin: 30px 0px 30px 0px;
		background-color: #BE4439;
	}
}

@media only screen and (min-device-width: 1000px) and (min-width: 900px) {
	#homeHeader div {
		left: 55%;
		top: 20%;
	}

	#homeHeader h1 {
		font-size: 100px;
		/*font-size: 8vw;*/
	}

	#homeHeader p {
		font-size: 24px;
		/*font-size: 2vw;*/
	}
}

@media only screen and (min-device-width: 1000px) and (min-width: 1100px) {
	#homeHeader h1 {
		font-size: 126px;
		/*font-size: 8vw;*/
	}

	#homeHeader p {
		font-size: 30px;
		/*font-size: 2vw;*/
	}
}