
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  height: 70px;
  line-height: 40px;
  font-size: 20px;
}

.nav-link h1 p small {
  font-family: 'Frank Ruhl Libre', serif;
  color: #666;
  font-weight: bolder;
}

#navbarDropdown, #aboutMenu, #dropDownItems{ /* 100+1=101 priority score, yay! */
  line-height: 1;
  font-family: 'Frank Ruhl Libre', serif;
  color: #666 !important;
  font-weight: 1000;
  font-size:  40px;



  
}

.dropdown-menu a{
    line-height: 1;
    font-family:'Karla', sans-serif;
    color: #666 !important;
    font-weight: 1000;
    font-size:  40px;
}

#bootstrap-overrides h1 { /* 100+1=101 priority score, yay! */
    line-height: 1;
    font-family: 'Frank Ruhl Libre', serif;
    color: #666;
  }

.bg-light .navbar-custom .navbar-light .navbar-nav .nav-link {

    font-family: 'Frank Ruhl Libre', serif;
    color: #666;
    font-size:  40px;
    font-weight: 1000;

}

.container {
    font-family: 'Frank Ruhl Libre', serif;
    color: #666;
    font-size: xx-large;
    font-weight: 1000;
  
  }

  div[id^='banner'] h1 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 4rem;
  font-weight: 1000;
}


div[id^='menu'] h1 {
  font-size: 40px;
  font-weight: 800;
}

div[id^='menu'] h2 {
  font-size: 32px;
  font-weight: 800;
  
}

div[id^='menu'] h3 {
  font-size: 25px;
  font-weight: 500;
}

div[id^='menu'] p {
  font-size: 18px;
}

.border {
  border-width:3px !important;
  color: #666;
}

.feather {
  width: 24px;
  height: 45px;
  stroke: #666;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}


.carousel {
  width: 800px;
  height: 450px;
}

/* .carousel-item {
  width: 50%;
  height: 300px; 
} */

/* .carousel-item img {
  width: 50%;
  height: 100%;
  object-fit: cover;
} */