.title-banner {
  background-image: url("../images/webbytextest1.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  width: 100%;
  min-height: 250px;
  padding: 2rem;
  overflow: hidden;
  position: relative;
}
.title-banner h1 {
  line-height: 4rem;
  text-align: center;
  font-family: 'Audiowide', cursive;
  font-size: 4rem;
  z-index: 2;
}
.banner-danger {
  height: 2.5rem;
  width: 100%;
  background-image: url("../images/warning-bar.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer {
  background-image: url("../images/webbytextest1.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
}
.footer p {
  text-align: center;
  line-height: 1.5rem;
  font-size: 1rem;
  font-family: 'anodyneregular', sans-serif;
  color: #ccc7c7;
}
.archive-list, .archive-items {
  margin: 0;
  padding: 0.5rem;
}
.important {
  color: red;
}
.info-panel li {
  line-height: 1.8rem;
  padding-bottom: 1rem;
}
#register-button button {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#hotel-reservation ul, ol {
  margin-bottom: 3rem;
}
small, h4 {
  font-family: 'Audiowide', cursive;
}
.card {
  border-radius: 0.3rem;
  border-width: 3px;
  border-color: grey;
}
.card-header {
  background-image: url(../images/Wall02.jpg);
}
#regular-header {
  color:orange;
}
#sponsor-header {
  color:silver;
}
#ss-header {
  color:gold;
}
.card-body {
  background-image: url(../images/Dirt02b.jpg);
}
/* Set width to make card deck cards 100% width */
@media (max-width: 760px) {
  .card-deck-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck {
    display: block;
    margin-bottom: .75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: block;
    margin-bottom: .75rem;
    vertical-align: top;
  }
}
@media screen and (min-width: 1025px) {
  .banner-danger {
    height: 3rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 501px) {
  .title-banner {
    min-height: 200px;
  }
  .title-banner h1 {
    line-height: 3rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 950px) {
  .title-banner {
    min-height: 150px;
  }
  .title-banner h1 {
    line-height: 2.5rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 470px) {
  .title-banner {
    min-height: 120px;
  }
}
