body .wrapper {
    justify-content: normal;
}

h2 {
    font-family: 'Bitter', sans-serif;
}

.pp-header-img {
    height: auto;
    width: 100%;
    max-width: none;
}

#pp-hover-text {
    font-family: 'Bitter', sans-serif;
    position: absolute;
    background-image: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/Jordan-face.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    background-position: center;
    text-align: center;
    font-size: 1.2em;
    padding: 90px 10px 0 10px;
    line-height: 1em;
}

.pp-header-img-container {
    width: 100%;
    display: grid;
}

.pp-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    color: #002E3B;
}

.pp-intro {
    color: #121747;
    background: #FFBC5B;
    height: 650px;
}

.pp-intro .pp-row {
    align-items: center;
}

.pp-follow-container {
    position: relative;
    width: 400px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
}

.pp-follow-text {
    position: absolute;
    top: 30px;
    width: 400px;
    height: auto;
}

.pp-follow-hand {
    position: absolute;
    top: 90px;
    width: 150px;
    height: auto;
    animation-name: finger;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    cursor: pointer;
}

.pp-follow-container a {
    width: 150px;
}

.pp-meet {
    background: #fff;
    color: #121747;
    height: 550px;
}

.pp-symptoms {
    background: #121747;
    height: 800px;
    color: #d8e5ed;
}

.pp-symptoms h2 {
    color: #d8e5ed;
}

.pp-symptoms .pp-row {
    flex-flow: wrap-reverse;
}

.pp-symptoms-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-self: center;
    width: 300px;
    margin: 30px 0;
}

.pp-symptoms-outline {
    width: auto;
    height: 400px;
    align-self: center;
}

.pp-symptoms-hover {
    position: absolute;
    width: 127px;
    height: auto;
    right: -42px;
    top: 0;
}

.pp-info {
    justify-content: normal;
}

.pp-info .pp-row {
    position: absolute;
    z-index: 9;
}

.pp-info h2 {
    font-size: 7em;
    font-family: 'Bitter', sans-serif;
}

.pp-impact {
    background: #fcbf6b;
    height: 300px;
    align-items: center;
    flex-direction: column;
}

.pp-impact .pp-row {
    flex-direction: column;
    justify-content: center;
}

.pp-impact .pp-row h2 {
    align-self: flex-start;
}

.pp-life {
    color: #121747;
    background: #fcbf6b;
    align-items: center;
    flex-wrap: wrap;
}

.pp-life-col {
    width: 360px;
    height: auto;
}

.pp-hover-container {
    height: 700px;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-animation-name: rotate;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 20s;
    /* Safari 4.0 - 8.0 */
    animation-name: rotate;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
    transition: 0.5s;
}

.pp-hover-container:hover {
    animation-play-state: paused;
}

.pp-content-container {
    width: 400px;
    height: 400px;
    border-radius: 200px;
}

#pp-hover-box {
    height: 700px;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pp-hover-item {
    width: auto;
    height: 120px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: 0.6s;
}

.pp-hover-item:hover {
    transform: scale(1.2);
}

.pp-hover-1 {
    top: 50px;
}

.pp-hover-2 {
    top: 120px;
    right: 120px;
}

.pp-hover-3 {
    right: 58px;
    top: 287px;
}

.pp-hover-4 {
    bottom: 120px;
    right: 120px;
}

.pp-hover-5 {
    right: 310px;
    bottom: 50px;
}

.pp-hover-6 {
    left: 120px;
    bottom: 120px;
}

.pp-hover-7 {
    left: 53px;
    top: 293px;
}

.pp-hover-8 {
    top: 120px;
    left: 160px;
}

.pp-flare {
    height: 800px;
    background: #e46038;
    color: #121747;
    align-items: center;
    flex-direction: column;
    overflow-y: hidden;
    position: relative;
    justify-content: center;
}

