@font-face {
    font-family: 'JejuGothic';
    src: url('../font-assets/JejuGothic-Regular.ttf');
}

@font-face {
    font-family: 'PP NeueBit';
    src: url('../font-assets/PPNeueBit-Bold.eot');
    src: url('../font-assets/PPNeueBit-Bold.otf') format('embedded-opentype'),
         url('../font-assets/PPNeueBit-Bold.woff2') format('woff2'),
         url('../font-assets/PPNeueBit-Bold.woff') format('woff'),
         url('../font-assets/JejuGothic-Regular.ttf')  format('truetype'),
         url('../font-assets/PPNeueBit-Bold.svg NeueBit') format('svg');
}

body{
    margin: 40px;
}

header{
    background-color: white;
    border: solid black 5px;
    background-size: cover;
    width: 100%;
    height: 140px;
    position: relative;
}

main{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: white;
    padding: 10px;
}

article{
    height: 250px;
    width: 300px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay;
}

article:hover{
    background-color: rgba(255, 255, 255, 0);
}

footer{
    bottom: 10px;
    position: relative;
    border: solid 5px black;
    height: 165px;
}

#moreInfo{
   
    
    background-color: white;
    border: solid black 5px;
    
}

#sectionGif{
    height: 1000px;
    width: 1000px;
    background-image: url(../_images/Animation.gif);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}




#DESIGN{
    background-image:url(../_images/3310\ COLLAGE\ EDIT\ 1.png);
    background-size: cover;
    border: solid black 5px;
}
#FASHION{
    background-image: url(../_images/Guluva\ Studios\ 3310\ T-Shirt\ MockUp.png);
    background-size: cover;
    border: solid black 5px;
}
#CULTURE{
    background-image: url(../_images/sclassic\ 2024-03-01\ 072400.957.jpg);
    background-size: cover;
    border: solid black 5px;
}

article div{
    width: 80px;
    height: 80px;
    background-color: #360E33;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50px;
    margin: 0 auto;
    border: solid white 2px;
    padding: 10px;
}

#vector-icon{
    background-image: url("../_images/vector-icon.svg");
}
#photography-icon{
    background-image: url("../_images/photography-icon.svg");
}
#art-icon{
    background-image: url("../_images/art-icon.svg");
}

h1 {
    font-family: 'PP NeueBit';
    font-size: 3em;
    text-align: center;
    color: #112EF1;
    bottom: -150px;
    position: relative;
}

.buttons{
    font-family: 'PP NeueBit';
    font-size: 2.5rem;
    padding: 10px 10px 10px 10px;
    border: solid black 3px;
    width: 50px;
    bottom: 30px;
    left: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);

}

.buttons a{
    text-decoration: none;
    color: #112EF1;
}

.buttons a:visited{
    color: black;
    text-decoration: none;
}

.buttons a:hover{
    text-decoration: underline;
}


.button{
    width: 100px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    padding: 10px;
    margin-top: -37px;
}

.button a:hover{
    text-decoration: underline;
}

.more{
    color: white;
    text-align: center;
    font-family: 'JejuGothic';
    font-size: 1.5rem;
    text-decoration: none;
}

#menu, #close{
    width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    top: 50px;
    right: 30px;
    display: none;
}

#menu{
    background-image: url("../_images/menu.png");
}

#close{
    background-image: url("../_images/close.png");
    z-index: 10;
}

#logo{
    width: 250px;
    height: 200px;
    background-image: url("../_images/0200-Spinning_Logo.gif");
    background-size: cover;
    position: absolute;
    left: 40px;
    top: -50px;
}

#social{
    position: absolute;
    top: 45px;
    right: 45px;
    display: inline-flex;
}

#social p{
    text-align: center;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #112EF1;
    font-weight: bold;
    text-decoration: underline;
}

#social img{
    vertical-align: bottom;
    padding-left: 10px;
    padding-right: 10px;
}

#social li a:hover{

}

#social li a:visited{
}

#socialBottomlinks{
    position: absolute;
    top: 45px;
    right: 45px;
    display: inline-flex;
}

#socialBottomlinks p{
    text-align: center;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #112EF1;
    font-weight: bold;
    text-decoration: underline;
}

#socialBottomlinks img{
    vertical-align: bottom;
    padding-left: 10px;
    padding-right: 10px;
}



#topLinks{
    position: absolute;
    left: 350px;
    top: 30px;
    position: flex;

}

#topLinks ul li{
    display: inline-block;
    font-family: 'PP NeueBit';
    font-size: 2.0rem;
    padding: 10px 10px 10px 10px;
    border: solid black 3px;
}

#topLinks ul li a:link{
    text-decoration: none;
    color: black;
}

#topLinks ul li a:visited{
    text-decoration: underline;
    color: black;
}

#topLinks ul li:hover{
    text-decoration: underline;
    color: black;
}

#topLinks ul li:current{
    color: white;
    background-color: #112EF1;

}

#bottomLinks{
    position: absolute;
    left: 350px;
    top: 30px;
    position: flex;
    left: 20px;


}

#bottomLinks ul li{
    display: inline-block;
    font-family: 'PP NeueBit';
    font-size: 2.0rem;
    padding: 10px 10px 10px 10px;
    border: solid black 3px;
}

#bottomLinks ul li a:link{
    text-decoration: none;
    color: black;
}

#bottomLinks ul li a:visited{
    text-decoration: underline;
    color: black;
}

#bottomLinks ul li:hover{
    text-decoration: underline;
    color: black;
}

