/* CSS Document */
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
.libre-franklin-<uniquifier > {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body {
  background-color: #FFF8DC;
  font-family: "Libre Franklin";
  color: #251919;
}
header {
  background-color: #CD853F;
  width: 100%;
  display: block;
  border-bottom: 5px solid #8B4513;
}
container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  box-sizing: border-box;
}
a {
  color: #251919;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #8b4512;
  text-decoration: none;
  font-weight: bold;
}
.contact {
  font-size: 16px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #8b4513;
}
.carousel-caption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  background-color: rgb(205 133 63 / 75%);
}
/* Navbar */
.navbar-light .navbar-nav .nav-link {
  color: #251919;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #E8E8E8;
}
a.nav-link {
  font-size: 20px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 15px 15px;
  font-weight: bold;
  color: #251919;
  text-align: inherit;
  border: 0;
  font-size: 15px;
  line-height: 15px;
  transition: 0.3s ease all;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #E8E8E8;
  text-decoration: none;
  background-color: #EEEFFD;
  border-radius: 4px;
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
  color: #E8E8E8;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #251919 !important;
  text-decoration: none;
  background-color: #e8e8e8;
  border-radius: 4px;
}
.dropdown-item:hover .nav-dropitem-arrow {
  color: #0090C1;
  opacity: 1;
  margin-right: 5px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 12px;
  margin: 18px 0;
  font-size: 1rem;
  color: #808294;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgb(137 68 19);
  border-radius: 2px;
  transition: 1s ease all;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.09);
}
.dropdown-menu, .dropdown-menu.show {
  transition: 1s ease all;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgb(137 68 19);
}
/* Navbar */
/* Footer */
footer {
  background-color: #CD853F;
  width: 100%;
  height: auto;
  display: flex;
  border-top: 5px solid #8B4513;
  position: relative;
  bottom: 0px;
  justify-content: center;
  padding: 20px 0;
  color: #FFF;
  font-size: 13px;
  transition: 0.3s ease all;
}
footer .title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #251919;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
footer ul li a:hover {
  color: #E8E8E8;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 400px) {
	
.contact {
    text-align: center;
	}
  footer {
    text-align: center;
  }
  footer .title, footer ul {
    padding: 5px 0;
  }
  footer .title {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 576px) {
	
.contact {
    text-align: center;
	}
  footer {
    text-align: center;
  }
  footer .title, footer ul {
    padding: 5px 0;
  }
  footer .title {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 768px) {
  footer {
    text-align: center;
  }
  footer .title, footer ul {
    padding: 5px 0;
  }
  footer .title {
    padding: 10px 0 0 0;
  }
}
/* Footer */