.merriweather-light {
    font-family: "Merriweather", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .merriweather-light-italic {
    font-family: "Merriweather", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .merriweather-regular {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .merriweather-regular-italic {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .merriweather-bold {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .merriweather-bold-italic {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .merriweather-black {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .merriweather-black-italic {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: italic;
  }
  
  
  figure {
    margin-top: 20rem;
    text-align: left;
  }
  
  .banner {
    /* background-color: #000; */
    color: #fff;
    /* background-image: url('banner-original.jpg'); */
    /* background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 85, 255, 0.45)), url('/banner-original.jpg'); */
    background: linear-gradient(rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.8)), url('/assets/img/banner-original.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    /* padding: 100px; */
    /* Adjust the padding as needed */
    text-align: center;
    position: relative;
  
    /* margin-left: -15px;
    margin-right: -15px; */
  }
  
  .banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5 ) !important; */
    /* Adjust the alpha value for tint darkness */
    z-index: -1;
  }
  
  .banner>h1,
  p {
    font-weight: bolder;
  }


  /* footer > small > a {
    color: black;
  } */