body {
  background-image: url("/travelplan/images/funky-lines.png");
  background-attachment: fixed;
}

h1 {
  color: #555555;
}

main {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15), 0 1px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15), 0 1px 6px rgba(0, 0, 0, 0.12);
}

main.container {
  max-width: 500px;
}

@media (min-width: 768px) {
  main {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

header {
  text-align: center;
}

header,
section {
  padding: 15px;
}

.section-title {
  position: relative;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
}

.section-title h6 {
  display: inline-block;
  font-weight: bold;
  color: #555555;
  font-style: italic;
  font-size: 1.25rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1;
  background: #FFF;
}

.section-title:before {
  content: '';
  height: 1px;
  background-color: rgba(85, 85, 85, 0.25);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  z-index: 0;
}

.section-title.section-title--center {
  text-align: center;
}

.section-title.section-title--center h6 {
  padding-left: 1rem;
  font-style: normal;
}

.section-sub-title {
  font-weight: bold;
  color: #555555;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

label {
  font-weight: 500;
}

.hidden {
  display: none;
}

.card {
  cursor: pointer;
}

.card.active {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn-primary {
  background-color: #126AB1;
}

.btn-primary:hover {
  background-color: #0d4e83;
}

