body {
  font-family: 'Lato', sans-serif;
  background: #000000;
  color: #393b3d;
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 100%;
  text-align: center;
  background: #000000;
  color: #ddd;
}

#banner {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #393b3d;
  width: 1000px;
}

span.title {
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform:  none;
  font-size: 22px;
}

span.yel {
  font-size: 17px;
  line-height: 1.6;
  color: #FFFFFF;
  display: block;
  text-align: left;
  padding: 10px;
}

span.release {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #fad876;
  display: block;
  text-align: center;
  padding: 1px;
}

span.main {
  font-size: 18px;
  line-height: 1.6;
  color: #FFF;
  display: block;
  text-align: left;
  padding: 10px;
}

a.btn {
  display: inline-block;
  background-color: #fad876;
  border: none;
  color: black;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 3px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}

a.btn:hover {
  background-color: #c9ad57; /* darker gold */
  transform: translateY(-2px);
}


a {
  color: #fad876;
  text-decoration: none;
  font-size: 18px;
}
a:hover {
  text-decoration: underline;
}

table {
  border-collapse: collapse;
}

.form-submit-button {
  background-color: #fad876;
  border: none;
  color: black;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 3px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
.form-submit-button:hover {
  background-color: #888;
}

.outthere {
  color: #393b3d;
  font-size: 14px;
  line-height: 1.5;
}

#slider-wrapper {
  margin-top: 10px;
}

img {
  border: none;
}
