@charset "utf-8";

body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: #FFEDE2;
	padding: 0;
    margin: 0;
}

header h1 { 
	font-size: 10vw;
	text-align: center;
	letter-spacing:-4px;
}

header h1 span {
	color: #CD3336;
}

nav ul {
	list-style-type: none;
}

#mainnav {
	width: 200px;
}

#mainnav ul {
	background: #3E545F;
}

#mainnav ul li a {
	display: block;
	background:#3E545F;
	color:#ebebeb;
	font-weight:700;
	font-size:24px;
	line-height:50px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	width:180px;
	border-bottom: 1px solid #ebebeb;
}

	#mainnav {
		box-sizing: border-box;
		position: static;
		width: 100%;
		margin-bottom: 20px;
		border-top:none;
		border-left: 1px solid #ebebeb;
	}
	
	#mainnav ul {
		display: flex;
	}
	
	#mainnav ul li {
		flex: 1;
	}
	
	#mainnav ul li a {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		text-align: center;
		border-bottom: none;
		border-right: 1px solid #ebebeb;
	}
	
#mainnav ul li a:hover {
	color: #707070;	
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
	height: 100%;
}

main p {
	margin: auto;
	text-align: center;
	padding-top: 20px;
}

main ul {
	list-style-type: none;
	text-align: center;
}

main ul li {
	display: inline-block;
	background-color: #7CAF73;
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

footer {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center; 
  margin-left: auto;
  margin-right: auto;
}

footer address {
		text-align: center; 
  margin-left: auto;
  margin-right: auto;
}

footer ul {
	list-style-type: none;
	display: block;
}

footer ul li {
		display: inline-block;
	padding: 10px;
}

main ul li {
	margin-bottom: 20px;
}

main ul li a {
text-decoration: none;
	font-weight: 800;
	color: #707070;	
}

main ul li a:hover {
	color: #ebebeb;
}

.Parent {
            display: flex;
            flex-direction: row;
        }
  
.child1 {
            width: 50%;
            height: 100%;
            text-align: right;
	padding-top: 20px;
        }
  
.child2 {
   width: 50%;
   height: 100%;
        }

#menu p {
	text-align: left;
	max-width: 400px;
	padding: 25px;
}

#reservationsText p {
	text-align: left;
	max-width: 400px;
	padding: 25px;
	overflow: hidden;
}

#mainReservations {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
	height: auto;
}

#aboutSeating {
	max-width: 75%;
	height: auto;
}

#aboutSign {
	max-width: 75%;
	height: auto;
}

#about {
	max-width: 420px;
margin-left: auto;
  margin-right: auto;
	padding: 10px;
}

#questions {
	max-width: 420px;
	  margin-left: auto;
  margin-right: auto;
	padding: 10px;
}

.container p {
	text-align: left;
	padding-bottom: 30px;
}

blockquote {
	font-style: italic; 
}

footer {
	padding-top: 50px;
	clear: both;
}
	
#menuContainer {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	  margin: 0 auto;
	height: auto;
}

#menuContainer p {
	text-align: left;
	font-size: 1em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.menuImg {
	width: 90%;
	height: auto;
 	padding: 25px;
}

#reviewsContainer {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	  margin: 0 auto;
	height: auto;
}


h2 {
	text-align: center;
}

@media only screen and (min-width: 450px) {
	
	#mainReservations {
  margin-left: auto;
  margin-right: auto;
  width: 450px;
	height: auto;
}
	
	#aboutSeating {
	max-width: 420px;
	height: auto;
}

#aboutSign {
	max-width: 420px;
	height: auto;
}

	#reviewsContainer {
	width:450px;
	}
	
	#menuContainer p {
		width: 400px;
		margin-top: 40px;
		margin-bottom: 40px;
}

@media only screen and (min-width: 700px) {
	
	.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
		height: 75%;
	}
	
#mainReservations{
float: left;
display: block;
margin-left: auto;
 margin-right: auto;
	}
	
#Reservations {
		width: 750px;
	}

	#masks {
		max-width: 700px;
		height: auto;
	}
	
	.cta ul li {
	margin-left: 50px;
		margin-right: 100px;
}		
	
	header h1 { 
	font-size: 5vw;
	text-align: center;
	letter-spacing:-4px;
}

#parallax-1 {
	background-image: url("images/appetizersSmall.jpg");
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
}

#parallax-2 {
	background-image: url("images/sushi2Small.jpg");
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
}

#parallax-3 {
	background-image: url("images/ramenSmall.jpg");
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
}

#parallax-4 {
	background-image: url("images/dessertSmall.jpg");
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
}

#parallax-5 {
	background-image: url("images/drinksSmall.jpg");
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
}

#parallax-6 {
	background-image: url("images/beersSmall.jpg");
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
}
	
}

@media only screen and (min-width: 1000px) {
	
.wrapper {
  display: grid;
  grid-template-columns: 50% 50%;	
}	
	
.box {
	padding: 1em;
}

* {
	box-sizing: border-box;
}

body {
	margin: 2em;
	background-color: light-grey;
}
	
.container {
		width: 1000px;
	}
	
#sushi {
	max-width: 1000px;
}	

#menuImg {
		max-width: 1000px;
	}
	
	}
	
}

@media only screen and (min-width: 1280px) {
	
#parallax-1 {
	background-image: url("images/appetizers.jpg");
	height: 500px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

#parallax-2 {
	background-image: url("images/sushi2.jpg");
	height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

#parallax-3 {
	background-image: url("images/ramen.jpg");
	height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

#parallax-4 {
	background-image: url("images/dessert.jpg");
	height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

#parallax-5 {
	background-image: url("images/drinks.jpg");
	height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

#parallax-6 {
	background-image: url("images/beers.jpg");
	height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
	
}
	