.clear {
  clear: both;
}

.first {
  margin-left: 0px;
}

.nav {
  width: 100%;
  height: 100px;
}

.nav-logo img {
  width: 175px;
  height: 100px;
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}

.nav-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nav-bar li {
  float: left;
  margin-left: 15px;
}

.nav-bar li a {
  display: block;
  color: black;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  border: 1px solid black;
  margin-top: 25px;
  font-size: 22px;
  font-family: 'Rouge Script', cursive;
}

.nav-bar li a:hover {
  background-color: #333399;
  color: white;
}

.nav-bar {
  float: right;
  margin-right: 10%;
}

.main {
  height: 900px;
  width: 80%;
  margin: 0 auto;
}

.main h1 {
  font-size: 70px;
  text-align: center;
  margin-top: 60px;
  font-family: 'Rouge Script', cursive;
  margin-bottom: 70px;
}

.fotos {
  margin-left: 100px;
}

.specials1 {
  background-image: url('../images/specials1.jpg');
  background-size: cover;
  width: 250px;
  height: 250px;
  float: left;
  margin-left: 4%;
  margin-top: 30px;
}

.specials2 {
  background-image: url('../images/specials2.jpg');
  background-size: cover;
  width: 250px;
  height: 250px;
  float: left;
  margin-left: 4%;
  margin-top: 30px;
}

.specials3 {
  background-image: url('../images/specials3.jpg');
  background-size: cover;
  width: 250px;
  height: 250px;
  float: left;
  margin-left: 4%;
  margin-top: 30px;
}

.specials4 {
  background-image: url('../images/specials4.jpg');
  background-size: cover;
  width: 250px;
  height: 250px;
  float: left;
  margin-left: 4%;
  margin-top: 30px;
}

.specials5 {
  background-image: url('../images/specials5.jpg');
  background-size: cover;
  width: 250px;
  height: 250px;
  float: left;
  margin-left: 4%;
  margin-top: 30px;
}

.specials6 {
  background-image: url('../images/specials6.jpg');
  background-size: cover;
  width: 250px;
  height: 250px;
  float: left;
  margin-left: 4%;
  margin-top: 30px;
}

.gap {
  width: 100%;
  height: 200px;
  background-color: white;
  float: left;
}

footer .info {
  width: 100%;
  height: 60px;
  background-color: #063784;
  position: fixed;
  bottom: 0px;
}

.info li {
  float: left;
}

.info li a {
  display: block;
  white-space: nowrap;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  margin-left: 10%;
  margin-top: 10px;
}

@media only screen and (max-width: 1205px) {
  .main h1 {
    margin-top: 150px;
  }

  .info li a {
    display: block;
    white-space: nowrap;
    color: white;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    margin-left: 0px;
    margin-top: 10px;
  }

  .main1 h1 {
    float: left;
    margin-left: 120px;
  }

  .nav-logo img {
    float: left;
    margin-left: 38%;
  }
}