button.btn {
	margin-top: 40px;
	background: #66bb6a;
	border-radius: 4px;
}

.video-item {
	overflow: hidden;
}

.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
}

.video-item iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

.video-item img {
	display: block;
	height: auto;
	max-width: 100%;
	height: 270px;
	width: 480px;
}

@supports (display: grid) {

	.video-grid {
		display: grid;
		grid-template-columns: 2fr 2fr 2fr;
		grid-template-rows: repeat(2, 2fr);
	}

	.video-item {
		margin-top: 0;
	}

	.video-item iframe {
		border: 0.125rem solid transparent;
	}

	.video-item:nth-child(1) {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}

	.video-item:nth-child(2) {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
	}

	.video-item:nth-child(3) {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}

	.video-item:nth-child(4) {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}

	.video-item:nth-last-child(-n+1):first-child,
	.video-item:nth-last-child(-n+1):first-child ~ .video-item {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}
}

.fourth button {
	margin-top: 20px;
}

p {
	margin-bottom: 30px;
	text-align: center;
	color: rgba(255,255,255, 0.8);
}

#fp-nav ul li a span {
	background: #fff;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

div.game-image-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	margin: 0 -2em;
	margin-left: auto;
	margin-right: auto;
}

div.game-image {
	max-height: 200px;
	width: auto;
	min-height: 50px;
	margin: 0;
	display: table-cell;
	margin-top: 0;
}

#header-row .game-image:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

#header-row .game-image:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

#header-row .game-image:nth-child(3) {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

#header-row .game-image:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

#header-row .game-image:nth-child(5) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}

.game-image img {
  max-width: 100%;
}

span.title {
	font-family: "Roboto";
	font-size: 72px;
	font-weight: 300;
}

div.shelf .spine
{
	display: inline-block;

	background: gray;
	width: 12vw;
	height: auto;

	margin-top: auto;
	margin-bottom: auto;

	padding: 0;

	-o-transition: 1s;
	-moz-transition: 1s;
	-khtml-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;

	overflow: hidden;
}

div.shelf .spine:hover
{
	
}

div.shelf .spine .item
{
	width: 12vw;
	height: auto;

	-o-transition: 1s;
	-moz-transition: 1s;
	-khtml-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	transition: 0.4s;

	cursor: pointer;
	opacity: 0.4;
}

div.shelf .spine .item:hover
{
	opacity: 1;
}

section {
}

section:nth-child(2) {
    background-image: linear-gradient(180deg,rgba(50,50,50, 0.5),rgba(50,50,50, 0.5),rgba(50,50,50, 0.9),rgba(25,25,25, 1));
	height: 100%;
}

section:nth-child(3) {
	background-color: #d37222;
}

section:nth-child(4) {
	background-image: linear-gradient(180deg,rgba(22, 83, 168, 1),rgba(22, 83, 168, 0.9),rgba(168, 106, 22,0.5));
	height: 100%;
}

section:nth-child(5) {
	background-color: #d37222;
}

section:nth-child(6) {
	background-color: #E4761B;
  	background-image: linear-gradient(180deg,rgba(228,118,27, 1),rgba(168, 106, 22,0.5));
}

section:nth-child(7) {
    background-color: #E4761B;
    background-image: linear-gradient(180deg,rgba(168, 106, 22, 0.5),rgba(22, 83, 168, 1));
}

section.video
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	min-width: 400px;
	height: 100%;

}

body {
	background-image: url("Images/BackgroundBackup.jpeg");
	background-color: rgba(50, 50, 50, 0.5);
	background-attachment: fixed;
	background-size: cover;
	min-height: 100%;
	font-family: 'Roboto Light';
	font-size: 16px;
	line-height: 2;
}

.title {
	text-align: left;
	padding: 1em;
}

div.grid-block {
	display: grid;
	grid-template-columns: 2fr 1fr;
}

div.block{
	max-width: 1600px;
	height: auto;
	padding: 3em;
	margin: auto;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

div.block-video{
	display: flex;
	justify-content: center;
	max-width: 1600px;
	margin: auto;
	padding-top: 10vw;
	padding-bottom: 10vw;
	padding-left: 4vw;
	padding-right: 4vw;
}

.block-video-wrap{
	width: 100%;
	padding-top: 56%;
	height: 0px;
	position: relative;
}

.block-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.block iframe {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

.containerPete{
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA;
}

.containerPete:hover .overlay {
	opacity: 0.9;
	cursor: pointer;
}

.text {
	display: flex;
	color: white;
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	margin: auto;
	border-radius: 10px;
	border: 3px dashed #1c87c9;
	align-items:center;
	justify-content:center;
	text-align: center;
}

.grid-video {
}

.cell {
	width: 100%;
	padding: 2% 0;
}

.card__text {
	padding-top: 2em;
	margin: 0 auto;
	margin-top: 0 auto;
	min-width: 50vw;
	max-width: 90vw;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}

.card__media {
	margin: 0 auto;
	padding: 2em;
	padding-top: 0em;
	max-width: 50%;
	min-height: 200px;
	display: flex;
}

.card__title {
	margin: 0 auto;
	padding: 2em;
	padding-top: 0em;
	max-width: 90vw;
	min-height: 50px;
	display: flex;
}

.card {
	margin: 0 auto;
	padding: 2em;
	padding-top: 0em;
	max-width: 90vw;
	min-height: 50px;
	display: flex;
}

.card__title-text {

}

.card__logo {
	display: inline-flex;
	width: 20%;
}

.topbar-ul {
	display: flex;
	padding-left: 20%;
	padding-right: 20%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(20, 112, 175, 1);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.topbar-li {
	float: left;
	margin: auto;
	transition: 0.3s;
}

.topbar-a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.topbar-li:hover {
	background-color: white;
}

h2.heading {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255, 0.8);
	font-size: 2em;
	text-align: center;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 40px;
	text-align: center;
}