html {
  overflow: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
}

.w3-mustard {
  background-color: #fdcd23;
}

.w3-plum {
  background-color: #613aa5;
}

.w3-lightblue {
  background-color: #91e2d1;
}

.button-wrapper {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;

  /* justify-content: space-between; */
}

iframe {
  max-width: 100%;
}

.video-section {
  padding-bottom: 3rem;
}

.portfolio-image {
  margin-bottom: -6px;
  cursor: pointer;
  height: 100px;
  display: none;
}

.portfolio-video {
  height: 300px;
  position: relative;
}

.portfolio-video img {
  width: 100%;
  height: 100%;
}

.play-overlay {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.play-overlay:hover {
  opacity: 1;
}

@media only screen and (min-width: 610px) {
  #videos {
    padding: 0 1.5rem 4rem 1.5rem;
  }

  .portfolio-image,
  .portfolio-video {
    height: 25vh;
  }
  .image-grid-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }

  /* .video-wrapper {
    min-height: 100%;
  } */

  /* .vh100 {
    min-height: 100vh;
  } */

  .image-grid {
    width: 100%;
  }

  .button-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .button-wrapper button,
  .button-wrapper a {
    min-width: 160px;
    height: 2.5rem;
    padding: 0.5rem 1.25rem !important;
  }
}

.portfolio-image:hover {
  /* opacity: 0.8; */
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
}

.visible {
  display: block;
}

.pagination-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  bottom: 0;
  padding: 1rem 0;
  justify-content: center;
}

.pagination-number,
.pagination-button {
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.2rem;
}

.pagination-button:not(.disabled):hover {
  background: #fff;
}

.pagination-number:hover {
  background: #e5e5e5;
}

.pagination-number.active {
  color: #fff;
  background: #000;
}

.w3-modal img {
  max-height: 80vh;
}

img {
  object-fit: cover;
}

.me-img {
  margin: 2rem 0;
  max-width: 100%;
}
.w3-black.w3-center.w3-padding-24 a:hover {
  color: red;
}

hr {
  border-top: 4px solid #91e2d1;
  border-radius: 5px;
}

#contact {
  border-radius: 5px 5px 0 0;
}

.w3-button,
.me-img,
#videos,
.w3-lightblue.w3-text-white,
.w3-container.w3-padding-small.w3-center.w3-plum {
  border-radius: 5px;
}

.w3-button:hover {
  background-color: #91e2d1 !important;
  font-weight: bold;
}

.menu {
  cursor: pointer;
}

.video-grid-wrapper * {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
