.gold {
  color: #D7963A;
}
.red {
  color: #530B0E;
}
.yellow {
  color: #fdd978;
}
.blue {
  color: #89d4d0;
}
.brown {
  color: #605542;
}
.back {
  color: #372D28;
}
.white {
  color: #FDEABD;
}

.titlefont {
  font-family: "Patua One", serif;
  font-weight: 400;
  font-style: normal;
}

.normalfont {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

button {
  font-family: "Patua One", serif;
  font-weight: 400;
  font-style: normal;
  color: #fdd978;
  border: 3px solid #D7963A;
  border-radius: 8px;
  font-size: larger;
  background-color: #530B0E;
  padding: 5px;
  text-align: center;
  width: 100%;
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}

button:hover {
  font-family: "Patua One", serif;
  font-weight: 400;
  font-style: normal;
  color: #fdd978;
  border: 3px solid #fdd978;
  border-radius: 8px;
  font-size: larger;
  background-color: #605542;
  padding: 5px;
  text-align: center;
  width: 100%;
}

div#menu {
  top: 5%;
  left: 10px;
  width: 18%;
  bottom: 10px;
  border: 3px solid #D7963A;
  border-radius: 8px;
  background-color: #530B0E;
  position: fixed;
  padding: 10px;
  transition: all 1s ease-in-out;
}

div#background {
  background-color: #372D28;
  color: #FDEABD;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
}
img.logo {
  position: relative;
  background-color: #530B0E;
  width: 50%;
  height: auto;
  margin-left: 25%;
  margin-bottom: 20px;
}
div#menu.close {
  left: -20%;
}

div.data {
  display: none;
}

div#home {
  position: fixed;
  top: 10px;
  left: 10px;
  height: 25px;
  max-height: 4%;
  width: 25px;
  border: 3px solid #D7963A;
  border-radius: 8px;
  background-color: #530B0E;
  color: #fdd978;
}
div#home img {
  height: 90%;
  width: 90%;
}
div#home:hover {
  border: 3px solid #80acaa;
  background-color: #605542;
}

div#collapse {
  position: fixed;
  top: 10px;
  left: 45px;
  height: 25px;
  max-height: 4%;
  width: 25px;
  border: 3px solid #D7963A;
  border-radius: 8px;
  background-color: #530B0E;
  color: #fdd978;
}
div#collapse img {
  height: 90%;
  width: 90%;
}
div#collapse:hover {
  border: 3px solid #80acaa;
  background-color: #605542;
}

div#top {
  position: fixed;
  top: 10px;
  left: 80px;
  height: 25px;
  max-height: 4%;
  width: 25px;
  border: 3px solid #D7963A;
  border-radius: 8px;
  background-color: #530B0E;
  color: #fdd978;
}
div#top img {
  height: 90%;
  width: 90%;
}
div#top:hover {
  border: 3px solid #80acaa;
  background-color: #605542;
}

div#content {
  position: fixed;
  left: 25%;
  top: 5%;
  bottom: 5%;
  right: 1%;
  padding-right: 1%;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #FDEABD;
  transition: all 1s ease-in-out;
  font-size: 1.25rem;
  overflow-y: auto;
}
div#content.close {
  left: 8%;
}

.container {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.container::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}

h1, h2, h3 {
  font-family: "Special Elite", system-ui;
  font-weight: 500;
  font-style: normal;
  color: #80acaa
}

a {
  color: #fdd978;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  color: #80acaa;
}

