.banner {
  background-color: #242545;
}
.banner h1 {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.banner h1 span {
  font-size: 7.2rem;
}

@media (max-width: 1600px) {
  .banner h1 {
    font-size: 2rem;
  }
  .banner h1 span {
    font-size: 5.3rem;
  }
}
@media (max-width: 1200px) {
  .banner h1 {
    font-size: 1.74rem;
  }
  .banner h1 span {
    font-size: 4.6rem;
  }
}
@media (max-width: 576px) {
  .banner h1 {
    font-size: 1rem;
  }
  .banner h1 span {
    font-size: 2.7rem;
  }
}
#navbar-register {
  width: 100%;
  background-color: #242545;
  background-image: url(/img/artwork2.png);
  background-repeat: no-repeat;
  background-position: left 2vw top 10px;
}
#navbar-register .title {
  padding-left: 18vw;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-align: right;
  color: #fff;
  font-size: 1.45rem;
  font-weight: bold;
}

#nav-register .nav-link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 200;
}
#nav-register .nav-link.disabled {
  color: #8f8f8f;
}
#nav-register .nav-link.active {
  color: #76ccd1;
}

.mobile #navbar-register {
  top: 45px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.mobile #register-step-list {
  padding-top: 0px;
}

@media (max-width: 1640px) {
  #nav-register .nav-link {
    font-size: 1.2rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
}
@media (max-width: 1200px) {
  #navbar-register {
    background-size: 150px;
    background-position: left 2vw top 4px;
  }
  #navbar-register .title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 40vw;
    text-align: center;
  }
  #nav-register .nav-link {
    color: #000;
  }
  .nav-container {
    padding-left: 1rem;
    background-color: #fff;
  }
}
@media (max-width: 840px) {
  .nav-container {
    overflow-x: scroll;
    box-sizing: border-box;
  }
  #nav-register {
    width: 300%;
  }
}
.registration-content p {
  font-size: 16px;
  color: #a9a0a0;
  margin-bottom: 5px;
}
.registration-content .small-headline {
  color: #888888;
}
.registration-content .section {
  padding-top: 3rem;
  display: none;
  margin-bottom: 2rem;
}
.registration-content #section-index {
  display: block;
}
.registration-content #section-index section {
  font-weight: 300;
}
.registration-content .svg {
  width: 25px;
  max-height: 25px;
}

.place-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.place-tags div {
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}

h2.accordion-header {
  margin: 0;
}

.photos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.photos-list .photo {
  position: relative;
  padding: 20px;
  width: 33%;
}
.photos-list .photo img {
  cursor: pointer;
  width: 100%;
}
.photos-list .photo span {
  display: none;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.photos-list .photo i {
  color: yellow;
}
.photos-list .photo i.fa-remove {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 30px;
  color: red;
  display: none;
  cursor: pointer;
}
.photos-list .photo .form-control {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  filter: none;
}
.photos-list .photo:nth-child(1) span {
  display: block;
}
.photos-list .photo:hover i.fa-remove {
  display: inline;
}

.mobile .photos-list {
  margin-left: -5px;
  margin-right: -5px;
}
.mobile .photos-list .photo {
  padding: 5px;
  width: 140px;
}
.mobile .photos-list .photo span {
  left: 5px;
  right: 5px;
  top: 5px;
  font-size: 12px;
}
.mobile .photos-list .photo i.fa-remove {
  display: inline;
}
.mobile .photos-list textarea {
  width: 120px;
  margin-top: 5px;
  font-size: 12px;
}

#location-map {
  height: 40vh;
}

.sections-nav [class^=link-] {
  font-size: 2.5rem;
  font-weight: 300;
}
.sections-nav [class^=link-]:hover {
  text-decoration: none;
}

.mobile .registration-content [class^=container] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.mobile .sections-nav [class^=link-] {
  font-size: 2rem;
}
