@font-face {
  font-family: camping;
  src: url(../fonts/camping.otf);
}

@font-face {
  font-family: opensans;
  src: url(../fonts/OpenSans.ttf);
}

a:hover {
  text-decoration: none;
}

html,
body {
  height: 100%;
  background-color: #fff3cc;
}

.myNavBar {
  min-width: 100vw;
  position: fixed;
  right: 0px;
}


.nav-item:hover, .nav-item>*:hover {
  color: #36320c;
  text-decoration: none;
}

.nav-link {
  background-color: #908416;
  margin: 5px 5px 0 5px;
  padding: 10px 12px 10px 12px;
  border-radius: 10px;
  color: white;
  border: none;
  cursor: pointer;
  font-family: opensans, arial;
  text-align: center;
}

.nav-item {
  margin-bottom: 10px;
  min-width: 8rem;
}

.home-link {
  margin-right: auto;
}

footer {
  position: fixed;
  bottom: 0px;
  left: 10px;
}

footer>a{
  color: #908416;
}

p {
  text-align: justify
}