@-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 sans-serif;
  font-family: lato, sans-serif;
}

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

body {
  background-color: #f6e8ff;
  margin: 0;
}

.top-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #7400c2;
  padding: .5em;
}

.nav-icon {
  display: block;
  max-width: 25px;
}

.people-icon {
  display: block;
  max-width: 25px;
}

header {
  display: block;
  text-align: center;
  background-color: #c685f2;
}

.main-title {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 4.5em;
  font-family: cookie, serif;
  margin: 0;
}

ul {
  margin: 0;
  display: block;
  list-style-type: none;
  padding: .5em;
}

ul li a {
  font-family: "Sulphur Point", serif;
  text-decoration: none;
  color: #000;
  font-size: 1.5em;
}

ul li a:hover {
  color: #fff;
  border-radius: 8px;
  padding-top: .33em;
  padding-bottom: .33em;
}

nav {
  border-bottom: solid 4px #7400c2;
  border-top: solid 4px #7400c2;
}

.link-cards {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
}

.seasonal-recipes {
  display: inline-block;
  vertical-align: top;
  width: 15em;
  height: 15em;
  text-align: center;
  border: solid 5px #c685f2;
  margin: 1em;
  padding: .5em;
  border-radius: 8px;
  background-color: #e6c5fc;
}

.gift-bundles {
  display: inline-block;
  vertical-align: top;
  width: 15em;
  height: 15em;
  text-align: center;
  border: solid 5px #c685f2;
  margin: 1em;
  padding: .5em;
  border-radius: 8px;
  background-color: #e6c5fc;
}

.coming-soon {
  display: inline-block;
  vertical-align: top;
  width: 15em;
  height: 15em;
  text-align: center;
  border: solid 5px #c685f2;
  margin: 1em;
  padding: .5em;
  border-radius: 8px;
  background-color: #e6c5fc;
}

h2 {
  font-family: "Sulphur Point", sans-serif;
  font-weight: bold;
}

p {
  margin-bottom: 2.5em;
}

.learn-more {
  text-decoration: none;
  color: #000;
  font-family: "Sulphur Point", sans-serif;
  font-weight: bold;
  border-radius: 8px;
  padding: .75em;
  border: solid 2.5px #c685f2;
  margin-top: 4em;
}

.learn-more:hover {
  color: #fff;
  background-color: #7400c2;
  border: solid 2.5px #7400c2;
}

.killmenow5,
.killmenow6 {
  position: relative;
  vertical-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

img {
  width: 100%;
}

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

h3 {
  display: inline-block;
  position: absolute;
  bottom: .75em;
  left: .5em;
  padding: .25em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: bold;
  background: rgba(116, 0, 194, .5);
  color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
}

footer {
  display: flex;
  background-color: #7400c2;
  justify-content: space-between;
  color: #fff;
}

h4 {
  display: block;
  margin: .5em;
  font-family: "Sulphur Point", sans-serif;
  font-size: 1.5em;
  margin-top: .25em;
}

.steve {
  max-width: 50px;
  margin: .5em;
}

.contact-info {
  display: flex;
  flex-direction: column;
}

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

  html {
    font-size: 100%;
    line-height: 1.3;
  }

  ul li {
    display: inline-block;
    text-align: center;
    padding-left: .75em;
    padding-right: .75em;
  }

}

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

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

  ul li {
    display: inline-block;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
  }

}

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

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

  ul li {
    display: inline-block;
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
  }

}

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

  html {
    font-size: 130%;
  }

  ul li {
    display: inline-block;
    text-align: center;
    padding-left: 3em;
    padding-right: 3em;
  }

}