#bottomLinks ul li:current{
    color: white;
    background-color: #112EF1;

}



#aboutmeSection{
    border: solid 5px black;
    height: auto;
    padding: 0 20px 0 20px;
}

#aboutmeSection p{
    font-family: 'PP NeueBit';
    font-size: 1.5em;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
    font-style: bold;
    font-size: 2.5em;
}

.portfolioDisplay1{
    color: #112EF1;
    height: 250px;
    border: solid 5px black;
    padding-left: 20px;
    padding-top: 20px;
    background-image: url(../_images/Artboard_2.png);
    background-size:cover;
    background-repeat: none;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay;
    

}

.portfolioDisplay2{
    color: #112EF1;
    height: 250px;
    border: solid 5px black;
    padding-left: 20px;
    padding-top: 20px;
    background-image: url(../_images/Laced_.png);
    background-size:cover;
    background-repeat: none;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay;
    

}

.portfolioDisplay3{
    color: #112EF1;
    height: 250px;
    border: solid 5px black;
    padding-left: 20px;
    padding-top: 20px;
    background-image: url(../_images/FIilm_img3.png);
    background-size:cover;
    background-repeat: none;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay;
}

.portfolioDisplay4{
    color: #112EF1;
    height: 250px;
    border: solid 5px black;
    padding-left: 20px;
    padding-top: 20px;
    background-image: url(../_images/Guluva_Studios_Illustration_.png);
    background-size:cover;
    background-repeat: none;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay;
}

.portfolioDisplay1 p{
    font-family: 'PP NeueBit';
    font-size: 1.5em;
}
 


.portfolioDisplay2 p{
    font-family: 'PP NeueBit';
    font-size: 1.5em;
}

.portfolioDisplay3 p{
    font-family: 'PP NeueBit';
    font-size: 1.5em;
}

.portfolioDisplay1 a{
    text-decoration: none;
}

.portfolioDisplay4 p{
    font-family: 'PP NeueBit';
    font-size: 1.5em;
}

#idimage{
    border: solid 5px black;
    height: 250px;
    width: 250px;
    background-image: url(../_images/self_image.png);
    background-size: contain;
    right: 10px;
    position:relative;
}

#itemOne{ 
    width: 300px;
    height: 400px;
    border: solid 5px black;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

#itemTwo{ 
    width: 300px;
    height: 400px;
    border: solid 5px black;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

#itemThree{ 
    width: 300px;
    height: 400px;
    border: solid 5px black;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}



.merch{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-style: bold;
    text-align: center;
    position: relative;
    top: -45px;
    color: #112EF1;
}



.contactme{
    height: 400px;
    border: solid 5px black;
    background-color: #112EF1;
    padding-left: 20px;
}

.contactme p{
    font-family: 'PP NeueBit';
    font-size: 3.0em;
    color: white;
}

.contactme a{
    color: white;
}

#moreInfo{
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    grid-template-rows: 50% 50%;
    height: 80vh;
    margin: 0px;
    padding: 0px;
}












/*--------Below is the Tablet Styling---------*/

@media  screen and (min-width: 677px) and (max-width: 800px) {
    header{
        height: 305px;
    }
    #menu{
        display: block;
    }
    #logo{
        position: relative;
        margin: 0 auto;
        top: 30px;
        left: 0px;
    }
    #social{
        position: relative;
        top: 0px;
        right: -67%;
        text-align: center;
        margin-top: 10px;
    }
    #topLinks{
        bottom: 0px;
        right: 0px;
        top: 0px;
        left: -100%;
        width: 100vw;
        height: 100vh;
        left: -45px;
        
    }
    #topLinks ul li{
        display: block;
        padding-top: 20px;
        border: none;
        font-size: 1.5em;
        padding-left: 10px;
        transition: 0.5s;
    }
    main{
        flex-direction: column;
    }
    
    article {
        width: 73%;
        margin: 10px auto 10px auto;
    }

    #sectionGif{
        scale: 0.7;
        position: absolute;
        left: -95px;
        transition: 0.5s;

    }

    /*Tablet Drop down Styling*/
    #subMenu1,#subMenu2{
        position: inherit;
        background-color: transparent;
        padding: 10px;
        border: none;
        width: 300px;
        opacity: 1;
    }

    #socialBottomlinks{
        top: 130px;

    }

    footer{
        height: 250px;
    }
}






/*----------Styling for Smartphone screens------------*/

@media screen and (max-width: 676px) {
    header{
        width: 100vw;
        height: 50vh;
    }
    #menu{
        display: block;
    }
    #logo{
        width: 80%;
        position: relative;
        margin: 0 auto;
        left: 20%;
        top: 25%;
        background-size: contain;
        background-repeat: no-repeat;
    }
    #social{
        position: relative;
        top: 10%;
        right: -107px;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        scale: 0.6;
    }
    #social img{
        height: 50px;
        width: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #topLinks{
        bottom: 0px;
        right: 0px;
        top: 0px;
        left: 0px;
        width: 50vw;
        height: 100vh;
        
    }
    #topLinks ul li{
        display: block;
        padding-top: 20px;
        font-size: 1.0em;
        border: none;
    }
    main{
        flex-direction: column;
    }
    
    article {
        width: 73%;
        margin: 10px auto 10px auto;
    }

    #sectionGif{
        scale: 0.5;
        top: -40%;
        right: 260%;
    }

    footer{
        height: 300px;
    }

    #socialBottomlinks{
        top: 180px;
        scale: 0.7;
    }

    /*Smartphone Drop down styling*/



}