


.topLineWrapper {
	width: 100%;
	background-color: white;
	height: 25px;
}
.topLine {
	width: 100%;
	max-width: 1000px;
	border-bottom: solid black .5px;
	height: 20px;
	margin: -20px auto 0 auto;
	
}
.headline {
	text-align: center;
}

.topBar {
	background-color: black;
	color: gold;
	display: flex;
	width: 100%;
	max-width: 1000px;
	height: 35px;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin: 35px auto;
}

.price {
	font-size: 1.5em;
}

.cart {
	display: flex;
	width: 90%;
	max-width: 800px;
	margin: auto;
	justify-content: space-between;
	
}
@media screen and (max-width: 654px) {
  .cart {
    display: block;
  }
}

.inputWrapper {
	display:flex;
	justify-content: space-between;
}

.input {
	display: flex;
	width: 50px;
	margin: 25px 0 50px 0;
}


.label {
	width: 80%;
	
}

.leftSide {
	width: 100%;
	max-width: 350px;
}

.leftImageOne {
	width: 100%;
	max-width: 300px;
}
.leftImageOne img {
	width: 100%;
}
.leftImageTwoAndThree {
	display: flex;
	width: 100%;
	max-width: 300px;
}
.leftImageTwo {
	width: 50%;
}
.leftImageTwo img {
	width: 100%;
}
.leftImageThree {
	width: 50%;
}
.leftImageThree img {
	width: 100%;
}
.rightSide {
	width: 100%;
	max-width: 350px;
}

.middleBar h3 {
	margin: 3em auto;
	text-align: center;
}

.games{ 
	width: 100%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/align-items; bottom;
}

.game {
	display: flex;
	width: 100%;
	max-width: 200px;
	margin: 1em;
	/align-items: bottom;
}
.gameIcon {
	width: 100%;
	display: flex;

}
.gameIcon img{
	width: 100%;
}