.pp-flare-content {
    padding-top: 100px;
    height: 800px;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

.pp-flare-number {
    width: 400px;
    height: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #121747;
    background-size: contain;
}

.pp-flare-number h2 {
    position: absolute;
    z-index: 2;
    font-size: 8em;
}

.pp-flare-number img {
    position: absolute;
}

.pp-flare-meter {
    height: 800px;
    background: #121747;
    color: white;
    align-items: center;
    flex-direction: column;
    overflow-y: hidden;
    position: relative;
    justify-content: center;
}

.pp-flare-meter h2 {
    padding: 0 50px;
    color: white;
}

.pp-flare-meter-content {
    padding-top: 100px;
    height: 800px;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}

.pp-flare-meter p {
    max-width: 960px;
    padding: 20px 50px
}

.pp-flare-content-meter {
    padding-top: 100px;
    height: 800px;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

.pp-fire-1 {
    position: absolute;
    background-image: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/fire1.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 800px;
    bottom: -65%;
}

.pp-fire-2 {
    position: absolute;
    background-image: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/fire2.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 800px;
    bottom: -70%;
    z-index: 1;
}

.pp-time {
    color: #121747;
    background: #FC9F00;
    height: 800px;
}

.pp-clock-container {
    height: 600px;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pp-clock-container img {
    position: absolute;
}

.pp-clock-hand-container {
    height: 600px;
    width: 600px;
    position: relative;
    -webkit-animation-name: rotate; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 20s; /* Safari 4.0 - 8.0 */
    animation-name: rotate;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
}

.pp-clock-hand {
    height: 181px;
    width: 174px;
    background: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/clock-hand.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25%;
    right: 25%;
}

.pp-clock-time {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: white;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pp-clock-time h2 {
    font-size: 7em;
    margin: 0 0 -10px 0;
}

.pp-treatment {
    background: #121747;
    height: auto;
    color: #d8e5ed;
    display: flex;
}

.pp-treatment h2 {
    color: #d8e5ed;
}

.pp-treatment-content {
    width: 600px;
    height: 600px;
    background: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/medicine.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.pp-graph-numbers h3 {
    font-size: 1em;
    font-family: 'Varela Round', sans-serif;
    opacity: 0.5;
}

.pp-row {
    width: 960px;
    display: flex;
}

.pp-intro-text {
    padding: 20px;
}

.pp-col-3-1 {
    display: flex;
    width: 320px;
}

.pp-col-3-1 img {
    width: 200px;
    height: auto;
    align-self: center;
}

.pp-col-3-2 {
    width: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pp-col-2 {
    width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.pp-profile {
    width: 200px;
    height: 200px;
}

.pp-info-bg-left {
    width: 50vw;
    height: 500px;
    background: #F79B8A;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pp-info-bg-left img {
    position: absolute;
    height: 220px;
    left: 15%;
}

.pp-info-bg-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 500px;
    background: #FDCC80;
    position: relative;
    flex-direction: column;
}

.pp-dot-1 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5%;
    right: 42%;
    transition: 0.4s;
}

.pp-dot-2 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 57%;
    left: 26%;
    transition: 0.4s;
}

.pp-dot-3 {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 33%;
    top: 68%;
    transition: 0.4s;
}

.pp-dot-1:hover {
    transform: scale(1.2);
}

.pp-dot-2:hover {
    transform: scale(1.2);
}

.pp-dot-3:hover {
    transform: scale(1.2);
}

.pp-tooltip {
    width: 480px;
    height: 300px;
}

.pp-box-l {
    background: green;
    width: 500px;
    height: 300px;
}

.pp-box-r {
    background: red;
    width: 500px;
    height: 300px;
}

.pp-slidecontainer {
    position: absolute;
    width: 800px;
    height: 200px;
    bottom: 30%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pp-slidecontainer h2 {
    color: white;
}

.mild--active #mild {
    border-color: #FFBC5B;
    background: #FFBC5B;
    color: #121747;
}

.moderate--active #moderate {
    border-color: #e46038;
    background: #e46038;
    color: #121747;
}

.severe--active #severe {
    border-color: #D72424;
    background: #D72424;
    color: #121747;
}

.pp-slide-spectrum-container {
    display: flex;
    width: 600px;
    justify-content: space-around;
    margin-top: 25px;
}

.pp-slide-spectrum-container h3 {
    color: white;
    font-family: 'Bitter', sans-serif;
    font-size: 1.2rem;
    padding: 10px;
    border: solid 3px #FFF;
    display: inline-block;
    position: relative;
    border-radius: 30px;
}

/* The slider itself */

.pp-slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 600px; /* Full-width */
    height: 60px; /* Specified height */
    background: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/Slider.png');
    outline: none; /* Remove outline */
    border: none;
    border-radius: 30px;
    z-index: 2;
    background-repeat: no-repeat;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.pp-slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 83px; /* Set a specific slider handle width */
    height: 100px; /* Slider handle height */
    outline: none; /* Remove outline */
    background: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/fire-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; /* Cursor on hover */
    border: none;
}

.pp-slider::-moz-range-thumb {
    width: 83px; /* Set a specific slider handle width */
    height: 100px; /* Slider handle height */
    background: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/fire-icon.png');
    outline: none; /* Remove outline */
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; /* Cursor on hover */
    border: none;
}

.pp-medicine-container {
    position: relative;
    width: 300px;
    height: 800px;
}

.pp-syringe {
    position: absolute;
    bottom: 0;
}

.pp-medicine-1 {
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 1px;
    transition: 2s;
}

.pp-medicine-2 {
    width: 105px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pp-bar {
    height: 420px;
}

.pp-symptoms a, .pp-flare a {
    background-image: linear-gradient(#fcbf6b, #fcbf6b);
}

.pp-symptoms a:hover, .pp-flare a:hover {
    color: #fcbf6b;
}

@media screen and (max-width: 960px) {
    .pp-row {
        width: 768px;
    }
    .pp-intro {
        height: auto;
    }
    .pp-follow-container {
        margin-left: 0px;
    }
    .pp-meet {
        height: auto;
    }
    .pp-symptoms {
        height: auto;
    }
    .pp-hover-container {
        width: 300px;
        height: 300px;
    }
    .pp-life {
        padding: 60px 20px;
    }
    #pp-hover-text {
        height: 140px;
        font-size: 1em;
        padding: 40px 50px 0 50px;
        line-height: 1em;
    }
    .pp-hover-item {
        height: 70px;
    }
    .pp-hover-1 {
        top: -25px;
    }
    .pp-hover-2 {
        top: 10px;
        right: 10px;
    }
    .pp-hover-3 {
        right: -10px;
        top: 115px;
    }
    .pp-hover-4 {
        bottom: 10px;
        right: 10px;
    }
    .pp-hover-5 {
        bottom: -20px;
        right: 125px;
    }
    .pp-hover-6 {
        left: 10px;
        bottom: 10px;
    }
    .pp-hover-7 {
        left: 10px;
        top: 25px;
    }
    .pp-hover-8 {
        left: -30px;
    }
    .pp-flare-number {
        width: 250px;
        height: 250px;
        margin-bottom: 50px;
    }
    .pp-flare-number h2 {
        font-size: 6em;
    }
    .pp-flare-number img {
        width: auto;
        height: 350px;
    }
    .pp-clock-container img {
        width: 60vw;
    }
    .pp-medicine-container {
        width: 250px;
        height: 600px;
        margin: 30px 0px;
    }
    .pp-medicine-1 {
        width: 250px;
    }
    .pp-medicine-2 {
        width: 85px;
    }
    .pp-bar {
        height: 340px;
    }
}

@media screen and (max-width: 768px) {
    .pp-row {
        width: 100vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }
    .pp-info {
        flex-direction: column;
    }
    .pp-info-bg-left {
        width: 100vw;
    }
    .pp-info-bg-right {
        width: 100vw;
    }
    .pp-col-2 {
        width: 80vw;
        align-items: center;
    }
    .pp-col-3-1 {
        width: 80vw;
        justify-content: center;
        margin-bottom: 20px;
    }
    .pp-col-3-2 {
        width: 80vw;
    }
    .pp-dot-1 {
        width: 38px;
        height: 38px;
        top: 5%;
        right: 43%;
    }
    .pp-dot-2 {
        width: 38px;
        height: 38px;
        top: 57%;
        left: 25%;
    }
    .pp-dot-3 {
        width: 38px;
        height: 38px;
        right: 33%;
        top: 68%;
    }
    .pp-tooltip {
        width: auto;
        height: auto;
    }
    .pp-info-bg-left img {
        height: 120px;
    }
    .pp-life-col {
        width: 80vw;
    }
    .pp-slidecontainer {
        bottom: 15%;
        width: 80vw;
        text-align: center;
    }
    .pp-slider {
        width: 80vw;
    }
    .pp-slide-spectrum-container {
        width: 80vw;
    }
    .pp-flare-content {
        padding-top: 20px;
    }
    .pp-flare p {
        width: 80vw;
        padding: 10px;
    }
    .pp-flare-number {
        width: 250px;
        height: 250px;
        margin-bottom: 50px;
    }
    .pp-flare-number h2 {
        font-size: 6em;
    }
    .pp-flare-number img {
        width: auto;
        height: 250px;
    }
    .pp-clock-time {
        width: 150px;
        height: 150px;
    }
    .pp-clock-container {
        height: 60vw;
        width: 60vw;
    }
    .pp-clock-hand {
        height: 120px;
        width: 120px;
        bottom: 42%;
        right: 17%;
    }
    .pp-clock-hand-container {
        height: 300px;
        width: 300px;
    }
    .pp-clock-time h2 {
        font-size: 5em;
    }
    #pp-hover-box {
        height: 400px;
        width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .pp-info-bg-left {
        width: 100vw;
    }
    .pp-info-bg-right {
        width: 100vw;
    }
    .pp-follow-container {
        width: 80vw;
        margin-left: 0px;
    }
    .pp-follow-container a {
        width: 30vw;
    }
    .pp-follow-hand {
        width: 35vw;
    }
    .pp-follow-text {
        width: 80vw;
    }
    .pp-symptoms-container {
        width: 250px;
    }
    .pp-symptoms-outline {
        height: 250px;
    }
    .pp-dot-1 {
        right: 41%;
    }
    .pp-dot-2 {
        left: 30%;
    }
    .pp-clock-container {
        height: 80vw;
        width: 80vw;
    }
    .pp-clock-container img {
        width: 80vw;
    }
    .pp-clock-hand {
        height: 90px;
        width: 90px;
        right: 23%;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes finger {
    0% {
        top: 120px;
    }
    50% {
        top: 90px;
    }
    100% {
        top: 120px;
    }
}