﻿body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url('../img/6ww-background1.png') no-repeat center center fixed;
  background-color: #000;
  background-size: cover;
  color: #e6c98a;
  opacity: 0.8;
  margin: 0;
  font-family: indieflower, pompiere, arial, sans-serif;
  font-size: 22px;
}

audio {
  margin-top: 20px;
}

.intro {
  max-width: 1000px;
  margin: 20px auto;
  line-height: 1.6;
  text-align: left;
}

.retrn {
  position: fixed;
  right: 800px;
  text-align: right;
}

.retrn a {
  color: #e6c98a;
  text-decoration: none;
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 28px 0;
  background: rgba(0,0,0,0);
  z-index: 10;
}

.nav a {
  color: #e6c98a;
  margin: 0 20px;
  text-decoration: none;
  font-size: 28px;
  letter-spacing: 2px;
}

.nav a:hover {text-decoration: none;}


.hero h1 {
  font-size: 3em;
  margin-bottom: 10px;
}

.overlay {
  background: linear-gradient(
    rgba(0,0,0,0),
    rgba(0,0,0,0),
    rgba(0,0,0,0)
  );
  min-height: 100vh;
  text-align: center;
  padding-top: 40px;
}

.primary-link {
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #e6c98a;
  text-decoration: none;
  color: #e6c98a;
  letter-spacing: 1px;
  transition: all 0.25s ease;
}

.primary-link:hover {
  background: #e6c98a;
  color: #000;
  transform: translateY(-2px);
}








