@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  color: #20171a;
  background-color: #fffaf5;
  font-family: "Open Sans", sans-serif;
}
div#welcome {
  padding: 0px;
  margin: 0px;
  height: 100vh;
  max-height: 100vh;
  background-image: url("../imgs/background.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer {
  width: 100%;
  bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 2px;
  font-family: "Luckiest Guy", cursive;
}
button {
  font-family: "Luckiest Guy", cursive;
}
nav#guest-menu a {
  color: #fff5ec;
  text-shadow: 2px 2px 1px #1d1a1b;
}
nav#guest-menu a:hover {
  color: #1d1a1b;
  text-shadow: none;
}

a {
  font-family: "Luckiest Guy", cursive;
  color: #1d1a1b;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #f6c866;
  text-decoration: none;
}
a:hover i {
  color: #f6c866;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #767;
}
a.active i {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #767;
}
a.active {
  color: #f6c866;
}
h3#title-logo {
  margin: 0px;
  color: #f6c866;
  text-shadow: 2px 2px 1px #1d1a1b;
}
.smooth-scroll {
  scroll-behavior: smooth;
}
section {
  padding: 35px 25px;
}
div#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
div#back-to-top:hover {
  background-color: #1d1a1b;
  color: #fff;
}
hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #eee4db, transparent);
}
div.core-content-guest {
  background-color: #fff5ec;
  min-height: 100vh;
}
.gap-1 {
  gap: 2px;
}
.gap-2 {
  gap: 4px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 10px;
}
.gap-5 {
  gap: 15px;
}
.gap-6 {
  gap: 20px;
}
i#toggle-menu-eye {
  transition: all 0.2s ease-in-out;
}
i#toggle-menu-eye:hover {
  color: #f6c866 !important;
  scale: 1.1;
  opacity: 0.9;
}
small {
  font-family: "Open Sans", sans-serif;
}
div#core-content-logged {
  display: flex;
  flex-direction: row;
}
div.me-character-counter {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
#loading-master {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99; 
  display: none;
}
