/**************************** Navbar CSS ******************************/
.navbar a,
.navbar button {
  color: black;
  text-decoration: none;
  border: none;
}

.lang-a{
  margin-top: .7rem;
}

.btn-lang-toggle {
  background-color: transparent;
  color: #888!important;
  padding: 0;
}

.skiptranslate, #goog-gt-tt, #goog-gt-original-text {
  display: none!important;
}

#about-target {
  position: absolute;
  margin-top: -7em;
}

.navbar {
  padding: 0 !important;
}

/* Override Bootstrap dropdown animation */
.navbar-collapse {
  transition-duration: 0s !important;
}

#navbarCollapse.show {
  background-color: white !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.nav-social-media-container {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem;
}

.navbar-toggler {
  transition: none !important;
}

.navbar-toggler-icon {
  animation: none !important;
}

.nav-container-outer {
  height: 4rem;
  background-color: white !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.nav-container-inner {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
}

.nav-logo {
  border:none;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  #navbarCollapse {
    width: auto;
  }

  .navbar-nav {
    align-items: center !important;
  }

  .nav-social-media-container {
    padding-left: 1rem;
  }

  .nav-container-inner {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
    padding-right: 2rem !important;
  }

  .btn-lang-toggle {
    margin-left: 1rem;
  }

  .lang-a{
    margin-top: 0rem;
  }
}

@media (min-width: 1800px) {
  .carousel-item {
    height: 20vh;
  }
}

.icon-link,
.icon-link-youtube {
  display: inline-block;
  width: 1rem;
  height: auto;
}

.icon-link-youtube {
  width: 1.26rem;
}

.nav-logo {
  display: inline-block;
  width: 12rem;
  /* width: 13.3rem; Logo 0*/
  height: auto;
}

.icon-img {
  max-width: 100%;
  max-height: 100%;
}



/**************************** Footer CSS ******************************/
.footer-container {
  background-color: #80B0AF;
  bottom: 0;
  width: 100%;
  margin-top: 10rem;
  height: 15rem;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
  color: white;
}

.footer-container a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.footer-top-inner-container {
  height: 70%;
  width: 100%;
  display: flex;
  padding-left: 3rem;
  padding-right: 3rem;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-inner-container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 30%;
  width: 100%;
  display: flex;
  padding-left: 3rem;
  padding-right: 3rem;
  justify-content: space-between;
  align-items: center;
}

.footer-link-container {
  display:flex; 
  flex-direction: column;
}

.bold {
  font-weight: bold;
}

/**************************** Photo Gallery CSS ******************************/
.gallery-heading {
  margin-bottom: 2rem;
}

.photo-button-container {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.arrow {
  border: solid #888;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  width: 1.2rem;
  height: 1.2rem;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#loadMoreButton:focus {
  outline: none;
}

#loadMoreButton:hover {
  background-color: #e5e5e5;
  border-radius: 20px;
}

#loadMoreButton {
  color: #000;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 2rem;
  margin-top: 2rem;
}

#photo-modal {
  width: 50%;
  border: none;
  padding: 0rem;
  border-radius: 0.6rem;
  background-color: rgba(255, 255, 255, 0.7);
}

dialog::backdrop {
  background-color: rgba(0,0,0,.6);
}

#photo-modal::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  border-radius: 4px;
}

#photo-modal::-webkit-scrollbar-thumb {
  background-color: #888;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

#photo-modal::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

#photo-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  border-radius: 0.6rem;
  outline: none;
  background-color: transparent;
  font-size: 2rem;
  color: #185a84;
}

.photo-container {
  column-count: 4;
  gap: 1rem;
}

.photo img {
  height: auto;
  width: 100%;
}

#modal-display-container img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .photo-container {
    column-count: 3;
  }
  #photo-modal {
    width: 70%;
  }
}

@media (max-width: 475px) {
  .photo-container {
    column-count: 2;
  }
  #photo-modal {
    width: 100%;
  }
}

.photo {
  opacity: 0;
  height: 0;
  transition: opacity 1s, height 1s;
}

.grow {
  transition: all 0.4s ease-in-out;
}

.grow:hover {
  transform: scale(1.03);
  cursor: pointer;
}

.photo:not(.hidden) {
  opacity: 1;
  height: auto;
  transition: opacity 1s, height 1s;
}

.hidden {
  display: none;
}

/**************************** Video CSS ******************************/
.video-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.main-video {
  margin-bottom: 1.5rem;
}

.main-video-title {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}

.main-video-description {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 5px;
}

.small-video-container {
  overflow-x: scroll;
  white-space: nowrap;
  padding-top: 1rem;
  padding-left: 1rem;
}

.small-video-container a {
  color: black;
  text-decoration: none;
}

.small-video-container::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  border-radius: 4px;
}

.small-video-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.small-video-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.small-video-container-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0.7rem;
}

.small-video-item {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
}

