@font-face {
	font-family: "Downturn";
	src: url(/CSS/Fonts/Downturn-Bold.eot) format("embedded-opentype");
	src: url(/CSS/Fonts/Downturn-Bold.ttf) format("truetype");
	src: url(/CSS/Fonts/Downturn-Bold.svg) format("svg");
	src: url(/CSS/Fonts/Downturn-Bold.otf) format("opentype");
}
body {
	background-color: #000000;
	margin: 0;
	background-image: url("/Images/OPSBackgroundImage.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
a {
	text-decoration: none;
}
h1 {
	font-family: 'Downturn', 'Teko', sans-serif;
	font-size: 48px;
	color: #FBAD18;
	font-weight: bold;
	text-align: center;
	margin-top: 140px;
}
.Container {
	max-width: 1046px;
	margin: 0 auto;
}
.Content p {
	color: #EAEAEA;
	font-size: 17px;
	line-height: 24px;
	font-family: 'proxima-nova', sans-serif;
}
.Logos {
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}
.Logo {
	transition: 0.3s;
}
.LogoImage {
	border: solid 2px #FBAD18;
	padding: 76px 72px;
	max-height: 264px;
	transition: 0.3s;
}
.LogoImage.OPS {
	padding: 90px 72px 64px;
	transition: 0.3s;
}
.LogoImage.FWO {
	padding: 64px 72px 90px;
	transition: 0.3s;
}
.Logo:hover .LogoImage {
	background-color: #09131d;
	transition: 0.3s;
}
.LogoImage img {
	width: 305px;
	height: 132px;
}
.LogoButton {
	background-color: #FBAD18;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
	cursor: pointer;
	text-decoration: none;
}
.LogoButton span {
	font-size: 22px;
	font-family: 'Downturn', 'Teko', sans-serif;
	text-transform: uppercase;
	margin-left: 12px;
}
.PlusIcon {
	width: 58px;
}
footer {
	width: 100%;
	max-width: 710px;
	margin: 0 auto;
	background-color: #161616;
	margin-top: 170px;
}
footer p {
	color: #6C6C6C;
	max-width: 505px;
	font-size: 12px;
	font-family: 'proxima-nova', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 12px 0;
}
@media (max-width: 1130px) {
	body {
		background-position: right;
	}
	h1 {
		margin-top: 80px;
	}
	.Container {
		max-width: 780px;
		padding: 0 48px;
	}
	.LogoImage.FWO {
		padding: 24px 32px 48px;
	}
	.LogoImage.OPS {
		padding: 38px 32px 34px;
	}
	.LogoImage img {
		width: 100%;
		max-width: 249px;
		height: 108px;
	}
	footer {
		margin-top: 80px;
	}
}
@media (max-width: 800px) {
	.PlusIcon {
		width: 36px;
	}
}
@media (max-width: 767px) {
	body {
		background-size: 330%;
		background-position: 97% -19%;
	}
	.Container {
		padding: 0 24px;
	}
	h1 {
		margin-top: 72px;
		font-size: 36px;
		line-height: 44px;
	}
	.Logos {
		display: block;
		text-align: center;
		max-width: 330px;
		margin: 48px auto;
	}
	.PlusIcon {
		width: 58px;
		margin: 24px 0;
	}
	footer {
		margin-top: 56px;
	}
	footer p {
		padding: 24px;
	}
}