@font-face {
    font-family: "Helveesti Spikes";
    src: url(fonts/ABCHelveestiSpikesEdu-Regular.woff2);
}

@font-face {
    font-family: "Maxi Round";
    src: url(fonts/ABCMaxiRoundEdu-Regular.woff2);
}

@font-face {
    font-family: "Diatype Semi-Mono";
    src: url(fonts/ABCDiatypeSemi-MonoEdu-Regular.woff2);
}

body{
    margin: 0 0 0 0;
}

/*navbar styling*/
nav{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

    height: 75px;
    width:100%;

    background-color: #F3F3F3;

    position:fixed;
    z-index:1;
   
    top:0;
    left:0;

    overflow: visible;

    animation: fadeIn 0.5s ease-in forwards;
}

.menu{
    position: relative;
    z-index: 2;
    top:15px;
    padding-left: 15px;

    width:80px;
    height: 44px;
    border: black;
    border-style: solid;
    border-width: 0.65px;
    border-right: none;
    background-color: #FFFEF5;

    text-align: left;
    align-content: center;
}
.menu a{
    color: black;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;

    text-decoration: none;
}

#legend_tracker{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: right;
    padding-right: 15px;

    position: relative;
    z-index: 2;
    top:15px;

    width:141px;
    height: 44px;
    border: black;
    border-style: solid;
    border-width: 0.65px;
    border-left: none;
    
    text-align: center;
    align-items: center;
}
#legend{
    font-family: "tt-alientz-serif", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
}
#legend_tracker img{
    width: 20px;
    height: auto;
}

#filter{
    position:absolute;
    z-index: 2;
    top: 8.5px;
    left: 123px;
    
    width:40px;
    height: 44px;
    border: black;
    border-style: solid;
    border-width: 0.65px;

    align-content: center;
}

#filter_menu{  /*still need to find its right position*/
    display:none;

    position: absolute;
    top: 75px;
    z-index: 1;

    padding-top: 10px;

    width: 100vw;
    height: auto;

    background-color: #FFFEF5;
    border: black;
    border-style: solid;
    border-width: 0.5px;
}
.Row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    
    border: black;
    border-style: solid;
    border-width: 0.5px;

    margin-bottom: 10px;
}

.category_border{
    display: flex;
    width: fit-content;
    height: 25px;

    padding-left: 11px;
    padding-right: 11px;

    text-align: center;
    align-items: center;
}


/*input[type="checkbox"] {
    width: 27.2px;
    height: 27.2px;

    accent-color:black;

    border: black;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 0;
}*/

/*here starts the text area styling*/
@keyframes fadeIn {
    from{
        opacity: 0;
        transform: translateY(-50);
    }

    to{
        opacity: 1;
        transform: translateY(0);
    }
}
.text_wrapper{
    margin-top: 80px;
    position: relative;
    z-index: 0;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 5300px;

    row-gap: 50px;
    column-gap: 50px;

    /*display: grid;
    grid-template-columns: repeat(34, 67vw);
    column-gap: 30px;
    row-gap: 74px;*/

    overflow: scroll;

    scroll-snap-type: both mandatory;

    animation: fadeIn 1.5s ease-in forwards;
}

.text_wrapper p{
    scroll-snap-align: center !important;

    font-variant-ligatures: common-ligatures;

    width:67vw;
}

.Nostalgia.body{
    font-family: "router", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18.5px;
    line-height: 27.8px;

    scroll-snap-align: center;
}
.Nostalgia.quote{
    font-family: "router", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: 38px;

    scroll-snap-align: center;
}

.Significance.body{
    font-family: "artifex-cf", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17.3px;
    line-height: 27.5px;

    scroll-snap-align: center;
}
.Significance.quote{
    font-family: "artifex-cf", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: 38px;

    scroll-snap-align: center;
}

.Friendship.body{
   margin-left: 2px;

    font-family: "shift", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16.5px;
    line-height: 28px;

    scroll-snap-align: center;
}
.Friendship.quote{
    font-family: "shift", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    line-height: 38px;

    scroll-snap-align: center;
}

.Self.body{
    font-family: "hagrid", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 27.5px;

    font-feature-settings: "ss03" 1;

    scroll-snap-align: center;
}
.Self.quote{
    font-family: "hagrid", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 38px;

    font-feature-settings: "ss03" 1;

    scroll-snap-align: center;
}

.Causality.body{
    font-family: "tarif", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;

    scroll-snap-align: center;
}
.Causality.quote{
    font-family: "tarif", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 38px;

    scroll-snap-align: center;
}

.Reality.body{
    font-family: "bogart", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17.2px;
    line-height: 27.4px;

    scroll-snap-align: center;
}
.Reality.quote{
    font-family: "bogart", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 38px;

    scroll-snap-align: center;
}

.Preform.body{
    font-family: "tchig-mono", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 27.5px;

    scroll-snap-align: center;
}
.Preform.quote{
    font-family: "tchig-mono", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 38px;

    scroll-snap-align: center;
}

.Rhetorical.body{
    font-family: "gyst-variable", sans-serif;
    font-weight: 300;
    font-size: 17px;
}
.Rhetorical.quote{
    font-family: "gyst-variable", sans-serif;
    font-weight: 300;
    font-size: 30px;

    scroll-snap-align: center;
}

.Unseen.body{
    font-family: "Helveesti Spikes", sans-serif;
    font-size: 17px;
    line-height: 28.2px;

    scroll-snap-align: center;
}
.Unseen.quote{
    font-family: "Helveesti Spikes", sans-serif;
    font-size: 30px;
    line-height: 38px;

    scroll-snap-align: center;
}

.Daydream.body{
    font-family: "Maxi Round", sans-serif;
    font-size: 17.4px;
    line-height: 27.2px;

    scroll-snap-align: center;
}
.Daydream.quote{
    font-family: "Maxi Round", sans-serif;
    font-size: 30px;
    line-height: 38px;
}

.Relatable.body{
    font-family: "Diatype Semi-Mono", sans-serif;
    font-size: 17px;
    line-height: 27px;

    scroll-snap-align: center;
}
.Relatable.quote{
    font-family: "Diatype Semi-Mono", sans-serif;
    font-size: 30px;
    line-height: 38px;
}

.Repetition.body{
    font-family: "ocr-a-std", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 15.3px;
    line-height: 26.5px;
}
.Repetition.quote{
    font-family: "ocr-a-std", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 38px;
}

.Goodbye.quote{
    font-family: "tuppence", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 30px;
    line-height: 38px;
}
.quote{
    text-align: center;
}