/* Custom Styles */

#heroSlider .carousel-item img {

  object-fit: contain;
  width: 100vw;

}

@media screen and (max-width: 1499px){
  body{
  font-family: Arial, sans-serif;
  background-color: #3B3C36;
  color: #EAEAEA;
  padding-top:126px;
}

.card-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.card-text {
  font-size: 1rem;
}


}

@media screen and (min-width: 1500px){
  body{
    font-family: Arial, sans-serif;
    background-color: #3B3C36;
    color: #EAEAEA;
    padding-top:126px;
  }

  .card-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  
  .card-text {
    font-size: 1rem;
  }
  

  #heroSlider .carousel-item img {

    object-fit: cover;
    width: 100vw;
    height: calc(100vh - 126px);
  
   }
  
}


@media screen and (max-width:600px){
  

  .card-text {
    font-size: 14px;
}

.card-title {
  font-size: 19px;
  margin-bottom: 15px;
}

.lead {
  font-size: 16px;
  font-weight: 300;
}

.display-4 {
  font-size: calc(1rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

  
}




@media screen and (max-width:498px){


  body{
    font-family: Arial, sans-serif;
    background-color: #3B3C36;
    color: #EAEAEA;
    padding-top:126px;
  }

  .card-text {
    font-size: 14px;
}

.card-title {
  font-size: 19px;
  margin-bottom: 15px;
}

.lead {
  font-size: 16px;
  font-weight: 300;
}

.display-4 {
  font-size: calc(1rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

  
}



@media screen and (max-width:382px){


  body{
    font-family: Arial, sans-serif;
    background-color: #3B3C36;
    color: #EAEAEA;
    padding-top:166px;
  }

  .card-text {
    font-size: 14px;
}

.card-title {
  font-size: 19px;
  margin-bottom: 15px;
}

.lead {
  font-size: 16px;
  font-weight: 300;
}

.display-4 {
  font-size: calc(1rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

  
}


.partners img
{
  width: 100%;
  object-fit: contain;
}


#heroSlider .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

section {
  padding: 100px 0;
}

.card {
  height: 100%;
  background: #333;
  border: none;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.card-body {
  padding: 20px;
}

#formMessage {
  font-size: 1.2rem;
  padding: 15px;
  margin: 0;
  border-radius: 0;
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.alert {
  margin: 0;
  padding: 15px;
  font-size: 1rem;
}

footer {
  padding: 20px 0;
}

html {
  scroll-padding-top: 126px; /* Adjust this value to match the height of your navbar */
}