<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  font-family: Calibri, "Century Gothic", arial;
  color: #ccc;
  background-color: #2e3521;
}
body &gt; * {
  margin: 0 auto;
  width: 60vw;
}
body &gt; .nomargin {
  width: initial;
}
body &gt; header {
  width: initial;
  padding: 1.5em 20vw;
  background: white;
  overflow: hidden;
}
body &gt; header img {
  height: 4rem;
  float: left;
}
body &gt; header nav {
  float: right;
}
body &gt; header nav ul {
  margin: 0;
  padding: 0;
}
body &gt; header nav li {
  display: inline-block;
  margin-left: 2rem;
}
body &gt; header nav li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #95c622;
  line-height: 2rem;
  display: inline-block;
  border: 1px solid transparent;
  margin: 1rem 0;
}
body &gt; header nav li a:hover {
  border-bottom-color: #95c622;
}

#nav_facebook {
  border-color: #95c622;
  padding: 0.5rem 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
#nav_facebook:hover {
  background-color: rgba(149, 198, 34, 0.1);
}

#carousel {
  max-height: 70vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#carousel &gt; header {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  z-index: 1;
}
#carousel &gt; header h1 {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  letter-spacing: 0.4em;
  font-size: 4vw;
  text-shadow: 0 2px 4px black;
  margin: 0;
  line-height: 2em;
  margin-top: -1em;
}
#carousel &gt; header a {
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 1.5rem;
  letter-spacing: 0.2em;
  margin-top: 1rem;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
}
#carousel &gt; header a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#carousel &gt; img {
  display: inline-block;
  width: 100%;
  transition: opacity 2s;
  opacity: 0;
}
#carousel &gt; img + img {
  position: absolute;
}
#carousel &gt; img.active {
  opacity: 1;
}

section#floats picture {
  position: absolute;
  z-index: 1;
  right: 40px;
  margin-top: -200px;
  transform: rotateZ(5deg);
  border: 4px solid #edaf18;
  box-shadow: 0 0 20px 10px rgba(237, 175, 24, 0.5);
}
section#floats picture img {
  height: 400px;
}

article {
  margin-top: 10em;
  margin-bottom: 10em;
}
article h1, article h2 {
  color: #edaf18;
  font-weight: 100;
  text-transform: uppercase;
}
article h1 {
  letter-spacing: 0.15em;
  font-size: 2em;
}
article h2 {
  letter-spacing: 0.1em;
  font-size: 1.2em;
  margin-top: 1.5em;
}
article a {
  color: #e8bb4d;
}
article a:hover {
  text-decoration: none;
}
</pre></body></html>