﻿body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url('../img/6ww-background1.png');
  background-repeat: no-repeat;
  background-position: center 200px;
  background-size: cover;
  background-color: #000;
  color: #e6c98a;
  opacity: 0.8;
  margin: 0;
  padding: 0;
  font-family: indieflower, pompiere, arial, sans-serif;
  font-size: 22px;
}

audio {transform: translateY(28px);}

.intro {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: left;
}

.bward {
  width: 1000px;
  transform: translateY(-40px);
}

.bward 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: 1000;
}

.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: 68px;
  margin: 88px 0 0 0;
}

.overlay {
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0));
  text-align: center;
  padding: 0;
  padding-bottom: 60px;
  height: auto;
}

.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);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.88);
  min-width: 200px;
  padding: 12px 0;
  border: 1px solid rgba(230,201,138,0.25);
  z-index: 999;
}

.dropdown-content a {
  display: block;
  padding: 10px 24px;
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
}

.dropdown-content a:hover {background: rgba(230,201,138,0.08);}

.dropdown:hover .dropdown-content {display: block;}
