.background-hover {
  opacity: 0.5;
  display: block;
  color: #999999;
  font-size: 14px;
  -webkit-transition:
    -webkit-transform 0.3s,
    opacity 0.3s;
  transition:
    transform 0.3s,
    opacity 0.3s;
}

.color-white {
  color: white !important;
}

.background-hover:hover {
  opacity: 1;
}

.content-margin-bottom {
  margin-bottom: 3em;
}

.content-margin-top {
  margin-top: 3em;
}

.bg-white {
  background-color: white;
}

.responsive-image-position {
  background-position: 0 20%;
}

.responsive-image-center-top {
  background-position: 50% 0 !important;
}

.responsive-image-center {
  background-position: 50% 50%;
}

.image-cover {
  background-size: cover;
}

.cursor-pointer {
  cursor: pointer;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 20; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: black;
  /*background-color: #2f3c4f;*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.sidenav-button {
  border: none;
  color: white;
  background-color: black;
  display: flex;
  align-items: center;
  padding: 10px;
  position: fixed;
  z-index: 10;
  top: 5vh;
  cursor: pointer;
}

.bg-black {
  background-color: black;
}

.gray-title {
  background-color: #e6e6e6;
  padding: 0.5em 3em;
}

.hersheys-gallery {
  height: auto;
}

.md-display {
  display: block;
}

.sm-display {
  display: none;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-1 {
  flex-grow: 1;
}

.ratio {
  aspect-ratio: 1/1;
}

.flex-grow {
  flex-grow: 1;
  height: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.justify-between {
  justify-content: space-between;
}

.sorella-mobile-link {
  background-size: 150%;
  background-position: 50% -30px;
}

.crazy-font {
  font-family: "Rock 3D" !important;
  text-transform: uppercase;
}

.smooch-font {
  font-family: "Smooch Sans" !important;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.introduction-text {
  height: 500px;
}

.text-white {
  color: white !important;
}

.hide-mobile {
}

@media (max-width: 640px) {
  .md-display {
    display: none !important;
  }

  .sm-display {
    display: flex;
  }

  .introduction-text {
    height: auto;
  }

  .background-hover {
    opacity: 1;
    display: block;
    color: #999999;
    font-size: 14px;
    -webkit-transition:
      -webkit-transform 0.3s,
      opacity 0.3s;
    transition:
      transform 0.3s,
      opacity 0.3s;
  }

  .hide-mobile,
  .modal-backdrop {
    display: none !important;
  }

  .modal-open {
    overflow: auto !important;
  }
}
