body {
	background-color: #041c2c;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(4, 28, 44, 1.0) 90%), url('../images/meriq_fireworks_background_2.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	background-attachment: fixed;
}

h2 {
	font-size: 26px;
}

.container-box {
	background-color: #595959;
}

.form-control {
	max-width: 100%;
}

.submit-button {
	min-width: 250px;
}

.explanation-text {
	margin-top: 10px;
}

.explanation-text-small {
	margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
	h1 {
		text-align: center;
	}
	h2 {
		font-size: 26px;
	}
	#showReset {
		margin-bottom: 20px;
	}
	#top-text {
		text-align: center;
	}
	.submit-button {
		width: 100%;
	}
}