.hero {
  margin-top: 20px;
  width: 100%;
  height: 22vw;
  background-image: url(/img/artwork3.png);
  background-repeat: no-repeat;
  background-position: right 20% bottom 1vw;
  background-color: #a2bf63;
  background-size: auto 90%;
  color: white;
  padding-left: 120px;
  box-sizing: border-box;
  margin-bottom: 4vw;
}
.hero h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 7vw;
  line-height: 6.5vw;
  padding-top: 3vw;
}
.hero h1 span {
  font-size: 2.75vw;
}

.mobile .hero {
  background-position: center top 5px;
  background-size: auto 57%;
  padding-top: 34vw;
  padding-bottom: 20px;
  padding-left: 0px;
  height: auto;
  text-align: center;
}
.mobile .hero h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 39px;
  line-height: 35px;
  padding-top: 3vw;
}
.mobile .hero h1 span {
  font-size: 14px;
}

#navbar-register {
  width: 100%;
  background-color: #a2bf63;
  background-image: url(/img/artworksm.png);
  background-repeat: no-repeat;
  background-position: left 2vw bottom;
  background-size: auto 90%;
}
#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: #000000;
}

.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%;
  }
}
.section-introduction {
  font-weight: 100;
}

.registration-content h2 {
  color: #000000;
}
.registration-content p {
  font-size: 16px;
  color: #a9a0a0;
  margin-bottom: 5px;
}
.registration-content p.text-top {
  font-size: 22px;
  color: #666666;
  font-weight: 100;
}
.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;
}
.registration-content ol > li {
  margin: 0;
  padding-left: 0;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}
.registration-content ol > li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.registration-content .link-primary {
  color: #a2bf63 !important;
}
.registration-content .link-primary:hover {
  color: #8aa946 !important;
}

#section-index h2 {
  color: #a2bf63;
}
#section-index h3 {
  color: #a2bf63;
}
#section-index p.text-top {
  font-size: 22px;
  color: #666666;
  font-weight: 100;
}

.mobile #section-index p.text-top {
  font-size: 16px;
}

#location-map {
  height: 40vh;
}

.btn-rent-primary, .btn-rent-primary:active, .btn-rent-primary:focus, .btn-rent-primary:active:focus {
  color: #ffffff;
  background-color: #a2bf63;
  border-color: #a2bf63;
}
.btn-rent-primary:hover {
  color: #ffffff;
  background-color: #b2cf73;
  border-color: #b2cf73;
}
.btn-rent-primary:disabled, .btn-rent-primary.disabled {
  background-color: #cee1a3;
  border-color: #cee1a3;
}

.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;
}
