@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Press+Start+2P&display=swap');

body .is-layout-constrained>*+* {
    margin-block-start: 0 !important;
}
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-size: 16px;
}
.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
.press-start-2p-regular {
    font-family: "Press Start 2P", serif;
    font-weight: 400;
    font-style: normal;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}
.behind {
    z-index: -1;
    /* Place behind content */
}
.background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*overflow-x: hidden*/
    overflow: hidden;
}
.section {
    height: 100%;
    font-size: 2rem;
    /* For positioning content over the background */
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.horizontal__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vertical__content {
    display: flex;
    flex-direction: column;
}
.full__width__flexbox {
    flex: 0 0 100vw;
}
.full__height {
    min-height: 100%;
}
.full__viewport__height {
    min-height: 100vh;
}
.half__width {
    width: 50vw;
}
.button {
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover {
    transform: scale(1.1); /* Increases the size by 10% */
}
#first .scroll-indicator {
    color: #160059;
    text-align: center;
    font-size: 1.6rem;
    margin: 2rem;
    width: fit-content;
    margin: auto;
}
#first .scroll-indicator .date {
    margin: 1rem 0;
}
#first .scroll-indicator .label {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.circular__label {
    color: white;
    width: 3rem;
    height: 3rem;
    background-color: #2a4c91;
    border-radius: 1.5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin: auto;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.circular__label div {
    margin: auto;
}
.power__ups .description {
    font-size: 1.8rem;
    color: #2a4c91;
    width: 28rem;
    font-weight: bold;
}
.power__ups .horizontal__content {
    align-items: center;
    padding-left: 6rem;
}
.item.whats__oyea {
    /* width: 20vw; */
    text-align: center;
}
.thats__oyea {
    width: 16rem;
    font-weight: 600;
    font-size: 1.9rem;
    margin: auto;
    margin-top: 1rem;
}
.button.start {
    height: 7rem;
    margin-right: 5rem;
}
.start.description p {
    font-weight: 600;
}
.button.tab {
    flex: 1;
    background-color: #ffa66b;
    font-size: 1.2rem;
    text-align: center;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(22, 0, 89, 0.4);
}
.button.tab:hover {
    transform: scale(1);
    background-color: #ff771c;
    color: rgba(22, 0, 89);
}
.button.tab.active {
    background-color: #ff771c;
    color: rgba(22, 0, 89);
}
.card {
    cursor: pointer;
    width: 15rem;
    height: 25rem;
    background-color: #ffa66b;
    margin: 0.5rem;
    border-radius: 1rem;
    border: 0.2rem solid black;
}
.card:hover,
.card.active {
    background-color: #ff771c;
}
.people__box.full__width__flexbox {
    justify-content: center;
    flex-wrap: wrap;
}
.people__name__reward {
    margin: 1rem 1rem 0.5rem 1rem;
    font-size: 0.9rem;
    background-color: #2a4c91;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 0.8rem;
    font-weight: 600;
    height: 2.4rem;
    line-height: 0.9rem;
}
.people__name__reward div:first-child {
    margin: auto 0;
}
.people__name__reward div:nth-child(2) {
    font-size: 0.6rem;
    width: 4rem;
    text-align: right;
    margin: auto 0;
    line-height: 0.7rem;
}
.people__photo {
    margin: 0 1rem;
}
.people__tag {
    /* font-size: 0.8rem; */
    margin: 0 2rem;
    background-color: #f2eeb2;
    border-radius: 1.2rem;
    text-align: center;
    margin-top: -1rem;
    border: 0.1rem solid;
}
.people__tag img {
    height: 1.6rem;
    margin: 0.4rem 0rem 0.4rem 0.8rem;
}
.people__tag div {
    font-size: 0.7rem;
    color: #2a4c91;
    font-weight: 600;
    margin: auto 0.6rem auto 0;
    flex-grow: 1;
}
.people__quote {
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0.6rem 0.8rem;
    text-align: center;
    flex-grow: 1;
    align-content: center;
}
.people__line {
    border: 0.1rem solid;
    margin: 0 1rem;
}
.people__school {
    font-size: 0.7rem;
    text-align: center;
    margin: 0.6rem 0.2rem;
    font-weight: 500;
}
.people__school > div {
    justify-content: center;
}
.people__school img {
    height: 1rem;
    margin: 0 0.4rem;
}
.button.right,
.button.close,
.button.left {
    border: none;
    background: none;
    padding: 0;
    z-index: 4;
}
.button.right img,
.button.close img,
.button.left img{
    width: 4rem;
    height: 4rem;
}
.button.close {
    position: absolute;
    right: 1rem;
    top: 3rem;
}
.button.right {
    position: absolute;
    right: 2rem;
    top: 50%;
}
.button.left {
    position: absolute;
    left: 2rem;
    top: 50%;
}
.oyea__content {
    align-items: flex-start;
}
.oyea__content > div {
    margin: 1rem 4rem 1rem 8rem;
}
.oyea__content > div:first-child {
    margin: 1rem 4rem 1rem 8rem;
}
.oyea__content .oyea__question {
    font-size: 2.4rem;
    font-weight: 600;
}
.oyea__content .oyea__highlight {
    font-size: 2rem;
    font-weight: 600;
}
.oyea__content .oyea__answer {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
}
.oyea__content .oyea__who {
    font-size: 1.6rem;
    font-weight: 600;
}
.healthBoost .oyea__content {
    color: #326b59;
}
.healthBoost .oyea__content .oyea__answer {
    color: #2a4c91;
}
.handyTools .oyea__content {
    color: #ff914d;
}
.handyTools .oyea__content .oyea__answer {
    color: #f9c621;
}
.magicItems .oyea__content {
    color: #f68c55;
}
.magicItems .oyea__content .oyea__answer {
    color: #f9c621;
}
.oyea__solo {
    margin: 0 2rem;
}
.oyea__solo img {
    width: 22rem;
}
.oyea__solo > div {
    font-size: 1.4rem;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin-top: 1rem;
}
.oyea__read__more {
    margin: 0 2rem;
    max-width: 50vw;
    align-content: center;
}
.oyea__read__more .text {
    font-size: 2.4rem;
    max-width: 40vw;
    line-height: 3rem;
    font-weight:500;
}
.oyea__read__more .button {
    margin: 3rem auto 0 auto;
    width: 25rem;
    height: 5rem;
    position: relative;
    display: flex;
    align-items: center;
}
.oyea__read__more .button img {
    position: absolute;
    width: 100%;
    z-index: -1;
}
.oyea__read__more .button > div {
    font-size: 0.8rem;
    text-align: center;
    margin: auto;
    line-height: 1rem;
    color: #2e1b5b;
}
.healthBoost .oyea__solo > div {
    color: #326b59;
}
.healthBoost .oyea__read__more .text {
    color: #2a4c91;
}
.handyTools .oyea__solo > div {
    color: #f68c55;
}
.handyTools .oyea__read__more .text {
    color: #f9c621;
}
.magicItems .oyea__solo > div {
    color: #f9c621;
}
.magicItems .oyea__read__more .text {
    color: #f9c621;
}
.oyea__more__stories {
    color: white;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
}
.oyea__more__stories a {
    text-decoration: underline;
    color: white;
    margin: 0 1rem;
}

