.heroHeader {
	text-align: center;

	position: relative;

	padding-bottom: 70px;
}
.heroHeader .background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #43698d;
	background: url(../imgs/stripes.svg);
	background-repeat: repeat;
	background-size: auto auto;
	z-index: -1;
}
.heroHeader .starsImage {
	position: absolute;
	top: 0;
	left: 0;
	height: 60%;

	z-index: -1;
}
.heroHeader .centerImage {
	display: inline-block;
	margin-top: 100px;
	max-width: 500px;
	width: 90%;
	z-index: 5;
}
.heroHeader .buttonContainer {
	text-align: center;
	margin-top: 20px;
	z-index: 5;
}
.heroHeader .buttonContainer a {
	text-decoration: none;
	display: inline-block;
}
.heroHeader .buttonContainer .button {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	height: 45px;
	width: 45px;

	background-color: #000;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}
.heroHeader .buttonContainer .disabled {
	opacity: 0.5;
}
.heroHeader .buttonContainer .button img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 12px;
	width: 20px;
}