.cross {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .my-button {
    
    
    border-color: green;
    color: green;
  }
  
  .my-button:hover,
  .my-button:focus,
  .my-button:active {
    
    border-color: orange;
    color: white;
    background-color: orange;
  }

  figure.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
  }
  figure.zoom img:hover {
    opacity: 0;
  }
  figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
  }

.navbtn {
  background: rgba(255, 255, 255, 0);
  border: none;
  color: rgb(0, 0, 0);
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
}

.navbtnselected {
  background: rgba(255, 255, 255, 0.411);
  border: none;
  color: rgb(0, 0, 0);
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
}
.navpill {
  border-top-left-radius: 50rem;
  border-top-right-radius: 50rem;
  border-bottom-left-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

.navpillleft {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}
  
.navpillright {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

.navpillcenter {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.navpilltop {
  border-top-left-radius: 50rem;
  border-top-right-radius: 50rem;
}

.navpillbottom {
  border-bottom-left-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

.imgcard {
  background: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 0rem;
  color: rgb(0, 0, 0);
  padding: 0.5rem 1rem;
  text-align: start;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.imgcardselected {
  background: rgba(255, 255, 255, 0.411);
  border: none;
  border-radius: 0rem;
  color: rgb(0, 0, 0);
  padding: 0.5rem 1rem;
  text-align: start;
  text-decoration: none;
  display: inline-block;
  width: 100%;

}


.cartbtn {
  background: rgba(255, 255, 255, 0);
  border: none;
  color: rgb(0, 0, 0);
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.cartdelbtnselected {
  background: rgba(255, 255, 255, 0.411);
  border: none;
  color: rgb(231, 35, 21);
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.cartaddbtnselected {
  background: rgba(255, 255, 255, 0.411);
  border: none;
  color: rgb(116, 230, 10, 0411);
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}


.tabtitle::before {
  content: "\00a0\00a0\00a0\00a0"; /* Unicode for 4 spaces */
  margin-bottom: 1.5em; 
}


.warmgreen {
  color: rgb(3, 216, 92);
}


.videobtn {
  background: rgba(255, 255, 255, 0);
  border: none;
  padding: 0.1rem;
  display: inline-block;
  z-index: 0;
}

.videobtnselected {
  background: rgba(255, 255, 255, 0.411);
  border: none;
  padding: 0.1rem;
  display: inline-block;
  z-index: 1;
  overflow: visible;
}


.tagbtn {
  background: rgba(255, 255, 255, 0);
  border: none;
  padding: 0.5rem 1rem;
  display: inline-block; 
  color: white;  
}

.tagbtnselected {
  background: rgba(255, 255, 255, 0.411);
  border: none;
  padding: 0.5rem 1rem;
  display: inline-block;
  color: rgb(255, 255, 255);  
}

.custom-marker-button {
  /* Your existing styles for the marker button */
  text-shadow:none; /* Add shadow to the marker button */
  transition: box-shadow 0.3s; /* Add transition for smooth effect */
}

.custom-marker-button:hover {
  text-shadow: 0 0 5px rgba(104, 103, 103, 0.7); /* Change shadow on mouseover */
}


.home_intro_videos video.intro {
  z-index:2;
}
.home_intro_videos video.hidden {
display:none;
}


.responsive-logo {
  max-width: 100%;
  height: 4rem; /* sets the height of the logo to twice the height of the nav buttons */
  display: block;
  margin: 0 auto;
}

.icon-container {
  display: flex;
  justify-content: flex-end;
  width: 2rem;
  justify-content: center;

}

.text-container {
  display: flex;
  align-items: center;
}

.col-auto {
  width: auto;
}
