@-moz-viewport { width: device-width; scale: 1; }
@-ms-viewport { width: device-width; scale: 1; }
@-o-viewport { width: device-width; scale: 1; }
@-webkit-viewport { width: device-width; scale: 1; }
@viewport { width: device-width; scale: 1; }

html {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  font: normal 100%/1.3 Georgia, sans-serif;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

img {
  display: block;
  width: 100%;
}

.img-flex {
  display: block;
  width: 100%;
}

section {
  display: flex;
}

header {
  padding: .5rem 0;
  background-color: #fff;
  text-align: center;
}

h1 {
  margin: 0 0 .5rem;
  font-size: 3rem;
  font-family: Lobster, sans-serif;
  color: #c99544;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav li {
  text-align: center;
}

nav a {
  display: block;
  padding: .5em .75em;
  color: #333;
  text-decoration: none;
}

nav a:hover {
  background-color: #c78d38;
  color: #fff;
  border-radius: 5px;
}

.boxes {
  padding: 1em;
  background-color: #fff;
  border-bottom: 5px solid #c78d38;
  width: 100%;
}

.square {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.boxes:hover {
  background-color: #c78d38;
}

.boxes:nth-child(1) {
  display: none;
}

.boxes:nth-child(4) {
  display: none;
}

h2 {
  text-align: center;
  font-family: Calistoga, sans-serif;
}

h3 {
  font-family: Calistoga, sans-serif;
  font-size: 1.5em;
  margin: 1rem;
}

p {
  margin: 0;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.section-store {
  order: 3;
}

.section-body {
  text-align: center;
  padding: 1em;
}

.section-body:hover {
  background-color: #fff;
}

.banner {
  position: relative;
  border-top: 5px solid #c78d38;
  padding-top: 1em;
}

strong {
  font-style: italic;
}

h4 {
  font-family: Calistoga, sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: .2em;
  margin-top: 0;
  text-align: center;
}

.everything {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1.5em;
}

.img-second {
  width: 200px;
  padding: 1.2rem;
}

.text {
  text-align: center;
  bottom: 10%;
  left: 50%;
  background-color: rgba(239, 222, 203, .76);
  border-radius: 10px;
  font-size: 1em;
}

.text:hover {
  background-color: #c78d38;
}

blockquote {
  margin: 0;
}

.footer {
  padding: 1.5rem 0;
  background-color: #e3ac5b;
  border-top: 3px solid #c78d38;
  color: #fff;
  text-align: center;
}

.btn:hover {
  background-color: #c78d38;
  color: #fff;
}

.footer h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.footer ul {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style-type: none;
}

.footer a {
  color: #003442;
}

.links {
  padding: 0 1rem;
}

.social {
  margin-left: auto;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
}

.social > li {
  margin: 0 .5em;
  width: 3em;
}

.copyright {
  padding: 0 1rem;
  width: 100%;
}

@media only screen and (min-width: 25em) {

  nav li {
    display: inline-block;
    text-align: center;
  }

  .boxes:nth-child(1) {
    display: block;
    width: 100%;
  }

  .square {
    width: 100px;
  }

  .img-second {
    width: 300px;
  }

  .section-body:hover {
    background-color: #c78d38;
  }

}

@media only screen and (min-width: 38em) {

  html {
    font-size: 110%;
    line-height: 1.4;
  }

  .section-store {
    width: 33%;
    order: 3;
    margin: 0;
  }

  .section-variety {
    width: 33%;
  }

  .section-body {
    width: 33%;
  }

  .boxes:nth-child(4) {
    display: block;
    width: 100%;
  }

}

@media only screen and (min-width: 60em) {

  html {
    font-size: 120%;
    line-height: 1.5;
  }

  header {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
  }

  h1,
  nav {
    display: inline-block;
    vertical-align: middle;
  }

  h1 {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }

  .wrapper {
    position: relative;
  }

  .section-variety {
    width: 50%;
  }

  .section-store {
    width: 50%;
  }

  .section-body {
    position: absolute;
    background-color: rgba(239, 222, 203, .76);
    border-radius: 10px;
  }

  .square {
    width: 100%;
    margin: auto;
    align-items: center;
  }

  .bon {
    width: 140%;
  }

  .text {
    font-size: 2em;
  }

}

@media only screen and (min-width: 90em) {

  html {
    font-size: 130%;
  }

  .bon {
    width: 195%;
  }

}
