.josh-intro {
    background: url('josh-sec.jpg') no-repeat right;
    background-size: cover;
    color: $blue;
    overflow: hidden;
    min-height: 100vh;

    .bottled {
        @include respond-to(phone) {
            padding: 4rem 4rem 0 4rem;
            max-width: 300px;
            margin: 0 auto;
        }
    }
    .parallax-01 {
        bottom: 5%;
        img {
            width: 500px;
        }
        @include respond-to(phone) {
            display: none;
        }
    }
    .parallax-02 {
        top: 2%;
        left: 43%;
        img {
            width: 400px;
        }
        @include respond-to(phone) {
            display: none;
        }

    }
    .parallax-03 {
        top: 15%;
        left: 5%;
        img {
            width: 500px;
        }
        @include respond-to(phone) {
            display: none;
        }
    }
    p.section--description {
        color: $blue;
    }
}

.rte {
  color:#05387e !important;
  margin-top: 20px;
}

.rellax {
  position: absolute;
  z-index: -1;
}

.parallax-04.rellax {
  position: absolute;
  z-index: 0000000000000 !important;
}
@media only screen and (min-width: 750px) {
.section-header {
  margin-bottom: 30px !important;
}
}