.nav li a{
  color: black !important;
  font-family: Raleway;
  font-weight: 300;
  font-size: 20px;
}

.carousel-inner img {
    height: 550px;
    min-width: auto;
    object-fit: contain;
}

.cursive {
    font-family: Sacramento;
    font-size:50px;
}

.green-background {
    background-color: #9AB9AD;
}

.beige-background {
    background-color: #f4ece1;
}

.dark-green-background {
    background-color: #6d9a88;
}

.full-size {
    height: 100%;
    width: 100%;
}

a:hover {
  background-color: #f6f6f6;
}
