body {
	margin: 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

h1, h2, h3 {
	font-family: 'Courgette', cursive;
}

b {
	font-family: 'Courgette', cursive;
}

h1 {
	text-align: center;
	margin-bottom: 30px;
}

.callout {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 1px 60px;
	box-shadow: 0 0  30px 20px #000;
	position: relative;
	z-index: 2;
	border-bottom: 4px solid #222;
}

.callout p {
	font-family: 'Courgette', cursive;
    color: red;
    font-size: 24px;
}

.callout h2 {
	margin: 4px;
}

.content {
	padding: 50px;
	border-top: 20px solid #ddd;
	border-bottom: 20px solid #ddd;
}

.content a {
	font-family: 'Courgette', cursive;
	color: #fff;
	background: #d51916;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 20px;
	margin-top: 10px;
	display: inline-block;
	transition: 0.6s all;
}

.content a:hover {
	background: #222;
}

.content a img {
	width: 20px;
	margin-left: 6px;
	position: relative;
	top: 3px;
}

.inner-content {
	margin: auto;
	max-width: 960px;
}

.pdf, #videos {
	border-top: 20px solid #ddd;
	padding: 60px;
}

.pdf a, #videos a {
	display: inline-block;
	width: 33%;
	font-size: 22px;
	color: #d51916;
	text-decoration: none;
	margin-bottom: 20px;
	transition: 0.6s all;
}

.pdf a:hover, #videos a:hover {
	text-decoration: underline;
	color: #000;
}

.pdf a img, #videos a img {
	height: 40px;
	position: relative;
	top: 11px;
	margin-right: 2px;
}

.form {
	padding: 50px;
	background: #ddd;
	border-bottom: 20px solid #eee;
	border-top: 20px solid #eee;
}

.form label, .form input, .form textarea {
	display: block;
}

.form input, .form textarea {
	background: #fff;
	border: 2px solid #ccc;
	padding: 8px;
	width: 100%;
	margin-bottom: 12px;
	margin-top: 3px;
	font-size: 16px;
	border-radius: 4px;
}

.form input[type="submit"] {
	background: #d51916;
	color: #fff;
	transition: 0.6s all;
	padding: 20px;
	font-family: 'Courgette', cursive;
	font-size: 20px;
}

.form input[type="submit"]:hover {
	background: #222;
	color: #d51916;
}

.form h2 {
	margin-top: 0;
}

.form form {
	margin: 0;
}

.applink {
	padding: 60px;
	/*border-bottom: 20px solid #e9e9e9;*/
}

.applink img {
	border: 12px solid #222;
	border-radius: 10px;
}

.applink .inner-content {
	max-width: 680px;
}

.video {
	border-bottom: 20px solid #222;
	border-top: 20px solid #222;
	position: relative;
}

.video .play {
	position: absolute;
	height: 40%;
	width: 100%;
	top: 30%;
	text-align: center;
}

.video .stop {
	position: absolute;
	right: 40px;
	bottom: 20px;
	width: 10%;
	height: 10%;
	display: none;
}

.video .stop a {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #fff;
	opacity: 0.5;
	color: #000;
	padding: 6px 10px;
	text-decoration: none;
	font-weight: bold;
	transition: 0.6s all;
}

.video .stop a:hover {
	opacity: 1;
}

.video video {
	margin-bottom: -1px;
}

.video h2 {
	position: absolute;
	top: 20px;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	text-decoration: underline;
	font-size: 38px;
	background: #d51916;
	padding: 10px 0;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
	opacity: 0.7;
	text-decoration: none;
}

.video .play img {
	height: 100%;
	margin: auto;
	opacity: 0.7;
	transition: 0.6s all;
}

.video .play a:hover img {
	opacity: 1;
}

.video video {
	width: 100%;
}

.banner {
	border-bottom: 20px solid #222;
	border-top: 12px solid #222;
}

.banner img {
	width: 100%;
}

.footer {
	border-top: 20px solid #222;
	text-align: center;
	color: #fff;
	padding: 50px;
	background: #d51916;
	background: linear-gradient(#d51916, #6d0d0b);
	font-weight: bold;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.center {
	text-align: center;
}

@media only screen and (max-width: 930px) {
	.pdf a {
		width: 45%;
	}
}

@media only screen and (max-width: 750px) {
	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	.video h2 {
		font-size: 20px;
		top: 0;
		padding: 6px 0;
		border-top: 4px solid #000;
		border-bottom: 4px solid #000;
	}

	.pdf a {
		display: block;
		width: auto;
	}
}
