* 
{
	box-sizing: border-box;
	
}
title{
	display: none;
}
#wrapper
{
	display: grid;
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px,1fr);
	grid-template-rows: auto;
	
}
header
{
    font-size: 50px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
    background-color: cyan;
	grid-row: 1/3;
	grid-column: 1/9;
}
nav {
	font-weight: bold;
	grid-row: 3/3;
	grid-column: 1/9;
	position: sticky;
	top: 0;
	background-color: rgb(0, 0, 255);
	width: 100%;
	z-index: 200;
}

nav a {
	text-decoration: none;
	color: black;
	padding: 1rem 0rem;
	display: block;
	text-align: center;
}

nav a:hover {
	background-color: red;
	transition: background-color 0.25s ease-out;
}

nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-flow: row nowrap;
}

nav ul li
{
	width: 100%;
}
#amongsushero
{
	height: 80px;
	width: 80px;
    background-image: url(amonglogo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	grid-column: 9/9;
	grid-row: 1/1;
	float: right;
	align-items: center;
}
body
{
    margin: 0px;
}
footer 
{
	font-size: 0.7em;
	text-align: center;
	font-style: italic;
	padding: 1em;
	background-color: #ffffff;
	grid-row: 8/8;
	grid-column: 1/9;
	
}
#amongback
{
	background-image: url(amongback.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	align-items: center;
	grid-row: 4/8;
	grid-column: 1/9;
	width: 100%;
	height: 775px;
}
#meungus
{
	height: 250px;
	width: 300px;
    background-image: url(meungus.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	grid-column: 6/8;
	grid-row: 5/5;
	float: right;
	align-items: center;
	border: 5px rgb(110, 110, 110) solid;
}
#salt
{
	height: 250px;
	width: 300px;
    background-image: url(salt.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	grid-column: 1/3;
	grid-row: 6/6;
	float: right;
	align-items: center;
	border: 5px rgb(110, 110, 110) solid;
}
div
{
	display: grid;
}
#john
{
	grid-row: 5/5;
	grid-column: 1/9;
	text-align: center;
	color: red;
}
#description1
{
	grid-row: 5/5;
	grid-column: 1/5;
	text-align: left;
	color: red;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
}
#description2
{
	grid-row: 6/6;
	grid-column: 4/9;
	text-align: left;
	color: blue;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
}
#description3
{
	grid-row: 7/7;
	grid-column: 1/5;
	text-align: left;
	color: yellow;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
}
#amovieback
{
	background-color: black;
	grid-row: 3/9;
	grid-column: 1/9;
}
#shopp
{
	grid-row: 4/5;
	grid-column: 1/9;
}
#movie1
{
	grid-row: 4/4;
	grid-column: 1/9;
	color: red;
	font-weight: bold;
}
#movie2
{
	grid-row: 5/5;
	grid-column: 1/9;
	color: blue;
	font-weight: bold;
}
#movie3
{
	grid-row: 6/6;
	grid-column: 1/9;
	color: yellow;
	font-weight: bold;
}
#support
{
	grid-row: 4/6;
	grid-column: 1/9;
}
@media only screen and (max-width: 992px)
{
	#wrapper
	{
		display: grid;
		grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 150px)) minmax(0px,1fr);
		grid-template-rows: auto;

	}
	header
	{
		font-size: 25px;
		grid-row: 1/1;
	}
	#amongsushero
	{
	height: 30px;
	width: 30px;
    background-image: url(amonglogo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	grid-column: 9/9;
	grid-row: 1/1;
	float: right;
	align-items: center;
	}
	#meungus
{
	height: 150px;
	width: 200px;
    background-image: url(meungus.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	grid-column: 6/8;
	grid-row: 5/5;
	float: right;
	align-items: center;
	border: 5px rgb(110, 110, 110) solid;
}
#salt
{
	height: 150px;
	width: 200px;
    background-image: url(salt.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	grid-column: 1/3;
	grid-row: 6/6;
	float: right;
	align-items: center;
	border: 5px rgb(110, 110, 110) solid;
}
}
@media only screen and (max-width: 768px)
{
	nav ul
	{
		flex-flow: column nowrap;
	}
	#meungus
{
	height: 100px;
	width: 120px;
    background-image: url(meungus.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	grid-column: 6/8;
	grid-row: 5/5;
	float: right;
	align-items: center;
	border: 5px rgb(110, 110, 110) solid;
}
#salt
{
	height: 100px;
	width: 120px;
    background-image: url(salt.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	grid-column: 1/3;
	grid-row: 6/6;
	float: right;
	align-items: center;
	border: 5px rgb(110, 110, 110) solid;
}
#description1
{
	grid-row: 5/5;
	grid-column: 1/5;
	text-align: left;
	color: red;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: small;
}
#description2
{
	grid-row: 6/6;
	grid-column: 4/9;
	text-align: left;
	color: blue;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: small;
}
#description3
{
	grid-row: 7/7;
	grid-column: 1/5;
	text-align: left;
	color: yellow;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: small;
}
}