body {  
	background-color: #101628;
	font-family: 'Roboto', sans-serif;
	color: white;
	margin: 0px;
}  


a:link {
  text-decoration: none;
	color: #AC987B;
}

a:visited {
  text-decoration: none;
	color: #918068;
}

a:hover {
  text-decoration: none;
	color: #AC987B;
}

a:active {
  text-decoration: none;
	color: #FE533D;
}



.header {
	display: flex;
	height: 80px;
	background-color: #AC987B;
	width: 100%;
}

.header-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;	
	height: 100%;
	width: 260px;
	padding-left: 20px;
}

.title-link {
	display: flex;
}

.header-links {
	display: flex;
	flex: 1;    
	flex-direction: row;
	align-items: center;
	justify-content: center;	
	height: 100%;  
}

.header-media {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;	
	height: 100%;  
	width: 260px;
	padding-right: 20px;
}

.link-button-container {
	display: flex;
	height: 65px;
	width: 130px;
	align-items: center;
	justify-content: center;		
}

.link-button {
	display: block;
	display: block;
	height: 60px;
	width: 120px;
	transition-duration: .15s;
}
.link-button:hover {
	height: 64px;
	width: 128px;
}

.media-logo-container {
	display: flex;
	height: 50px;
	width: 60px;
	align-items: center;
  justify-content: center;	
}
.media-logo-container-small {
	display: flex;
	height: 50px;
	width: 44px;
	align-items: center;
  justify-content: center;	
}
.media-logo {
	transition-duration: .15s;
	height: 35px;
	margin: 5px;
}
.media-logo:hover {
	height: 40px;
}

.footer {
	display: flex;
	flex-direction: column;
	color: #101628;
	height: 60px;
	background-color: #AC987B;
	align-items: center;
  justify-content: center;	
	width: 100%;
}

.motto {
	color: white;
	font-size: 18px;
	margin: 20px;
}


.main-content {
	background-color: #101628;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
}

.horizontal-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.game-banner {		
	margin: 10px 5px 40px 5px;
}

.vertical-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.align-left {
	align-items: flex-start;	
}

.game-banner-image {
	max-width: 780px;
	width: 96%;
	margin: 0px 2px 0px 8px;
	transition-duration: .25s;
}
.game-banner-image:hover {
	width: 100%;
}
.game-banner-gif {
	max-width: 400px;
	width: 100%;
	margin: 0px 8px 0px 2px;
}

.game-container {
	max-width: 1300px;
	background-color: black;
}

.general-image {
	margin: 20px;
	width: 900px
}
.general-text {
	max-width: 900px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1em;
}
.game-header-image {
	margin: 20px;
	width: 960px
}
.game-header-text {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.5em;
	color: #FE533D;
	padding: 10px 20px 10px 20px;
}
.game-text {
	width: 100%;
	box-sizing: border-box;
	font-size: 1em;
	padding: 10px 20px 10px 20px;
}
.game-trailer {
	max-width: 1300px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.buy-game {
	margin-top: 20px;
}
.spacer {
	height: 50px;
}





.game-gif {
	width: 99%;
}
.gif-container {
	width: 49%;
	text-align: center;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.game-content {
	width: 100%;
	max-width: 1300px;
	background-color: black;
	padding: 10px;
	box-sizing: border-box;
}
.game-content-header-image {
	width: 100%;
}
.solo {
	margin-top: 10px;
}
.game-content-text {
	width: 100%;
	box-sizing: border-box;
	font-size: 1em;
	padding: 0px 20px 20px 20px;
}
.italic-text {
	font-style: italic;
}
.game-content-text-header {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.5em;
	color: #FE533D;
	padding: 0px 20px 20px 20px;
}
.game-content-text-header-with-space {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.5em;
	color: #FE533D;
	padding: 20px 20px 20px 20px;
}
.game-content-trailer {
	margin-bottom: 50px;
}
