.form {
	background: none;
	box-shadow: 2px 2px 20px 5px rgba(0,0,0,0.1);
	display: block;
	margin: auto;
	width: 500px;
}
.button {
	border-radius: 0;
}
.content {
	width: 100%;
	max-height: auto;
	margin: 0;
}
.content-top {
	padding: 100px 0px;
}
.content-middle {
	text-align: center;
	padding: 50px 0px 150px 0px;
}
.content-bottom {
	background-color: rgba(255, 255, 255, 0.95); /* Linen */
	padding: 30px 0px;
}
.content-clients {
	padding: 30px 0px;
	background-color: rgba(255, 255, 255, 0.01); /* LightSteelBlue */
}
.tagline {
	font-family: Raleway, sans-serif;
	text-align: center;
	color: black;
	padding-top: 4px;
	text-shadow: 0.5px 0.5px 1px #fff;
	letter-spacing: 2px;
}
.about-us {
	font-family: Raleway, sans-serif;
	text-align: center;
	color: black;
	padding: 20px;
	margin: 0;
	text-shadow: 0.5px 0.5px 1px white;
	letter-spacing: 2px;
}
.c4-header {
	font-family: Raleway, sans-serif;
	text-align: center;
	text-shadow: 0.5px 0.5px 1px white;
	color: #000; 
	letter-spacing: 2px;
	margin: 0;
	padding: 20px 0px;
}
.c4-line {
	font-family: Raleway, sans-serif;
	text-align: center;
	color: white; 
	background-color: rgba(0, 0, 0, 0.60); /* Black */
	text-shadow: 0.5px 0.5px 1px black;
	letter-spacing: 2px;
	margin: 0;
	padding: 4px 0px;
}
.c4-sports-panel {
	text-align: center;
	width: 100%;
}
.client-logo {
	max-height: 200px;
	width: auto;
	height: auto;
	padding: 15px 10px;
}

/* Mobile */
@media (max-width: 450px) {
	.content-top {
		margin-top: 15%;
	}
	.content-middle {
		text-align: center;
		margin-top: 15%;
		margin-bottom: 1.5%;
	}
	.textbox {
		width: 300px;
		border-radius: 7px 7px 7px 7px;
	}
	.button {
		border-radius: 7px 7px 7px 7px;
		margin-top: 10px;
	}	
}

/* Small Tablets */
@media (min-width: 451px) and (max-width: 768px) {
	.content-top {
		margin-top: 5%;
	}
	.content-middle {
		text-align: center;
		margin-top: 5%;
		margin-bottom: 1.5%;
	}
	.textbox {
		width: 300px;
		border-radius: 7px 0 0 7px;
	}
	.button {
		border-radius: 0 7px 7px 0;
		margin-top: 0px;
	}
}