@charset "utf-8";
/* CSS Document */
/* Sheet specific to the Z1Gaming home page*/
body {
	background-color: rgba(214,245,255,1.0);
}
#heroBox {
	height: 700px;
	background: rgba(25,25,25,1.00);
	background-image: url("../assets/MCBG_Winter.png");
	background-size: cover;
	background-position: 50% 50%;
}
#vidsBox {
	position: relative;
	height: auto;
	background: rgba(248,255,255,1.00);
}
#SeasonsBox {
	position: relative;
	height: auto;
	/*background: rgba(15,45,28,1.00);*/
	background: rgba(214,245,255,1.00);
}
#vidsContainer {
	max-width: 1600px;
}
.TxtPic {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin-bottom: 100px;
}
.txtR {
	flex-direction: row-reverse;
}
.fancy {
	font-family: "Florencia";
}
.MCTitle {
	max-width: 100%;
	margin: 5px 0;
	text-align: left;
}
.MCTxt {
	width: 100%;
	margin: 5px 0;
}
.ImageContainer {
	max-width: 800px;
	width: 40%;
	margin: auto 5%;
	box-shadow: 5px 5px 15px 5px rgba(90,120,135,1.00);
}
.logoImage {
	box-shadow: none;
}
.imageDuo {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
/* Pertaining to all items contained within the MERCH BOX */
.merchCard {
	position: relative;
	width: 25%;
	height: auto;
	margin: 20px 1%;
	padding: 0;
	background: rgba(200,200,200,1.00);
	border: 3px solid rgba(100,100,100,1.00);
	transition: 0.5s;
}
.merchCard:hover {
	border: 3px solid rgba(150,0,0,1.00);
}
.gamesBtn {
	background: rgba(150,150,150,1.00);
	border: 3px solid rgba(50,50,50,1.00);
	color: rgba(50,50,50,1.00);
	font-size: 18px;
	transition: 0.5s ease-out;
}
.gamesBtn:hover {
	background: rgba(50,50,50,1.00);
	color: rgba(150,150,150,1.00);
}


/*---DIVIDERS---*/
.diagDeco {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 40px;
	margin: 0;
	border: none;
}
.diagInRed {
	bottom: 0px;
	background: linear-gradient(45deg, rgba(214,245,255,1.00) 35%, rgba(248,255,255,1.00) 35%);
}
.diagInGreen {
	top: -40px;
	background: linear-gradient(315deg, rgba(214,245,255,1.00) 35%, rgba(248,255,255,0) 35%);
}
.decoRed {
	width: 100%;
	height: 2px;
	border: none;
	background: rgba(214,245,255,1.00);
}
.decoGreen {
	width: 100%;
	height: 2px;
	border: none;
	background: rgba(115,193,218,1.00);
}


/*iPad*/
@media (max-width: 1400px) {
	#vidsContainer {
		max-width: 80%;
		justify-content: center;
	}
	#TxtPic {
		flex-flow: row;
		margin-bottom: 30px;
	}
	#MCTxt {
		margin: auto;
	}
	.ImageContainer {
		max-width: 50%;
	}
}

/*iPhone Landscape*/
@media screen and (max-width: 930px) {
	#vidsContainer {
		max-width: 90%;
		justify-content: center;
	}
	.secContainer {
		width: 90%;
		justify-content: center;
	}
	.TxtPic {
		flex-flow: row wrap;
		margin-bottom: 30px;
	}
	.MCTxt {
		max-width: 100%;
	}
	.txtCombo {
		max-width: 80%;
	}
	.ImageContainer {
		max-width: 80%;
		width: 80%;
	}
	.imageDuo {
		width: 100%;
	}
}

/*iPhone Portrait*/
@media screen and (max-width: 700px) {
	#vidsContainer {
		max-width: 95%;
		justify-content: center;
	}
	.secContainer {
		width: 90%;
		justify-content: center;
	}
	.TxtPic {
		flex-flow: row wrap;
		margin-bottom: 30px;
	}
	.MCTxt {
		max-width: 100%;
	}
	.txtCombo {
		max-width: 100%;
	}
	.ImageContainer {
		max-width: 80%;
		width: 80%;
	}
	.imageDuo {
		width: 100%;
	}
}