/* Global */

* {
  font-size: 20px;
}

body {
  background-color: #9F6D52;
  font-family: 'Source Sans Pro', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  -ms-overflow-style: none;
  width: 100%;
}

body::-webkit-scrollbar {
  display: none;
}

h1 {
  font-family: 'Calistoga', 'cursive';
  font-size: 8vw;
  letter-spacing: 1px;
  text-shadow: 1px 1px  rgb(223, 163, 223), 2px 2px 0 rgb(223, 163, 223), 3px 3px 0 rgb(223, 163, 223), 4px 4px 0 rgb(223, 163, 223);
}

h2 {
  font-family: 'Calistoga', 'cursive';
  font-size: 40px;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 100;
}

h3 {
  font-family: 'Calistoga', 'cursive';
  font-size: 28px;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 100;
  max-width: 100%;
  text-align: center;
}

p {
  line-height: 28px;
  margin: 0;
}

a {
  text-decoration-color: #9F6D52;
  color: #9F6D52;
  font-size: 20px;
}

button {
  background: none;
  padding: 15px;
  border: 3px solid pink;
}

button:hover {
  cursor: pointer;
  background-color: pink;
}

::selection {
  background: #9F6D52;
}

::-moz-selection {
  background: #9F6D52;
}

/* Main */

main {
  width: 100%;
  margin-top: calc(100vh - 200px);
}

.basic-section {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.basic-section>.wrapper {
  max-width: 1000px;
  width: 100%;
  padding: 20px;
}

.chocolate {
  background-color: #9F6D52;
  color: white;
}

/* Hero */

.hero {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.icon {
  margin-top: calc(20vh);
  height: 15vw;
  text-shadow: 1px 1px 0 rgb(223, 163, 223), 2px 2px 0 rgb(223, 163, 223), 3px 3px 0 rgb(223, 163, 223), 4px 4px 0 rgb(223, 163, 223);
}

.hero-button {
  margin-top: 45px;
  font-size: 15px;
  border-radius: 50px;
  color: white;
  font-weight: bolder;
  z-index: 10 !important;
  transition: background-color 1s;
}

.hero-button:hover {
  cursor: pointer;
  background-color: pink;
}

.scroll-down {
  margin-top: 150px;
  display: none;
}

/* What We Do */

.cam-picture {
  width: 100%;
  margin-bottom: 50px;
}

.chocolate-list {
  list-style: none;
}

.chocolate-list > li:nth-child(even)::before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 15px;
  background-image: url('../images/drop-pink.svg');
}

.chocolate-list > li:nth-child(odd)::before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 15px;
  background-image: url('../images/drop-brown.svg');
}

/* Reel */

.reel, .bio, .cam-picture {
  box-shadow: 1px 1px pink, 2px 2px pink, 3px 3px pink, 4px 4px pink, 5px 5px pink, 6px 6px pink, 7px 7px pink, 8px 8px pink, 9px 9px pink, 10px 10px pink, 11px 11px pink;
  margin-top: 30px;
  max-width: 100%;
  border: none;
}

.reel {
  box-shadow: none;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.reel:focus {
  outline: none !important;
}

/* Bios */

.bios {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: ;
}

.bio {
  color: black;
  margin-top: 50px;
  background-color: white;
  padding: 40px;
  min-width: 300px;
  height: fit-content;
  transform-style: preserve-3d
}

.bio a {
  color: pink;
  border: 3px solid pink;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: border-radius 1s;
  transition: border-radius 1s;
}

.bio a:hover {
  border-radius: 50px;
}

.profile-pic {
  transform: translateZ(60px);
}

.profile-links {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}

/* FAQ */

.faq {
  list-style: none;
  padding: 0;
}

.faq li p:first-child {
  font-weight: bold;
}

.faq li {
  margin-bottom: 20px;
}

.faq li:last-child {
  margin: 0;
}

address {
  margin-top: 10px;
  font-style: normal;
}

footer {
  padding: 30px;
  color: white;
}

/* Waves */

.hero-wave {
  width: 100%;
  height: 200px;
  display: block;
  margin-bottom: -2px;
  margin-top: -2px;
}

.middle-wave {
  width: 100%;
  height: 200px;
  display: block;
  margin-bottom: -2px;
  margin-top: -2px;
  color: #9F6D52;
}

.last-wave {
  width: 100%;
  height: 200px;
  display: block;
  margin-bottom: -2px;
  margin-top: -2px;
  color: white;
}

/* Animations */

@keyframes move {
  0% {
    transform: scale(1) translate(10px, -30px);
  }
  38% {
    transform: scale(0.8, 1) translate(20vw, 10vh) rotate(160deg);
  }
  40% {
    transform: scale(0.8, 1) translate(20vw, 10vh) rotate(160deg);
  }
  78% {
    transform: scale(1.3) translate(0vw, 5vh) rotate(-20deg);
  }
  80% {
    transform: scale(1.3) translate(0vw, 5vh) rotate(-20deg);
  }
  100% {
    transform: scale(1) translate(10px, -30px);
  }
}

@keyframes moveOther {
  0% {
    transform: scale(1) translate(10px, -30px);
  }
  38% {
    transform: scale(0.8, 1) translate(8vw, 80vh) rotate(160deg);
  }
  40% {
    transform: scale(0.8, 1) translate(20vw, 700vh) rotate(160deg);
  }
  78% {
    transform: scale(1.3) translate(50vw, 15vh) rotate(-20deg);
  }
  80% {
    transform: scale(1.3) translate(30vw, 5vh) rotate(-20deg);
  }
  100% {
    transform: scale(1) translate(10px, -30px);
  }
}

@keyframes chill {
  0% {
    transform: scale(1)
  }
  38% {
    transform: scale(0.8, 1) rotate(160deg);
  }
  40% {
    transform: scale(0.8, 1) rotate(160deg);
  }
  78% {
    transform: scale(1.3) rotate(-20deg);
  }
  80% {
    transform: scale(1.3) rotate(-20deg);
  }
  100% {
    transform: scale(1)
  }
}

@media (min-width: 800px) {
  h1 {
    font-size: 60px;
  }
  .icon {
    height: 100px;
  }
  .tagline {
    font-size: 30px;
  }
  .hero-button {
    margin-top: 45px;
    font-size: 25px;
    border-radius: 50px;
  }
  button {
    padding: 25px;
  }
  .bio {
    padding: 40px;
    width: 45%;
  }
}