html, body {
    height: 100%;
    margin:0;
    font-family: Montserrat;
    font-weight: normal;
        }
    
    .navbar-brand{
    font-family: Montserrat;
    font-weight: 10;
    }
    
    .navbar-nav{
    font-family: Montserrat;
    }
    
    .custom-weight {
      font-weight: 100;
    }
   
      .navbar .navbar-nav .nav-link:hover::after {
        width: 100%;
      }
    
      @media only screen and (min-width: 960px) {
        .navbar .navbar-nav .nav-link {
          padding: 1em 0.7em;
        }
        .navbar {
          padding: 0;
        }
        .navbar .navbar-brand {
          padding: 0 0.7em;
        }
      }
     
      .navbar .navbar-nav .nav-link {
        transition: all 0.5s;
      }
    
      .navbar .navbar-nav .nav-link:hover {
        color: #FFD9A0	;
      }
     
      .navbar .navbar-nav .nav-link {
        position: relative;
      }
      .navbar .navbar-nav .nav-link::after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #FFD9A0	;
        color: transparent;
        width: 0%;
        content: '';
        height: 4px;
        transition: all 0.5s;
      }
      .navbar .navbar-nav .nav-link:hover::after {
        width: 100%;
      }
    


    .row{
        text-align: justify;
        padding: 40px;
        line-height: 30px;
    }
    
    .jumbotron{
max-height: 90px;
    }

    hr {
      margin-top: -4rem;
      margin-bottom: 1rem;
      border: 0;
      border-top: 3px solid rgba(31, 107, 248, 0.1);
    }
    
    img {
        display: block;
        max-width: 100%;
        height: auto;
      }

      .section-title + p {
        line-height: 1.8;
      }

      .carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none; /* remove the default white arrow */
  color: black; /* fallback, not used directly on pseudo-elements */
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
  content: '‹'; /* Left arrow */
  font-size: 2rem;
  color: black;
  display: inline-block;
}

.carousel-control-next-icon::after {
  content: '›'; /* Right arrow */
}



 