@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:3px 0px 5px 0px;
    border-bottom: 0.75px solid black;
    z-index: 20;

}



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

}

#name{
    flex-basis: 95%;
    height: fit-content;
}




#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(144, 144, 144);
    color: white;
    padding:8px 20px 6px;
    font-weight: bolder;

}

#filter h3.active{
  background-color: rgb(144, 144, 144);
  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;
    overflow: hidden;
    
}

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




#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{
    display: block;
    text-align: center;
}

.year{
    margin-top: 25px;
}



/* text styling */

h1{
    font-family: cirka;
}

h2{
    font-family: cirka;
    font-weight: 1000;
}

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

h4{
    font-family: cirka;
    font-style: italic;
}

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

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

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

img:hover, video:hover{
    filter: brightness(0.4);
}

/* #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;
}

#header-flex>img{
    width: 35px;
    height: 35px;
    padding-right: 10px;
    
}

#header-flex>a>h1{
    margin-left: 20px;
}

}


/* 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: none;
}


#header-flex>img{
    width: 45px;
    height: 45px;
    padding-right: 10px;
    
}

#header-flex>a>h1{
    margin-left: 20px;
}

h1{
    font-size: 19px;
}

h2{
    font-size: 17px;
}

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


}

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

    img, video{
    width: 95%;
    margin-left: 5%;
    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;
}

#header-flex>img{
    width: 50px;
    height: 50px;
    margin-left: 0%;
    margin-top: 0px;
    
}

h1{
    font-size: 21px;
}

h2{
    font-size: 18px;
}

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



}



/* 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:flex;
    flex-direction: column;
    justify-content:space-between;
    width: 20%;
    padding-right: 1.5vw;
    height: calc(100vh - 120px);
    margin-top: 10px;
    position: sticky;
    top: 100px;
}

#wide-screen>h3{
    margin-top: -5px;
    font-size: 16px;
}

h3>a:hover{
    font-style: italic;
}

body{
    padding: 10px 30px;
}


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

#filter{
    padding-left: 1.5vw;
}

.desc{
    padding-left: 1.5vw;
}

#credits{
    display: none;
}


}