/* For laptops, you might want to reduce slightly if needed */
/* @media screen and (max-width: 1440px) { */
html {
    font-size: 15px; /* 1rem = 15px */
}
#first .oyea__how__to__win {
    font-size: 5rem;
    /* width: 55rem; */
    padding: 3rem 6rem 1rem 6rem;
    line-height: 6rem;"
}
#first .oyea__reveal__fav__item {
    font-size: 2rem;
    width: 42rem;
}
#first #trophy {
    right: -5rem;
    bottom: -4rem;
    width: 16rem;
    height: 14rem;
}
#second > div {
    width: 60rem;
}
#third .power__ups > div:first-child {
    max-width: 80vw;
    margin: 0 auto;
}

/* For tablets */
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 820px) {
    html {
        font-size: 13px !important; /* 1rem = 14px */
    }
    #first > div {
        width: 90vw;
    }
    #first .oyea__how__to__win {
        font-size: 3.6rem;
        width: auto;
        padding: 3rem 1rem 1rem 1rem;
        line-height: 5rem;"
    }
    #first .oyea__reveal__fav__item {
        font-size: 1.6rem;
        width: auto;
        padding: 0 2rem;
    }
    #first .scroll-indicator {
        color: #160059;
        text-align: center;
        font-size: 1.2rem;
        margin: 2rem auto;
    }
    #first #trophy {
        right: -5rem;
        bottom: -4rem;
        width: 14rem;
        height: 13rem;
    }
    #second > div {
        width: 90vw;
    }
    .power__ups .horizontal__content {
        padding-left: inherit;
    }
    .button.start {
        margin: auto;
    }
    #third .item__box {
        flex-flow: column;
    }
    #third .power__ups .description {
        width: fit-content;
        text-align: center;
        padding: 0 2rem;
    }
    #people .button.tab {
        height: 4rem;
        line-height: 1.6rem;
        font-size: 1rem;
    }
    .people__box.full__width__flexbox {
        justify-content: center;
    }
}

