* {
  margin: 0;
  padding: 0
}

/*header*/
header {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  height: 8.75em;
  background-color: #ffd6e0
}

/*logo*/
header img {
  max-width: 100%;
  max-height: 100%
}

/*navbar*/
nav {
  position: sticky;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  z-index: 999;
  height: 3em;
  background-color: white;
  border-bottom: 1px solid #91867a
}

nav ul {
  list-style: none;
  text-align: center
}

nav li {
  display: inline
}

nav a {
  position: relative;
  top: 0.85em;
  margin-left: 5%;
  margin-right: 5%;
  font-family: 'Slabo 27px', serif;
  font-size: 1.1em;
  color: #91867a;
  text-decoration: none;
  max-height: 100%;
  max-width: 100%
}

nav a:hover {
  color: #ffc1dc
}

/*slideshow*/
.slidershow {
  position: relative;
  top: 2em;
  max-width: 75%;
  max-height: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto
}

.slides {
  width: 500%;
  height: 100%;
  display: flex
}

.slide {
  width: 20%
}

.s1 {
  animation: slider 12s infinite;
  animation-delay: 2s
}

.slide img {
  width: 100%;
  height: 100%
}

@keyframes slider {
  0% {
    margin-left: 0%
  }

  25% {
    margin-left: -20%
  }

  50% {
    margin-left: -40%
  }

  75% {
    margin-left: -60%
  }

  100% {
    margin-left: -80%
  }
}

/*message*/
.message {
  text-align: center;
  width: 75%;
  height: 5em;
  margin: 0 auto 0 auto
}

.word p {
  position: relative;
  top: 35%;
  font-family: 'Caveat';
  font-size: 1.1em;
  color: #544332
}

.word {
  position: relative;
  top: 90%;
  background-color: #ffe0e8;
  outline: 1.5px solid white;
  outline-offset: -5px;
  width: 100%;
  height: 100%
}

/*nav boxes*/
.navbox {
  width: 75%;
  height: 20em;
  margin: 8% auto 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 2%;
  grid-row-gap: 10%;
  background-color: white
}

.box {
  position: relative;
  top: 16%;
  height: 75%
}

.navbox img {
  margin-top: 6%;
  width: 100%
}

.navbox a {
  position: relative;
  font-family: 'Slabo 27px', serif;
  font-size: 1.13em;
  color: #91867a;
  text-decoration: none;
  padding: 5% 25% 5% 25%;
  background-color: white;
  opacity: 0.85;
  bottom: 60%
}

.navbox a:hover {
  opacity: 1;
  transition: 0.2s
}

/*footer*/
footer {
  text-align: center;
  width: 80%;
  height: 6.5em;
  margin: 20% auto 0 auto;
  background-color: #ffd6e0;
  display: grid;
  grid-template-columns: 1fr 1fr
}

footer span {
  position: absolute;
  border: 0.5px solid black;
  height: 3.8em;
  left: 50%;
  margin-top: 1.7%
}

footer p {
  font-family: 'Slabo 27px', serif;
  font-size: 0.89em;
  margin-right: 17%;
  margin-bottom: 2%
}

#subscribe {
  position: relative;
  height: 2em;
  border: 0.5px solid #91867a;
  outline: none;
  font-family: 'Slabo 27px', serif;
}

#submit {
  position: relative;
  font-family: 'Slabo 27px', serif;
  width: 8%;
}

footer form {
  margin-right: 50%;
  margin-top: 3%
}

.social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 7%
}

.fb img {
  position: relative;
  width: 20%;
  left: 50%
}

.ins img {
  position: relative;
  width: 16%;
  top: 5%;
  right: 50%
}

.twt img {
  position: relative;
  width: 20%;
}

/*copyright*/
.copyright {
  width: 80%;
  margin: 1% auto 0.5% auto;
  font-family: 'Slabo 27px', serif;
  font-size: 0.75em
}
