@font-face {
    font-family:"montreal" ;
    src: url("/typefaces/Neue Montreal/NeueMontreal-Regular.woff2");
}

@font-face {
    font-family:"montreal-italic" ;
    src: url("/typefaces/Neue Montreal/NeueMontreal-Italic.woff2");
}

@font-face {
    font-family:"montreal-light" ;
    src: url("/typefaces/Neue Montreal/NeueMontreal-Light.woff2");
}

@font-face {
    font-family:"montreal-bold" ;
    src: url("/typefaces/Neue Montreal/NeueMontreal-Bold.woff2");
}


@font-face {
    font-family:"montreal-lightItalic" ;
    src: url("/typefaces/Neue Montreal/NeueMontreal-LightItalic.woff2");
}

@font-face {
    font-family:"cirka" ;
    src: url("/typefaces/PPCirka-Variable.woff");
}

body{
    padding: 0px 20px;
}

#header{
    background-color: white;
    position: sticky;
    top: 0px;
    padding-bottom: 1px;
    border-bottom: 0.75px solid black;
    z-index: 10;

}


#header-flex{
    display: flex;
    justify-content: space-between;

}


#filter{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
    margin-top: 10px;

}

#filter>h3{
    border: 0.75px solid black;
    margin-right: 7px;
    padding: 8px 10px 6px;
    border-radius: 20px;
    transition: padding 0.5s;
    margin-bottom: 0x;
    margin-top: 0px;


}

#filter>h3:hover{
    background-color: rgb(79, 79, 79);
    color: white;
    padding:8px 20px 6px;
    font-weight: bolder;

}

#filter h3.active{
  background-color: rgb(79, 79, 79);
  color: white;
  font-weight: bolder;
  padding: 8px 20px 6px; /* matches your hover expansion */
}



.proj{
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    border-top: 0.75px solid black;
    margin-bottom: 15px;
}

#ing-info{
    margin-top:-12px;
    color:rgb(79, 79, 79);
}



#jump-up{
    width: 100%;
    text-align: center;
}

.fa-spiral{
    color: black;
}

.fa-angles-up{
    border: 0.75px solid black;
    padding: 15px;
    border-radius: 40px;
    margin-top: 40px;
}

.fa-angles-up:hover{
    
background-color: rgb(79, 79, 79);
    color: white;
}



#credits{
    text-align: center;
}

.year{
    margin-top: 25px;
}



/* text styling */
h1{
    font-family: cirka;
    font-size: 25px;
}

h2{
    font-family: cirka;
    font-size: 20px;
    font-weight: 1000;
}

h3{
    font-family: cirka;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 10;
}

h4{
    font-family: cirka;
    font-size: 16px;
    font-style: italic;
}

p{
    font-family: cirka;
    font-size: 15px;
    line-height: 1.05;
}

a{
    text-decoration: none;
    color: black;
}



img video{
    width: 95%;
    margin-left: 5%;
    margin-top: 20px;
}



/* #archive{
    position:sticky;
    background-color: white;
    width: fit-content;
    height: 40px;
    border: 0.75px solid black;
    bottom: 40px;
    left: 98%;
    padding: 00px 20px;
} */







/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    #wide-screen{
    display: none;
}
        .proj{
    display: grid;
    grid-template-columns: 1fr;
    border-top: 0.75px solid black;
    margin-bottom: 15px;}

    img, video{
    width: 100%;
    margin-left: 0%;
    margin-top: 5px;
}

#filter{
    margin-bottom: 5px;
}
#filter>h3{
    border: 0.75px solid black;
    margin-right: 7px;
    padding: 8px 10px 6px;
    border-radius: 20px;
    transition: padding 0.5s;
    margin-bottom: 5px;
    margin-top: 0px;

}

h1{
    font-size: 19px;
}

h2{
    font-size: 17px;
}

h3, p, h4{
    font-size: 13px;
}



}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .proj{
    display: grid;
    grid-template-columns: 1fr;
    border-top: 0.75px solid black;
    margin-bottom: 15px;}

    img, video{
    width: 100%;
    margin-left: 0%;
    margin-top: 5px;
}

    #wide-screen{
    display: block;
}


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 992px) {
    .proj{
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    border-top: 0.75px solid black;
    margin-bottom: 15px;}

    img, video{
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
}

#filter>h3{
    border: 0.75px solid black;
    margin-right: 7px;
    padding: 8px 10px 6px;
    border-radius: 20px;
    transition: padding 0.5s;
    margin-bottom: 0x;
    margin-top: 0px;


}




}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {


    #flex{
        display: flex;
        width: 100%;
        border-bottom: 0.75px solid black;
    }

    #header{
        position: sticky;
        top: 0px;
    }

#wide-screen{
    display:block;
    width: 25%;
    padding-right: 1vw;
    height: 100%;
    margin-top: 10px;
    position: sticky;
    top: 90px;


}

body{
    padding: 10px 30px;
}


#main{
    width: 95%;
    padding-left: 2%;
    border-left: 0.75px solid black;
}


}