.small-video-item img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.small-video-item h3 {
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}

.video-padding-bottom {
  padding-bottom: 1rem;
}

#search-input {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#btn-search-video {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0.4rem 0 1rem 0.01rem rgba(0, 0, 0, 0.3) !important;
}

/**************************** Bootstrap Template CSS ******************************/
/* GLOBAL STYLES */
body {
  padding-top: 4rem!important;
  color: #5a5a5a;
  background-color: #e1f0f6;
}

.color-header-light-blue {
  color: #80B0AF;
}

.color-header-blue {
  color: #185A84;
}

.color-header-orange {
  color: #FF7D00;
}

a {
  text-decoration: none!important;
}

.sm-bottom-space {
  margin-bottom: 1rem!important;
}

#inner-youtube-space-container {
  height: 3.7rem;
}

.center-block {
  margin: 0;
}

#math-span {
  padding-left: 1rem;
}

.pad-btm-none{
  padding-bottom: 0!important;
}

/**************************** Carousel CSS ******************************/
.carousel {
  margin-bottom: 4rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 55vh;
  /* Test Code for Julie */
  background-color: #000;
}

  /* Test Code for Julie */
.carousel-image {
  opacity: .7;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* Featurettes */
.featurette-divider {
  margin: 5rem 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  /*
  .featurette-heading {
    
  }*/
}

.feature-image {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
  border-radius: 0px;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.insight-text {
  font-size: 1.5rem!important; 
  font-style: italic; 
  text-align: center; 
  margin-bottom: 3rem;
  color:#185A84;
}

/**************************** Contact Page CSS ******************************/
.contact-page-headshot {
  width: 100%;
  height: auto;
  display:block;
  margin: auto;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border-radius: .3rem;
}

.contact-info-container {
  width: 100%;
}

.contact-info-container span {
  width: 100%;
  display: block;
  font-size: 1.2rem;
}

.contact-info-container .contact-info-spacing {
  margin-bottom: 0.5rem;
}

/* Media Queries */
@media screen and (min-width: 768px) {
  .contact-page-headshot {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-headshot {
    width: 60%;
    margin-bottom: 2rem;
  }
}

@media (max-width: 421px) {

  .hamburger-btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
  }

  .hamburger-btn {
    right: 0; 
  }
}

/**************************** Partners CSS ***************************/
.partner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Distribute items evenly in a row */
}

.partner-image-container {
  flex: 0 0 calc(20% - 10px); /* 20% width for each item with a 10px margin */
  margin: 5px;
  background-color: #F8F8F8;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding:15px;
}

.partner-image-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 992px) {
  .partner-image-container {
    flex: 1 1 28%;
  }
}

@media screen and (max-width: 500px) {
  .partner-image-container {
    flex: 1 1 40%; 
  }
}

/**************************** Shopping CSS ****************************/

/* Style for the shopping container */
.shopping-container {
  display: flex;
  flex-wrap: wrap;
}

/* Style for each shopping item */
.shopping-item {
  flex: 1 1 20%; /* Adjust this value to control the width of each item */
  background-color: #F8F8F8;
  margin: 10px; /* Add margin for spacing between items */
  display: flex;
  flex-direction: column;
  height: 30rem; /* Static height for each item */
  min-width: 0;
}

/* Style for the shopping item image container */
.shopping-item-image {
  display: flex;
  justify-content: center;
  max-height: 70%;
  padding: 10px; /* Add padding for centering */
  padding-top: 15px;
  height: 70%; /* Take up 100% of the .shopping-item height */
}

.shopping-item-image > a {
  max-width: 100%;
}

/* Style for the image within the shopping item */
.shopping-item-image > a > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Style for the shopping item content */
.shopping-item-content {
  padding: 10px;
}

.shopping-item-title, .shopping-item-price {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  padding-left: 2px;
}

.shopping-item-title {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Adjust the number of lines to show */
  -webkit-box-orient: vertical;
  max-height: 3.5rem;
  max-width: 100%;
  text-overflow: ellipsis;
}

.shopping-item-price {
  font-size: 24px;
  max-height: 1rem;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .shopping-item {
    flex: 1 1 28%;
  }
}

@media screen and (max-width: 500px) {
  .shopping-item {
    flex: 1 1 40%; 
    height: 25rem;
  }
  .shopping-item-image {
    padding: 4px;
  }
}

@media screen and (max-width: 425px) {
  .shopping-item-title, .shopping-item-price {
    padding-left: 0px;
  }

  .shopping-item-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .shopping-item {
    height: 22rem;
  }
}

/**************************** Feature CSS ****************************/
.feature-topic-list {
  margin-left: 1rem;
  margin-top: .5rem;
  display: block;
}

.lead-featurette-space-top{
  margin-top: .5rem;
}

.no-subheader-space {
  margin-bottom: 1.3rem;
}
/**************************** Terms CSS ******************************/

/**************************** Privacy CSS ****************************/