html{
  overflow-x: hidden;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(179,146,92) !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: white !important;
  text-decoration: underline;
}

.d-xl-flex.justify-content-xl-center.align-items-xl-center {
  font-weight: normal;
}


@media (max-width: 300px) {

section{
  display: none;
  min-width: 100%;
  min-height: 100%;
  padding: 0 auto;
}
}