<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body header #indexReferrer img {
  margin-top: 30px;
  width: 300px;
}
body header nav {
  margin-top: 60px;
}
body header nav ul {
  display: flex;
  font-size: 1.125rem;
  gap: 16px;
  margin: 20px 0;
}
body header nav ul #selected a {
  color: #c56e51;
  font-weight: 600;
}
body header nav ul li:not(#selected) a {
  opacity: 0.8;
  color: #3c3c3b;
}
body header nav ul li:not(#selected) a:hover {
  color: #c56e51;
  transition: 300ms color;
  opacity: 1;
}
body footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-top: 1px solid #3c3c3b;
  padding: 30px;
}
body footer #socialLinks ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
body footer #socialLinks ul li a i {
  font-size: 28px;
  color: #3c3c3b;
  padding: 5px;
  border: 1px solid #3c3c3b;
  border-radius: 6px;
}
body footer #legalInformation {
  font-size: 0.975rem;
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body footer #legalInformation p span {
  font-weight: bold;
}
body footer #legalInformation a {
  color: #3c3c3b;
  padding-top: 10px;
  font-weight: bold;
  transition: 500ms color;
}
body footer #legalInformation a:hover {
  color: #c56e51;
}

@media screen and (min-width: 768px) {
  body header nav ul {
    gap: 26px;
    margin: 25px 0 20px;
  }
  body footer {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 40px;
  }
  body footer #legalInformation {
    font-size: 1rem;
    gap: 3px;
    align-items: end;
    text-align: center;
  }
  body footer #legalInformation a {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  body header nav ul {
    font-size: 1.15rem;
    margin: 25px 0 40px;
  }
  body footer {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 1366px) {
  body footer {
    padding: 30px 80px;
  }
  body footer #socialLinks ul {
    gap: 15px;
  }
  body footer #socialLinks ul li a i {
    font-size: 25px;
    border-radius: 5px;
  }
}/*# sourceMappingURL=headerAndFooter.css.map */</pre></body></html>