/******************************************
/* CSS
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
}

/******************************************
/* LAYOUT
/*******************************************/
nav {
  width: 100%;
  background: rgb(84,114,165);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 100px;
}

ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-right: 40px;
}

ul li {
  list-style: none;
  padding: 0px;
}

ul li a {
  text-decoration: none;
  color: rgb(164, 188, 146);
  font-size: 22px;
  transition: 0.5s;
}

ul li a:hover {
  color: rgb(108, 140, 134);
}

.button {
  font-size: 22px;
  text-decoration: none;
  padding: 8px 15px;
  background: rgb(97, 126, 148);
  color: rgb(164, 188, 146);
  border-radius: 5px;
  transition: 0.5s;
}

.button:hover {
  background: rgb(108, 140, 134);
}

h1 {
  color: #fff;
  font-size: 45px;
  font-family: 'Roboto';
}

img {
  min-height: 100%;
  width: 100%;
  margin: auto;
}

/* .container {
  display: flex;
  margin-top: 100px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.burger {
  flex: 1;
  height: 300px;
}

.onionRings {
  margin-top: 300px;
  height: 300px;
  flex: 1;
} */

footer {
  margin-top: 700px;
}

h2 {
  font-size: 40px;
  font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif ;
}


p {
  font-size: 60px;
  font-family: 'Dancing Script', Verdana, Geneva, Tahoma, sans-serif;
}
/* 
.img {
  width: auto;
  height: 500px;
} */

.info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


h3 {
  font-family: 'Dancing Script';
  font-size: 100px;
  text-align: center;
}

.history, h4 {
  font-family: 'Dancing Script';
}

.about {
  background-image: linear-gradient(to right, #5472a5, #6c8c86, #9cb84c);
}

.pic {
  display: block;
  margin: 0 auto;
  width: 75%;
}

.join, .sandwiches{
  font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
}

h4 {
  font-size: 30px;
}

h5, .price{
  font-family: 'Roboto';
  font-size: 25px;
}

.welcome {
  font-size: 20px;
  font-family: 'Dancing Script';
}

.join {
  font-size: 20px;
  text-align: center;
}

hr {
  border-color: #5472a5;
  margin-top: 50px;
}

/* h4, .welcome {
  text-align: center;
} */

form input{
  margin-bottom: 20px;
  padding: 8px;
  width: 50%;
}

textarea{
  margin-left: 50px;
}

button {
  text-align: center;
  margin-left: 400px;
  color: #fff;
  background: rgb(97, 126, 148);
}


h6 {
  font-size: 40px;
}

.hours {
  float: right;
  width: 50%;

}

.comments {
  float: left;
  width: 50%;

}

.burger {
  float: left;
  width: 33%;
}

.onionRings {
  float: left;
  width: 33%;
}

.wings {
  float: left;
  width: 33%;
}

@media (max-width: 400px) {
  body {
    flex-direction: column;
  }
}

.food, .price {
  float: right;
  width: 50%;
}

.information {
  text-align: center;
}