* {
  font-family: masqualero, sans-serif;
}

body {
  padding: 0;
  margin: 0;
  background: url(https://ik.imagekit.io/blue/https://maytagmead.netlify.app/assets/background.png);
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

a {
  text-decoration: none;
}

nav a.left,
nav a.right {
  transition: 500ms;
  font-size: 24px;
  color: #003057;
  padding: 1em 1em;
  display: inline-block;
  text-shadow: 0 0 1px #00000073;
}

nav div {
  position: relative;
}

#maytag-dairy-farms-tag {
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 2rem #00000073;
  border-radius: 0 0 8px 8px;
}

.wrapper-blue {
  background: #003057;
  position: relative;
}
.wrapper-top {
  position: relative;
  z-index: 1;
}

#the-incomparable-maytag-mead {
  position: relative;
  /* max-width: ; */
  width: 100%;
  color: white;
  margin: auto;
}

.wrapper {
  max-width: 1440px;
  margin: auto;
}

hr {
  height: 2px;
  background: #003057;
  border: none;
  margin: 2rem 0;
}

.btn {
  font-weight: bold;
  padding: 0.25em 0.75em;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.btn-blue {
  color: white;
  background: #003057;
}

.btn-white {
  color: #003057;
  background: #fff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background: #ffffffcc;
}

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

#spoon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#spoon {
  display: block;
  position: absolute;
}

footer a {
  color: white;
}

.age-confirmation-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffffb0;
  z-index: 9999;
  transition: opacity 1s;
}

.age-confirmation-container.disappear {
  visibility: hidden;
  opacity: 0;
}

.age-confirmation-container > div {
  border-radius: 8px;
  padding: 1.5em 3em;
  color: white;
  text-align: center;
  background: #003057;
  max-width: 375px;
  margin: auto;
}

.age-confirmation-container h4 {
  font-size: 2rem !important;
  margin: 1rem 4px;
}
.age-confirmation-container a {
  font-size: 1.5rem;
  display: inline-block;
  margin: 4px 0.5rem;
}

.age-confirmation-container p {
  font-size: 1.1rem !important;
  margin: 1rem 4px;
}

.logos-container {
  display: flex;
  justify-content: space-between;
  padding: 1rem 4px;
}

.logos-container .logo-container {
  max-width: 40%;
  margin: 1em 0;
  width: 100%;
  height: auto;
  display: flex;
}

.logo-container img {
  width: 100%;
  height: 100%;
}

.logos-container .divider {
  width: 1px;
  background: white;
  align-self: stretch;
}

#mead-bottle-video {
  margin-top: 5rem !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #003057;
  /* bottom: 0;*/
  position: relative;
}

#mead-bottle-video img {
  opacity: 0.25;
}

#mead-bottle-video {
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; */
}

#floating-video-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#floating-video-container iframe {
  /* margin: auto; */

  margin-bottom: 1rem;
}

#floating-video-container button {
  font-size: 1.25rem;
}

.mead-bottle-video {
  z-index: 1;
}

.hide-video {
  display: none !important;
}

.mead-bottle-video-copy {
  color: #fff;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 15;
}

.mead-bottle-video-copy svg {
  cursor: pointer;
}

#see-what-the-buzz-is-about {
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  margin: 1rem 0;
}

#play-video {
  font-style: italic;
  font-size: 1.25rem;
}

#video-background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* z-index: 1; */
}