/* For phones */
@media screen and (max-width: 480px) {
    html {
        font-size: 12px !important; /* 1rem = 12px */
    }
    #first .oyea__how__to__win {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .power__ups .horizontal__content {
        align-items: center;
    }
    #people .fp-slide, #people .fp-slidesContainer {
        height: 97%;
    }
    #people .card {
        /* width: 14rem;
        padding-bottom: 1rem; */
        height: 24rem; 
    }
    #people .people__line {
        display: none;
    }
    #people .people__school {
        margin-top: 0;
    }
    #people .people__school > div:nth-child(2), #people .people__school > div:nth-child(3) {
        display: none;
    }
    
    #people .people__name__reward div:first-child {
        font-size: 0.8rem;
    }
    .healthBoost__box .horizontal__content, .handyTools__box .horizontal__content, .magicItems__box .horizontal__content {
        flex-direction: column;
    }
    .oyea__content {
        width: 100vw;
        min-height: 50vh;
    }
    .oyea__content > div {
        margin: 1rem 3rem 0rem 3rem;
    }
    .oyea__content > div:first-child {
        margin: 0rem 3rem 0rem 3rem;
    }
    .oyea__content .oyea__question {
        font-size: 2rem;
    }
    .oyea__content .oyea__highlight {
        font-size: 1.6rem;
    }
    .oyea__content .oyea__answer {
        /* font-size: 1.6rem;
        line-height: 2rem; */
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .oyea__content .oyea__who {
        font-size: 1.4rem;
    }
    .background.full__viewport__height.half__width {
        width: 100vw;
        min-height: 50vh;
    }
    .oyea__solo img {
        width: 18rem;
    }
    .oyea__read__more {
        max-width: 80vw;
        margin: 1rem 0;
    }
    .oyea__read__more .text {
        font-size: 1.6rem;
        max-width: 100vw;
        line-height: 2rem;
        margin: 1rem auto;
        text-align: center;
    }
    .oyea__read__more .button {
        margin: 3rem auto;
    }
    .oyea__more__stories {
        font-size: 2rem;
    }
}

/* For smaller phones like iphone SE 8 */
@media screen and (max-width: 380px) { 
    html {
        font-size: 10px !important; /* 1rem = 10px */
    }
    #people div:nth-child(2) {
        min-height: auto;
    }
}

/* For shorter phones like iphone SE 8 */
@media screen and (max-height: 600px) { 
    html {
        font-size: 8px !important; /* 1rem = 8px */
    }
}

/* For folding phone when open */
@media screen and (max-width: 880px) and (max-height: 880px) {
    .healthBoost__box .horizontal__content, .handyTools__box .horizontal__content, .magicItems__box .horizontal__content {
        flex-direction: column;
    }
    .oyea__content {
        width: 100vw;
        min-height: 50vh;
    }
    .oyea__content > div {
        margin: 1rem 3rem 0rem 3rem;
    }
    .oyea__content > div:first-child {
        margin: 0rem 3rem 0rem 3rem;
    }
    .oyea__content .oyea__question {
        font-size: 2rem;
    }
    .oyea__content .oyea__highlight {
        font-size: 1.6rem;
    }
    .oyea__content .oyea__answer {
        /* font-size: 1.6rem;
        line-height: 2rem; */
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .oyea__content .oyea__who {
        font-size: 1.4rem;
    }
    .background.full__viewport__height.half__width {
        width: 100vw;
        min-height: 50vh;
    }
    .oyea__solo img {
        width: 18rem;
    }
    .oyea__read__more {
        max-width: 80vw;
        margin: 1rem 0;
    }
    .oyea__read__more .text {
        font-size: 1.6rem;
        max-width: 100vw;
        line-height: 2rem;
        margin: 1rem auto;
        text-align: center;
    }
    .oyea__read__more .button {
        margin: 3rem auto;
    }
}

/* fullpage.js */
#first .fp-overflow, #second .fp-overflow {
    overflow: visible;
}

#people .fp-arrow.fp-controlArrow.fp-prev, #people .fp-arrow.fp-controlArrow.fp-next {
    display: none !important;
}
#people .fp-slidesNav {
    display: none !important;
}

.fp-arrow {
    width: auto;
    height: auto;
    border-style: none;
}
.fp-slidesNav ul {
    width: fit-content;
    margin: 0 auto;
}
.fp-slidesNav ul li a span {
    background: white;
}
.hide {
    display: none;
}