body {
    Afont-family: 'Merriweather', serif; 
    margin: 0;
}

#home {
    background: url('../img/tlologo2.jpg') no-repeat center center/cover;
    height: 340px;
    border-bottom: 1px solid #444141;
}

#home2 {

  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), 
  url('../img/tlologo2.jpg') no-repeat center center/cover;
  height: 80px;
  
}

.container-background {
  background-color: rgba(0, 0, 0, 0.5); 
  color: white; 

}

.main-div {
  background-color: rgba(0, 0, 0, 0.8);
  height: 4px;
  margin: 0 0 10px 0px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
}


.bold-text {
    font-weight: bold; 
}

#navbar {
    transition: background-color 0.3s; 
}

.transparent {
    background-color: rgba(0, 0, 0, 0); 
}

.solid {
    background-color: #343a40; 
}

.text-light-blue {
    color: #4A90E2; 
}

.text-light {
    color: #9b9fa4; 
}

.wide-spacing {
    letter-spacing: 2px; 
}

.button-container {
    display: flex; 
    justify-content: flex-end; 
}

.button {
    background-color: #0b141f;
    color: rgb(163, 160, 160); 
    border: none; 
    padding: 8px 20px 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block; 
    font-size: 16px; 
    border-radius: 5px; 
    transition: background-color 0.3s; 
    border: 1px solid black; 
}

.button:hover {
    color: white; 
    Abackground-color: #122335; 
    text-decoration: none; 
}

  .gallery-section .row {
    margin-bottom: 20px;
  }
  
  .gallery-img {
    margin-bottom: 5px;
    transition: transform 0.2s;
    border: 1px solid black; 
    border-radius: 5px;
    width: 100%; 
    height: 100px; 
    Aheight: auto; 
  }
  
  .gallery-img:hover {
    transform: scale(1.05);
  }
  
  p {
    margin: 0;
    font-size: 0.9em;
  }
  
  .mb-2 {
    margin-bottom: 10px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
      background-color: black; 
      background-size: 60%, 60%; 
      border-radius: 50%;
      padding: 15px;
  }

  .gallery-img-big {

    width: 100%; 
    height: 440px; 

  }

