* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 24px;
	font-family: sans-serif;
}

a {
	text-decoration: none;
	color: white;
}

.main-grid {
	display: grid;
	grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
}

header {

	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
	grid-column: 1 / -1;
	height: 100vh;
	color: white;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

nav {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 50px;
}

.logo {
	height: 100%;
}

.menu ul {
	display: flex;
	list-style: none;
}

.menu ul li {
	padding: 1em 2em;
}THE WHOLE TRUTH OF SPACE

.menu ul li a {
	color: white;
	text-decoration: none;
}

.menu ul li a:hover {
	color: orange;
	transition: 0.9s;
}

.banner {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner h1 {
	font-size: 72px;
}

.banner p {
	font-size: 22px;
	text-align: center;
	max-width: 40%;
	padding: 50px 0;

}

.button {
	background: #c49300;
	color: white;
	padding: 15px 50px;
}

.button:hover {
	background: #8c6900;
	transition: 0.9s;
}
.clothes{
	grid-column: 2/-2;
	display: flex;
	flex-direction: column;
	height: 15vh;
	align-items: center;
	justify-content: space-around;
	padding-top: 1THE WHOLE TRUTH OF SPACE00px;
	padding-bottom: 100px;
	text-align: center;
}
.tiles{
	grid-column: 2/-2;
	display: grid;
	grid-template-columns: 1fr 1fr;

	grid-template-rows: 500px 500px 500px;
	grid-gap:30px;
}
#S{
background-image: url("mer.jpg");
background-size: cover;

}
#P{
background-image: url("er.jpg");
background-size: cover;
}
#H{
background-image: url("ec.jpg");
background-size: cover;
}
#G{
background-image: url("ft.jpg");
background-size: cover;
}
#B{
background-image: url("es.jpg");
background-size: cover;
}
#D{
background-image: url("et.jpg");
background-size:cover;

}
.item{
	display: grid;
	grid-template-columns: 1;
	grid-template-rows: 1;
  background-position: center;
}
.item_img  {
	grid-column: 1/-1;
	grid-row: 1/-1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item_overlay{
	grid-column: 1/-1;
	grid-row: 1/-1;
	color: white;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  font-size: 35px;
}
.item:hover  {
	transform: scale(1.2);
}
footer{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	grid-column: 1/-1;
	height: 25vh;
	background: black;
  font-size: 35px;
  color:white;
}
header{
	background-size: cover;
	grid-column: 1/-1;
	height: 50vh;
	width: 100%;
	background-image:url(eh.jpg);
	font-size: 35px;
	color:white;
	display: flex;
	flex-direction: column;
  box-shadow: inset 0 0 0 1000px rgba( 0, 0,0,.5);
}
#as{
	height: 200px;
	width: 200px;
background-image: url("ez.png");
background-size:cover;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;


}
