*{
    padding: 0;
    margin: 0;
}

#Wrapper{
    font-family: 'Gluten', cursive;
    max-width: 100vw;
    overflow: hidden;
}
#Header{
    margin: 1vh;
}

#Logo{
    margin-right: 1vh;
}

#Logo button{
    padding: 200%;
}

.logo-main{
    width: 15vw;
    height: 15vh;

    background-image: url(./images/Logo.png);
    border-radius: 10px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    transition: width, 1s, height, 1s;

}

.logo-main:hover, .logo-alt:hover{
    cursor: pointer;
}

.logo-alt{

    width: 20vw;
    height: 10vh;


    background-image: url(./images/Logo.png);
    background-size: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;


    transition: width, 1s, height, 1s;
}

.header-main button, .header-alt button{
    background-color: rgb(37, 34, 34);
    border: 0ch;

    height: 100%;
    font-size: 100%;
}

.header-main{
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
}


.header-alt{

    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;

    display: flex;


    height: 5vh;
}


/* Section-1 */
#Section-1{
    width: 99vw;


    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.landing{
    background-image: url("./images/Site_Main/me-technical.png");

}

.artist{
    background-image: url("./images/Site_Main/me-artist.png");

}

.design{
    background-image: url("./images/Site_Main/me-designer.png");

}

.game{
    background-image: url("./images/Site_Main/me-game.png");
    background-size: 40%;

}

#Top-Buttons{
    text-align: right;

    padding: 2vh;



}

#Top-Buttons i{
    padding: 10px;
    height: 100%;
}

#Top-Buttons i:hover{
    color: lightskyblue;
    cursor: pointer;
}

.active{

    color: lightskyblue;
}

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

}

.top-socials{
    position: absolute;
    bottom: 0;
    right: 0;

    font-size: 2rem;
}



.top-socials .bi-youtube:hover{

    color: #e62117;
    opacity: 1;
}


.top-socials .bi-linkedin:hover{

    color: #0077b5;
    opacity: 1;
}

.top-socials .bi-facebook:hover{

    color: #3b5998;
    opacity: 1;
}


.top-socials .bi-twitter:hover{

    color: #08a0e9;
    opacity: 1;
}



#Landing-Text{

position: absolute;

margin-left: 20%;
margin-top: 10%;




}

/* Section-2 */

#category-button-selection{
    display: flex;
    justify-content: space-evenly;

    align-items: center;

    z-index: 100;
    width: 100%;
    padding:  0vw 9vw;

    padding-top: 5vh;
}

#category-button-selection button{
    width: 100%;
    height: 5vh;
    transition: height ,.4s;

}

#category-button-selection button:hover{
    width: 100%;
    height: 7vh;

    transition: height ,.4s;
}

#category-button-selection button:focus{
    width: 120%;
    height: 7vh;

}


#Portfolio-Wrapper{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
}


#Portfolio-Section{
    width: 100%;
    height: 100%;

    padding: 10px;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(auto, 1fr);
    gap: 10px;

}



.tech:hover, .art:hover, .design-piece:hover, .game-piece:hover{

    opacity: 1;

    transition: opacity .3s;

}

.titleBG{
    background-color: #56cbf50c;
     width: 100%;
     height: 20%;
     border-radius: 10px;

     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: center;
}

.portfolio_settings:hover .titleBG{
    background-color: #56CAF5;
    transition: background-color 1s;
}

.titleBG h1{
    font-size:.8em;
}

.tech, .art, .design-piece, .game-piece{
    
    aspect-ratio: 1 / 1;
    width: 20vw;
    border-radius: 10px;

    opacity: .9;

    transition: opacity .3s;

}


.tech .info{
    background-color: #B94D26;
}

.tech .moreInfo h1{
    color: white;
}

.art .info{
    background-color: #572A43;
}

.art .moreInfo h1{
    color: white;

}

.design-piece .info{

    background-color: #56CAF5;
}

.design-piece .moreInfo h1{
    color: white;

}

.game-piece .info{
    background-color: rgb(255, 255, 255);
}

.game-piece .moreInfo h1{
    color: white;

}



/* Section-3 */
#Section-3{
    
    display: flex;
    flex-direction: column;

    align-items: center;
    text-align: center;

    padding: 5vh;

    background-color: rgb(37, 34, 34);
    color: white;
}

#Speil{
    padding-top: 5vh;
    width: 80%;

    font-size: 1.5rem;

    
}


/* Section-4 */


#Footer{
    display: flex;

    height: 100%;

    justify-content:space-evenly;

    padding: 5vh;



}

#Reach-Out{

    width: 200px;
    height: 200px;
    
    background-image: url(./images/teeth.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}


.bottom-socials{
    font-size: 4rem;

}



.bi-youtube:hover , .bi-linkedin:hover, .bi-facebook:hover, .bi-twitter:hover{
    cursor: pointer;
}

.bottom-socials .bi-youtube{

    color: #e62117;
}


.bottom-socials .bi-linkedin{

    color: #0077b5;
}

.bottom-socials .bi-facebook{

    color: #3b5998;
}


.bottom-socials .bi-twitter{

    color: #08a0e9;
}

#Scroll-Top{
    display: none; font-size: 3rem; position: fixed; bottom: 0; right: 0;

    opacity: .8;

    color: white;
    padding: 5vh;
    padding-bottom: 35vh;
}

@media only screen and (max-width: 1200px){

    #Portfolio-Section{
        height: 100%;
    
        padding: 10px;
    
        justify-content: center;
    
        display: grid;
    
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    
    }

}


@media only screen and (max-width: 900px){

    #Portfolio-Section{
        height: 100%;
    
        padding: 10px;
    
        justify-content: center;
    
        display: grid;
    
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    
    }

}

@media only screen and (max-width: 600px){

    #Header{
        padding-left: 10px;
    }

    #Header .btn{
        font-size: .8rem;
    }
.logo-main{
    position: fixed;
    z-index: 100;
    top: 30px;

    margin:0 auto;

    width: 50vw;
}


.logo-alt{
    position: fixed;
    z-index: 100;
    top: 30px;

    width: 25vw;
    height: 10vh;
    background-color: khaki;
}

#Header-Buttons{
    flex-direction: column;

    margin-top: 18vh;
}

.header-alt{

    flex-direction: column;
}

#Top-Buttons{
    padding-top: 50vh;
    text-align: center;
    margin-right: 0;
}

.top-socials{
    right: inherit;
    bottom: inherit;

    width: 100%;

    text-align: center;
}


.tech, .art, .design-piece, .game-piece{
    
    aspect-ratio: 1 / 1;

    min-width: 80%;

}

#Tech-Art-Title{
    flex-wrap: wrap;

    align-items: center;
}

#Tech-Art-Title h1{
    
    font-size: 2rem;
    width: 50%;

    text-align: center;
}

#Portfolio{
    width: 80%;
}



#Portfolio-Section{
    height: 100%;

    padding: 10px;

    justify-content: center;

    display: grid;

    grid-template-columns: .8fr;
    gap: 10px;

}

#Speil{
    width: 100%;
}


#Section-CV{
    width: 100vw;

    height: 90vh;
    background-image: url(./images/Nathaniel_CV_2021.png);
    background-size: contain;


}

#Footer{
    flex-wrap: wrap;

    text-align: center;

    width: 100;
}

#Footer h3{
    font-size: 1rem;
}


#Reach-Out{
    margin: 2.5vh;
}

#Contacts{
    font-size: 12;
}

}