.hero h2 {
    color: white !important
}

.float-r {
float: right;
}

 .logo-box { 
       padding-top:20px;
  }

@media screen and (min-width: 992px) {
    .logo-box { 
       padding-top:100px;
  }
}

.mt-2 { 
   margin-top: 5px !important;
 }

.informationyWrapper:after {
    background-image: none;
    display: none;
}

a {
    text-decoration: underline;
}

.last-block-padding{
    padding-bottom: 20vw !important;
}

.hero-group,
.faqs,
.world-of-books,
.where-when-group,
.cant-make-it,
.join-the-movement {
    max-width: 95.5%;
    margin: 0 auto;
    padding: 40px;
}

.hero-group {
    padding-bottom: 12vw;
    width: 100%;
}

.where-and-when {
    position: relative;
}

.informationyWrapper {
    position: relative;
    padding-bottom:25vw;
}

.informationyWrapper:after {
    background-image: url(https://static.od-cdn.com/purplecurve6.svg);
    content: '';
    width: 100%;
    height: 18vw;
    display: flex;
    top: -17vw;
    position: absolute;
    z-index: 999999999;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.where-and-when:after {
    background-image: url(https://static.od-cdn.com/whitecurve.svg);
    content: '';
    width: 100%;
    height: 18vw;
    display: flex;
    top: -17vw;
    position: absolute;
    z-index: 999999999;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.shimmer {
    line-height: 30px !important;
}

.shimmer img {
    padding-right: 5px !important;
}

.hero {
    margin-top: -1vw !important
}

.information{
    margin-top: -3vw;
    z-index: 999999999999999;
}

.information a{ 
    text-decoration: none !important;
}