.banner {
  text-align: center;
}
.text-color {
  color: #fff !important;
}
.intro{
  font-size: 1.1rem;
}
.padding-content{
  padding: 0 15px;
}
.resource-card {
  transition: transform 0.2s ease;
}
.resource-card:hover {
  transform: scale(1.02);
}
.width-btn{
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

.bg-dark-primary{
  background: rgb(0 36 84);
}

section h2{
  color: rgb(255, 255, 255);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 1003px;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.5em 1em;
  background: rgb(0 36 84);
}

.text-white{
  color: #fff !important;
}

#langToggleBtn {
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: all 0.2s ease-in-out;
}

#langToggleBtn:hover {
  transform: scale(1.05);
  background-color: #ffc107 !important;
  color: #000 !important;
}

.modal i {
  color: white !important;
}

.modal-dialog {
  max-height: 90vh; /* max height relative to viewport */
  margin: 1.75rem auto;
}

.modal-content {
  max-height: 90vh;
  overflow-y: auto;
}

.accordion-icon{
  font-size: 1.4rem;
}

@media(max-width: 768px){
  section h2 {
    font-size: 1.6rem;
  }
}

/* On screens 480px or less: smaller button */
@media(max-width: 650px){
  .banner > div.position-absolute {
    padding: 0.5rem 1rem; /* less padding on container */
  }

  .banner a.btn {
    font-size: 0.875rem; /* smaller text */
    padding: 0.25rem 0.5rem; /* smaller padding */
  }

  .padding-content{
    padding: 0 25px;
  }
}

@media (max-width: 480px) {
  .padding-content h2{
    font-size: 1.6rem;
  }

  section h2 {
    font-size: 1.64rem;
  }
}

@media (max-width: 320px) {
  .padding-content h2{
    font-size: 1.3rem;
  }

  section h2 {
    font-size: 1.6rem;
  }
}

/*FADE OUT AND FADE IN CONTENT*/
.fade-transition {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.fade-transition.hidden {
    opacity: 0;
}

.column3alt-1 img {
  width: 100%;
}