#76323f
.response{color: #565656}
.response{color: #565656}.response{color: #565656}.gold-lt{color: #c4a973}

a{color: #c4a973}
a:hover, a:focus{color: #927430}

body {
  color: #fefefe;
  background: #2a2209;
  background: -moz-linear-gradient(left, #2a2209 0%, #453b22 100%);
  background: -webkit-linear-gradient(left, #2a2209 0%,#453b22 100%);
  background: linear-gradient(to right, #2a2209 0%,#453b22 100%);
  font-family: eb-garamond, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}


footer{padding: 0 0.5rem 0.7rem;}
footer p{
  font-size: 0.8rem;
  margin-bottom: 0}
footer .logo{height: 45px}

form{
  margin: 1.25rem 1rem 0.5rem;
}
form p{
  color: #565656;
  line-height: 1.2;
  font-size: 1.75rem;
  margin-bottom: 0.2rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-family: eb-garamond, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}

main section{margin-bottom: 1.5rem}

p{font-size: 1.125rem}

.breakerbar{
  height: 5px;
  background: #c4a973
}

.caps{text-transform: uppercase}

.disclaimer{
  font-size: 0.8rem;
  line-height: 1;
  font-style: oblique;
  margin-bottom: 0.5rem
}

.form{
  border: 2px solid #565656;
  background-color: #e7e2dd;
  box-shadow: 0 2px 10px #555;}

.hud{
  width: 25px;
  height: auto;
  margin-left: 0.25rem;
  fill:#c09f80}

.logo-box{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.logo-box .logo{
  width: 60vw;
  height: auto;
}
.logo-box p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.25rem;
}

.hover-box{
  overflow: hidden;
  transition: box-shadow 500ms ease-in-out;
}
.over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out;
}
.over:hover, .over:focus{
  opacity:0;
}
.clean{
  transition: transform 600ms;
  transform: scale(1.5)
}
.hover-box:hover, .hover-box:focus{ box-shadow: 0 5px 8px #565656;}
.hover-box:hover .clean, .hover-box:focus .clean{
  transform: scale(1); 
}

.radius{
  border-radius: 4px;
}

.relative{position: relative}

@media screen and (max-width: 650px) {
  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
    height: 100%;
  }

  .scroll-element,
  .scroll-caption {
    width: 100%;
  }
}
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}
.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}
.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media print, screen and (min-width: 63em){
  .logo-box .logo{
    width: 45vw;
  }
  .logo-box p{
    font-size: 2rem;
  }
}