html,
body {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  background-color: white;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 25px;
  padding: 1rem;
}

h2 {
  font-family: 'Satisfy', cursive;
  font-size: 3.5rem;
}

.container.location {
  font-family: 'Satisfy', cursive;
  font-size: 2.5rem;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.main {
  height: 30rem;
  padding-top: 1rem;
  background-image: url(https://storage.cloud.google.com/www.vladcancode.com/Completed/Media_Query/Images/cupcakebanner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.main img {
  width: 15rem;
  display: block;
  margin: auto;
  margin-top: 5rem;
}

nav {
  background-color: #e75480;
  color: White;

}

ul {
  list-style: none;
  margin: 0;
}

li {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  font-weight: bold;
}

a:link {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: underline;
}

a:visited {
    text-decoration: none;
    color: white;

}

.supporting,
.rating,
.gallery,
.location {
  margin: 4em auto;
}

.supporting {
  display: flex;
  align-items: flex-start;
  padding: 0 1rem;
}

.supporting img {
height: 10%;
  width: 10%;
  margin-right: 5%;
}

.rating {
  background-color: #e75480;
  height: 20rem;
  padding: 0 1rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rating h1 {
font-size: 2.5rem;
}

.gallery img {
  display: block;
  width: 30%;
  margin: 1.5%;
  float: left;
}

.clearfix {
  clear: both;
}

.location {
  text-align: center;
  margin-bottom: 7rem;
}

.location img {
  width: 100%;

}

footer {
  background-color: #e75480;
  padding: 0 1rem;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5em 0;
  color: white;
}

@media only screen and (max-width: 960px) {
  .main {
    padding-top: 0;
  }
}

@media only screen and (max-width: 700px) {
  .supporting img {
    display: none;
  }
}

@media only screen and (max-width: 470px) {
  .rating h1 {
    font-size: 2rem;
  }

  .gallery img {
  display: block;
  width: 100%;
  margin: 0;
  float: left;
}

  footer nav {
    display: none;

  }
}
