@font-face {
    font-family: "PP Mori Extra Bold";
    src: url(assets/fonts/PPMori-ExtraBold.woff2) format('woff2'),
         url(assets/fonts/PPMori-ExtraBold.woff) format('woff');
}
@font-face {
    font-family: "PP Mori Regular";
    src: url(assets/fonts/PPMori-Regular.woff2) format('woff2'),
         url(assets/fonts/PPMori-Regular.woff) format('woff');
}
body {
    overscroll-behavior: none;
    overflow-x: hidden;
    margin: 0;
    width: 100%;
    font-family: "PP Mori Regular", sans-serif;
    color: #431E15;
    background-color: #FEF9F0;
    -webkit-font-smoothing: antialiased;
}
h1 {
    font-family: 'PP Mori Extra Bold', sans-serif;
    font-size: 50px;
    margin: 0 0 10px 0;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
h2 {
    font-family: 'PP Mori Extra Bold', sans-serif;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 7px 0;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
h3 {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
h4 {
    font-family: 'PP Mori Extra Bold', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
p {
    font-family: 'PP Mori Regular', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

/* COOKIES POP UP STYLES */

.cookies-container {
    position: fixed;
    bottom: 3em;
    left: 3em;
    max-width: 600px;
    background-color: #FEF9F0;
    border-radius: 10px;
    z-index: 10;
    box-shadow: 0px 1px 10px 0px rgba(67, 30, 21, 0.25);
    display: none;
}
.cookies-container p {
    font-family: 'PP Mori Regular', sans-serif;
    color: #431E15;
    font-size: 18px;
    line-height: 26px;
    margin: 2em 2.5em 1em 2.5em;
}
.cookies-container p a {
    color: #431E15 !important;
}
.cookies-container p a:hover {
    color: #431E15bb !important;
    background-color: transparent;
}

.cookies-container .cookies_button {
    font-family: 'PP Mori Extra Bold', sans-serif;
    background-color: #431E15;
    color: #FEF9F0;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 15px;
    transition: 0.3s;
}
.cookies-container a:hover {
    background-color: rgba(67, 30, 21, 0.8);
}
.cookie-content div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 1em 2.5em 2.5em 2.5em;
    gap: 1em;
    text-align: center;
}
.show-cookies {
    display: flex;
}

.privacy-panel-button {
    position: fixed;
    display: none;
    flex-flow: row nowrap;
    justify-content: end;
    align-items: center;
    bottom: -70px;
    left: -70px;
    width: 140px;
    height: 140px;
    background-color: #FEF9F0;
    opacity: 0.5;
    z-index: 10;
    box-shadow: 0px 1px 10px 0px rgba(67, 30, 21, 0.25);
    transform: rotate(-45deg);
    transition: opacity 0.3s;
}

.privacy-panel-button svg {
    margin: 0 10px 0 0;
    transform: rotate(45deg);
}
.privacy-panel-button:hover {
    opacity: 1;
}
.show-privacy-button {
    display: flex;
}

.NPD-hide {
    display: none;
}
.NPD-Header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    max-width: 1400px;
    margin: auto;
    width: 100%;
    height: 70px;
}
.NPD-Header h3 {
    font-family: "PP Mori Extra Bold", sans-serif;
    font-size: 18px;
    transition: 1s;
    flex: 1;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
.NPD-Header img {
    width: 114px;
    transition: 1s;
}
.NPD-Header a {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
}
header {
    background-color: #FEF9F0;
    width: 100%;
    position: fixed;
    box-shadow: 0px 2px 5px 0px rgba(67, 30, 21, 0.10);
    height: 100px;
    display: flex;
    z-index: 1;
    top: 0;
    transition: 1s;
}
.Header-button {
    width: 210px;
    height: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Header-button div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 10px;
    width: 195px;
    height: 45px;
    background-color: #431E15;
    color: #FEF9F0;
    border: none;
    border-radius: 10px;
    font-family: 'PP Mori Extra Bold', sans-serif;
    font-size: 16px;
    line-height: 45px;
    cursor: pointer;
    transition: 0.3s;
}
.Header-button div:hover {
    background-color: rgba(67, 30, 21, 0.8);
}
.Header-button svg {
    width: 22px;
    fill: #FEF9F0;
    transition: 0.3s;
}
#headerButtonShrink {
    transition: 1s;
}
.NPD-Hero {
    background-color: #F4C535;
    overflow-x: hidden;
}
.NPD-Hero video {
    width: 100vw;
}
.NPD-Hero-Mobile {
    display: none;
}
.NPD-Hero img {
    width: 100%;
}
.NPD-Intro {
    padding-top: 4em;
    transition: background .5s;
    background-color: rgba(244,197,53,1);
    overflow-x: hidden;
}
.NPD-Intro-Block1 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 4em auto;
    display: flex;
    justify-content: flex-start;
    padding-top: 6em;
}
.NPD-Intro-Block2 {
    margin: auto;
    display: flex;
    justify-content: flex-end;
    max-width: 1300px;
}
.NPD-Intro-Block2 img {
    width: 60vw;
    max-width: 500px;
}
.NPD-Intro-Block3 {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    margin-top: -15em;
    max-width: 1300px;
}
.NPD-Intro-Block3 img {
    width: 60vw;
    max-width: 500px;
}
.NPD-Intro-Block4 {
    width: 80%;
    max-width: 1200px;
    margin: 4em auto;
    display: flex;
    justify-content: flex-end;
}
.NPD-BlockCopy {
    max-width: 560px;
    margin: 8em 0;
}
.NPD-PlaylistMaker {
    display: flex;
    flex-flow: column;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    justify-content: center;
    padding: 2em 2em 10em 2em;
}
.PlaylistMaker-Title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    gap: 1em;
}
.spotify-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
}
.PlaylistMaker-Inspo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 3em auto 0 auto;
    min-height: 190px;
    background-color: #DEFDBA;
    border-radius: 10px;
    transition: 1s;
}
.Inspo-Container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto;
}
.Memory-Container {
    display: flex;
    align-items: center;
}
.PlaylistMaker-Copy {
    margin: 1em 1em 1em 2em;
}
.PlaylistMaker-Copy p {
    margin: 5px 0;
}
.PlaylistMaker-Copy h2 {
    margin: 0;
}
.PlaylistMaker-Icon {
    margin: 3em 0em 3em 4em;
    width: 90px;
}
.PlaylistMaker-Refresh {
    width: 80px;
    height: 80px;
    background-color: #431E15;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin: 3em 4em 3em 0em;
    cursor: pointer;
    transition: 0.3s;
}
.PlaylistMaker-Refresh:hover {
    background-color: rgba(67, 30, 21, 0.8);
}
.PlaylistMaker-Refresh svg {
    width: 34px;
    padding: 24px;
}
.PlaylistMaker-Refresh svg path {
    fill: #FEF9F0;
}
/* PLAYLIST MAKER STYLES START */ 
.PM-SVG {
    fill: #FEF9F0;
    width: 34px;
}
.PM-Container {
    
}
.PM-Search {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 3em 0;
}
.PM-Search a {
    flex: 1;
}
.PM-Search input {
    border: 3px solid #431E16;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
    font-size: 18px;
    padding: 15px 15px;
    flex: 3;
    font-family: 'PP Mori Regular';
    color: rgba(67, 30, 21, 0.5);
}
.PM-Search input:focus {
    outline-color: #F4C535;
    border-color: #F4C535;
    color: rgba(67, 30, 21, 1);
}
.PM-Search input:active {
    outline-color: #F4C535;
    border-color: #F4C535;
    color: rgba(67, 30, 21, 1);
}
.PM-SearchButton {
    background-color: #431E15;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 0;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}
.PM-SearchButton:hover {
    background-color: rgba(67, 30, 21, 0.8);
}
.PM-Nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 1em;
}
.PM-Nav h4 {
    text-align: center;
    margin: 15px 0;
}
.PM-Nav a {
    flex: 1;
    border: 3px solid #431E15;
    border-radius: 10px;
    color: #431E15;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
.PM-Nav a:hover {
    border: 3px solid #F4C535;
}
.PM-SearchTab {
    
}
.PM-PlaylistTab {
    position: relative;
}
.Active-Tab {
    background-color: #431E15!important;
    color: #FEF9F0!important;
    cursor: default!important;
}
.Active-Tab:hover {
    border: 3px solid #431E15!important;
}

.PM-PlaylistCounter {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F4C535;
    border-radius: 10px;
    margin-top: -2.5em;
    margin-right: -1.5em;
    width: 50px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0 0;
}
.PM-Results {
    margin-top: 3em;
}
.PM-Results-List {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: auto;
}
.PM-Results-Item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 0.8em 0;
}
.PM-Item-Info {
    flex: 2;
    padding: 0 2em;
}
.PM-Item-Info h4 {
    margin: 10px 0;
}
.PM-Item-Info p {
    margin: 5px 0;
}
.PM-Item-Add, .PM-Item-Play {
    width: 50px;
    height: 50px;
    background-color: #F4C535;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}

.PM-Item-Play {
    margin: 0 20px 0 0 ;
}

.PM-Item-Add svg polygon, .PM-Item-Play svg {
    fill: #431E15;
}
.PM-Item-Add:hover, .PM-Item-Play:hover {
    background-color: rgba(244, 197, 53, 0.5);
}
.PM-Item-Add:active, .PM-Item-Play:active {
    background-color: #79C48A;
    
    svg polygon {
        fill: #FEF9F0;
    }
}

.PM-SeeMore {
    width: 100%;
    background-color: #431e15;
    border-radius: 10px;
    color: #FEF9F0;
    padding: 15px 0px;
    margin: 3em 0;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.PM-SeeMore:hover {
    background-color: rgba(67, 30, 21, 0.8);
}
.PM-SeeMore h4 {
    margin: 0;
}
.PM-Playlist {
    margin-top: 3em;
}
.PM-hidden {
    display: none;
}
.PM-Playlist-List {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: auto;
}
.PM-Item-Trash {
    width: 50px;
    height: 50px;
    background-color: #F4C535;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}
.PM-Item-Trash svg path {
    fill: #431E15;
} 
.PM-Item-Trash:hover {
    background-color: rgba(244, 197, 53, 0.5);
}
.PM-PlaylistButtons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 3em 0;
}
.PM-ViewSpotify {
    flex: 1;
    background-color: #431e15;
    color: #FEF9F0;
    border-radius: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 15px 0;
    cursor: pointer;
    transition: 0.3s;
}
.PM-ViewSpotify:hover {
    background-color: rgba(67, 30, 21, 0.8);
}
.PM-ViewSpotify h4 {
    margin: 0;
}
.PM-Share {
    flex: 1;
    background-color: #431e15;
    color: #FEF9F0;
    border-radius: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 15px 0;
    cursor: pointer;
    transition: 0.3s;
}
.PM-Share:hover {
    background-color: rgba(67, 30, 21, 0.8);
}
.PM-Share h4 {
    margin: 0;
}
.PM-Share a {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    text-decoration: none !important;
    color: #FEF9F0 !important;
}

.PlaylistMaker-Error, .PM-PlaylistMade {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    margin: 3em auto 0 auto;
    padding: 1em 1em 1em 2em;
    min-height: 190px;
    background-color: #DEFDBA;
    border-radius: 10px;
    word-break: break-word;
    overflow-wrap: break-word;
}
.PlaylistMaker-Error {
    width: 100%;
}

.Error-Container, .Playlist-Link-Container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    margin: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.PlaylistMaker-Error p, .Playlist-Link-Container p {
    margin: 5px 0;

}
.PlaylistMaker-Error h2, .Playlist-Link-Container h2 {
    margin: 0;
}

/* PLAYLIST MAKER STYLES END */ 
.NPD-Dementia {
    display: flex;
    flex-flow: row;
    justify-content: center;
    min-height: 690px;
}
.Dementia-Img {
    width: 50%;
    background-image: url(assets/dementia-img.jpg);
    background-size: cover;
}
.Dementia-Copy {
    width: 50%;
    background-image: url(assets/dementia-background.jpg);
    background-size: cover;
}
.Dementia-Copy div {
    padding: 25vh 10vw;
}


section {
    width: 100%;
}
.NPD-Links {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 10vh auto;
}
.NPD-Links p {
    margin-top:0;
}
.NPD-Links button {
    width: 200px;
    height: 60px;
    background-color: #431E15;
    color: #FEF9F0;
    font-family: 'PP Mori Extra Bold', sans-serif;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}
.NPD-Links button:hover {
    background-color: #FEF9F0;
    color: #431E15;
}
.NPD-Links div {
    width: 192px;
    height: 146px;
    border-radius: 20px;
    margin: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
}
.NPD-Links img {
    width: 180px;
}
.Links-Block1 {
    background-color: #FCEF83;
}
.Links-Block2 {
    background-color: #FFD6CE;
}
.Links-Block3 {
    background-color: #DEFDBA;
}

footer {
    width: 100%;
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
}
footer p {
    font-size: 10px;
    line-height: 14px;
    padding: 0 40px;
}

.NPD-Social {
    display: flex;
    gap: 2em;
    align-items: center;
    height: 60px;
}
.NPD-Social a svg path {
    transition: 0.3s;
}
.NPD-Social svg {
    width: 40px;
}
.NPD-Social a:hover {
    svg path {
        fill: rgba(67, 30, 21, 0.8);
    }
}
.NPD-Privacy-Container {
    background-color: #FEF9F0;
    margin: auto;
    display: block;
    width: 100%;
}
.NPD-Privacy-Container h1 {
    margin-bottom: 1em;
}
.NPD-Privacy-Container p {
    font-size: 16px;
    line-height: 24px;
}
.NPD-Privacy-Container a {
    color: #431E15;
    text-decoration-color: #431E15;
}
.NPD-Privacy-Container li {
    font-size: 16px;
    line-height: 24px;
}
.NPD-Privacy-Container div {
    padding: 5em 8em;
}
.cookietable, .cookietable tr, .cookietable td {
    border: 2px solid #431E15;
    border-collapse: collapse;
    padding: 10px;
}






@media screen and (max-width: 768px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 19px;
        line-height: 26px;
    }
    p {
        font-size: 16px;
    }
    h4 {
        font-size: 16px;
    }
    .cookies-container {
        left: 0;
        bottom: 0;
        margin: 2em;
    }
    .cookies-container a {
        font-size: 16px;
    }
    .cookie-content div {
        margin: 1.2em;
        gap: 0.5em;
    }
    .cookies-container p {
        margin: 1.2em;
    }
    .NPD-Privacy-Container div {
        padding: 2em 1em;
    }
    .NPD-Header {
        justify-content: center;
    }
    .NPD-Header h3 {
        display: none;
    }
    .NPD-Header div {
        display: none;
    }
    .NPD-Header a {
        flex: 0;
    }
    .NPD-Hero-Desktop {
        display: none;
    }
    .NPD-Hero-Mobile {
        display: block;
    }
    .Dementia-Img {
        width: 100%!important;
        height: 400px!important;
    }
    .NPD-BlockCopy {
        max-width: 100%;
    }
    .NPD-Intro-Block1 {
        width: 75%;
    }
    .NPD-Intro-Block4 {
        width: 75%;
    }
    .NPD-PlaylistMaker {
        width: 90%;
        padding: 0 0 4em 0;
    }
    .PlaylistMaker-Inspo {
        min-height: 240px;
    }
    .Inspo-Container {
        flex-wrap: wrap;
        margin: 1em auto 0 auto;
        align-items: center;
        gap: 1em;
    }
    .PlaylistMaker-Icon {
        display: none;
    }
    .PlaylistMaker-Copy {
        margin: 1em 1em 1em 2em;
    }
    .PlaylistMaker-Refresh {
        width: 100%;
        height: 48px;
        margin: 0em 2em 2em 2em;
}
    .PlaylistMaker-Refresh svg {
        width: 22px;
        padding: 0px;
    }
    .PM-Search input {
        flex: none;
        width: 100%;
    }
    .PM-Search a {
        flex: none;
        width: 100%;
    }
    .PM-PlaylistCounter {
        margin-top: -2em;
        margin-right: -1em;
        width: 40px;
        height: 30px;
    }
    .PM-Item-Info {
        padding: 0 1em;
    }
    .PM-Results-Item img {
        width: 80px;
        height: 80px;
    }
    .PM-Results-Item h4 {
        margin: 0;
    }
    .PM-Item-Info p {
        font-size: 14px;
        margin: 0;
    }
    .PM-Item-Play {
        width: 44px;
        height: 44px;
        border-radius: 5px;
    }
    .PM-Item-Add {
        width: 44px;
        height: 44px;
        border-radius: 5px;
    }
    .PM-Item-Trash {
        width: 44px;
        height: 44px;
        border-radius: 5px;
    }
    .PlaylistMaker-Error, .PM-PlaylistMade {
        width: auto;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .Error-Container, .Playlist-Link-Container {
        flex-wrap: wrap;
        margin: 1em auto 0 auto;
        align-items: center;
        gap: 1em;
    }
    .NPD-Intro-Block3 {
        margin-top: 0;
    }
    .NPD-Intro-Block2 img {
        width: 80vw;
        padding: 0!important;
        margin: 0!important;
    }
    .NPD-Intro-Block3 img {
        width: 80vw;
        padding: 0!important;
        margin: 0!important;
    }
    .NPD-Social {
        gap: 1em;
    }
    footer h3 {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .NPD-Intro-Block2 img {
        width: 45vw;
    }
    .NPD-Intro-Block3 img {
        width: 45vw;
    }
    .NPD-Intro-Block3 {
        margin-top: -5em;
    }
    .NPD-Hero {
        background-color: #F4C535;
        margin-top: 100px;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
     h2 {
        font-size: 22px;
        line-height: 32px;
    }
    
}

@media screen and (max-width: 1080px) {
    .PM-ViewSpotify {
        flex: none;
        width: 100%;
    }
    .PM-Share {
        flex: none;
        width: 100%;
    }
    .Dementia-Img {
        width: 100%;
        height: 500px;
    }
    .Dementia-Copy {
        width: 100%;
    } 
    .NPD-Dementia {
        flex-flow: row wrap;
    }
    .Dementia-Copy div {
        padding: 10vh 15vw;
    }    
}














