body {
  color: #000000;
  background-color: #ed9902;

  background-image: url("images/overlay.png"), -moz-linear-gradient(45deg, #ed9902 15%, #f2a812 85%);
  background-image: url("images/overlay.png"), -webkit-linear-gradient(45deg, #ed9902 15%, #f2a812 85%);
  background-image: url("images/overlay.png"), -ms-linear-gradient(45deg, #ed9902 15%, #f2a812 85%);
  background-image: url("images/overlay.png"), linear-gradient(45deg, #ed9902 15%, #f2a812 85%);
}

h1 {
  color: #fae588;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

div.hero {
  margin-bottom: 3em;
}

div.hero img {
  display: block;
  margin: 0 0;
  width: 100%;
  border-bottom: 1px solid #6b480f;
  filter: drop-shadow(0px 11px 8px #00000055);
}

#header.alt {
  padding-top: 3em;
  padding-bottom: 2em;
}

#main header.major h2 {
  text-align: left;
}

#main header.major h2:after {
  background-color: #dddddd;
  background-image: -moz-linear-gradient(90deg, #f9dc5c, #fdf8e1, #f9dc5c);
  background-image: -webkit-linear-gradient(90deg, #f9dc5c, #fdf8e1, #f9dc5c);
  background-image: -ms-linear-gradient(90deg, #f9dc5c, #fdf8e1, #f9dc5c);
  background-image: linear-gradient(90deg, #f9dc5c, #fdf8e1, #f9dc5c);
  width: 100%;
}

#footer {
  padding-top: 2em;
  padding-bottom: 1em;
  margin-bottom: 0;
}

.footnote {
  font-size: 0.6em;
  color: #aaaaaa;
}

.icon.style6 {
  color: #f9dc5c;
}

.icon.style7 {
  color: #fae588;
}

.icon.style6:before,
.icon.style7:before {
  font-size: 2em;
  cursor: pointer;
}

ul.features li a {
  border-bottom: none;
}

#main input[type="submit"].yes,
#main input[type="reset"].yes,
#main input[type="button"].yes,
#main button.yes,
#main .button.yes {
  background-color: #f9dc5c;
  color: #000000 !important;
  box-shadow: none;
  font-size: 17pt;
}

@media screen and (max-width: 736px) {
  #main button.yes,
  #main .button.yes {
    font-size: 14pt;
  }
}

#main input[type="submit"].yes:hover,
#main input[type="reset"].yes:hover,
#main input[type="button"].yes:hover,
#main button.yes:hover,
#main .button.yes:hover {
  background-color: #fae588;
}

#main input[type="submit"].yes:active,
#main input[type="reset"].yes:active,
#main input[type="button"].yes:active,
#main button.yes:active,
#main .button.yes:active {
  background-color: #fcefb4;
}

ul.guestlist {
  columns: 2;
  list-style-type: none;
}

ul.guestlist li {
  text-align: left;
}

ul.guestlist li.undecided {
  color: #aaaaaa;
  font-style: italic;
}

ul.features li {
  text-align: center;
}

.address {
  font-weight: bold;
}

.hidden {
  display: none;
}

.spotlight {
  text-align: left;
  align-items: flex-start;
}

#suform > div.btns {
  display: flex;
  flex-direction: column;
}

#suform > div.btns > button[su-answer="no"] {
  width: auto;
  align-self: flex-end;
  margin-top: 0.5em;
}

@media screen and (max-width: 736px) {
  div.imagecont {
    width: 100%;
    text-align: center;
  }
}

#guestlist h3 {
  text-align: center;
}

.tiny {
  font-size: 10pt;
  margin-top: 1.5rem;
}

#jukebox details summary {
  font-size: 20pt;
  font-weight: bold;
}

#jukebox .buttonlink {
  text-align: center;

  & > a {
    padding: 1em;
    border-bottom: none;
    background-color: #f9dc5c;
    font-weight: bold;
    border-radius: 5px;
  }
}

#jukebox details .faqentry {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 1em;
  padding: 0.5em;
  font-size: 14pt;
}

#jukebox details .question {
  font-weight: bold;
  margin-bottom: 0;
}

#jukebox details .answer {
  margin-bottom: 0;
}