html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.navbar-brand .logo-container {
  display: flex;
  align-items: center;
}

.logo-container img {
  margin-right: 10px; /* Optional: Adjust spacing between images and text */
}

.logo-name {
  display: inline-block;
  font-size: 2.5rem;
  color: #999;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.smaller {
  font-size: 0.8rem;
}

.larger {
  font-size: 1.4rem;
}

.inverted {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.lymegreen,
.lyme-green {
  color: #06a94d;
}

.padded-left {
  margin-left: 6px;
}

.padded-riht {
    margin-right: 6px;
}

.padded-top {
    margin-top: 10px;
}

.nav-item .btn:hover {
  transform: none;
}

@media (max-width: 1180px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding-right: 13px
    }
    .video-thumbnail-wrapper img {
        width: 275px !important;
    }
}

@media (max-width: 820px) {
    .no-handset {
        display: none;
    }

    .video-thumbnail-wrapper img {
        width: 600px !important;
    }
}

@media (max-width: 600px) {
    .no-handset {
        display: none;
    }

    .video-thumbnail-wrapper img {
        width: 275px !important;
    }
}

#pricing-options ul {
    padding: 0;
}

#pricing-options li {
    list-style: none;
    padding: 0;
}

.video-thumbnail-wrapper {
    position: relative;
    display: inline-block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    pointer-events: none;
}

.video-thumbnail-wrapper img {
    display: block;
    width: 360px;
}
