

@media (min-width:768px){
html body{
    margin: 0;
    scroll-behavior: smooth;
    height:100%;
    overflow:hidden;
}
    
h1{
    font-family: 'Oswald', sans-serif;
    font-size: 6vw;
}

h2{
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    font-size: 6vw;
}
p{
    font-family: 'Nunito', sans-serif;
    font-size: 2vw;
}
button{
    text-align: center;
    vertical-align: center;
    align-content: center;
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    font-family: 'Oswald', sans-serif;
    font-size: 3.4vw;
    border: solid;
    color: whitesmoke;
}

a{
    transition-duration: 0.2s;

}
a:hover{
    opacity: 0.5;
}

.buttonCtnr{
    width: fit-content;
    height: fit-content;
    background-color: black;
    padding: 7px;
}
/* Content for Page1 */

.videoWrapper{
    background-color:#f2f2f3;
    position: absolute;
    vertical-align: bottom;
    height: inherit;
    width: 100%;
}

.page1{
    background-color: #f2f2f3;
    width:100vw;
    height:100vh;
    max-width: 100%;
    text-align: center;
    z-index: -10000;
}

.page1 img{
    display: none;
}
.page1 .tag{
    position: relative;
    color: whitesmoke;
    display: none;

}

.scrollText{
    position: relative;
    color: whitesmoke;
    display: none;

}


.titleName{
    display: inline-block;
    position:absolute;
    vertical-align: top;
    text-align: center;
    z-index: -1001;
    left: 5vw;
    top: -5vh;
}

.buttonWrapper{
    position: absolute;
    height: 43vh;
    width: 25vw;
    z-index: 1000;
    left:3%;
    bottom: 7%;
}

#fallingVideo{
    width: 100%;
    height: 100vh;
    border-bottom: 1px solid white;
    object-fit: cover;
    z-index: 1001;
    background-size:cover;
}


/* Content for Page 2 */

.page2{
    background-color: #131314;
    width:100vw - 5px;
    height:120vh;
    max-width: 100%;
    text-align: center;
    align-content: center;
    padding: 5px;
    z-index: 2000;
    overflow: hidden;
    padding: 5px;
}

.linebreak{
    position: relative;
    bottom: 8vh;
    width: 98%;
    border: none;
    border-top: 1vh solid white;
}

.portfolioImage{
    position: absolute;
    width: 100vw;
    object-fit: scale-down;
    top: 12vh;
    right: -0.5vw;

}
.wrapperLeft{
    height:100%;
    width:40%;
    float: left;
}

.wrapperRight{
    height:100%;
    width:60%;
    float:right;
    color: #f2f2f3;


}

.portfolioButton{
    z-index: 3000;
    height:100px;
    width:100px;
    position: absolute;
    left:43.5vw;
    bottom: 22vh;
}

#title2{
    display: inline-block;
    color: #f2f2f3;
    margin-bottom: 10px;
    margin-top: 5vh;
}

.page2 .wrapperLeft p{
    color: #f2f2f3;

}


/* Content for Page3 */ 


/*Content for page 4*/

.page4{
    position: relative;
    height: 110vh;
    width: 100vw- 5px;
    background-color: #131314;
    padding: 45px;
    padding-top: 15px;
    scroll-snap-align: start;
    padding-bottom: 5px;
    z-index: 200;
}
.page4 .wrapperRight{
    padding-top: 15px;
    width: 50%;

}
#resumeText{
    text-align: right;
}

#resumeButton{
    float:right;

}
/*Content for page 5*/

.page5{
    height: 100vh;
    width: 100vw - 5px;
    background-color:#bfc7c0;
    scroll-snap-align: start;
    padding: 45px;
}

#contactIMG{
    width: 120%;
    height: 100%;
    object-fit: scale-down;
    top:25vh;
    right: 5vw;
    position: relative;
}
}

/* Portfolio Page Styles */
.menuBar{
    height: 10vh;
    width:100%;
    background-color: rgba(19, 19, 20, 0.75);
    position:fixed;
    z-index: 1000;
}

.featured{
    background-color: #f2f2f3;
    height: 50vh;
    text-align: center;
}
.featured .portfolioButtonWrapper{
    width: 100%;
    text-align: center;
    z-index: -10;
}
.featured button{
    color: black;
    border-color: black;
    font-size: 3vw;
    transition: 0.2s;
}
.featured button:hover{
    opacity: 0.5;
}
.featured h2{
    font-size: 6vw;
    margin-bottom:1.5vw;
}

.tableSection{
    background-color: #131314;
    height:fit-content;
    padding: 15px;
}
.bottom{
    background-color: #f2f2f3;
    height: 15vh;
    padding-bottom: 6vh;
    padding-top: 1vh;
}

table{
    width: 100%;
    height:fit-content;
    border-spacing: 10px;

}

tr{
    height: 45vh;
    width:100%;
}
td{
    transition: 0.5s;
    width: 25%;
    height: 100%;
    border-radius: 0px;
    overflow: hidden ;
    padding:0px;
}

.colSpanTwo{
    width: 50%;
}
td:hover{
    opacity: 0.5;
    background-color: #f2f2f3;
}

.previewImage{
    object-fit: cover;
    width: 100%;
    height: 45vh;
    transition: 0.5s;

}
.previewImage:hover{
    opacity: 0.5;
}
.logoContainer{
    float: left;
}

.menuContainer{
    float:right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.menuContainer button{
    font-size: 2.4vw;
}
/* Resume Page Styles */

@media (max-width:768px){
    html body{
        margin: 0;
        scroll-behavior: smooth;
        height:100%;
        overflow:visible;
    }
        
    h1{
        font-family: 'Oswald', sans-serif;
        font-size: 6vw;
    }
    
    h2{
        font-family: 'Oswald', sans-serif;
        display: inline-block;
        font-size: 10vw;
    }
    p{
        font-family: 'Nunito', sans-serif;
        font-size: 3vw;
    }
    button{
        text-align: center;
        vertical-align: center;
        align-content: center;
        width: fit-content;
        height: fit-content;
        background-color: transparent;
        font-family: 'Oswald', sans-serif;
        font-size: 13vw;
        border: solid;
        color: whitesmoke;
    }
    
    a{
        transition-duration: 0.2s;
    
    }
    a:hover{
        opacity: 0.5;
    }
    
    .buttonCtnr{
        width: fit-content;
        height: fit-content;
        background-color: black;
        padding: 7px;
    }
    /* Content for Page1 */
    
    .videoWrapper{
        background-color:#f2f2f3;
        position:relative;
        vertical-align: bottom;
        height: inherit;
        width: 100%;
    }
    
    .page1{
        background-color: #f2f2f3;
        width:100vw;
        height:100vh;
        max-width: 100%;
        text-align: center;
        z-index: -10000;
        overflow: hidden;
    }
    
    .titleName{
        display: inline-block;
        position:absolute;
        vertical-align: top;
        text-align: center;
        z-index:1002;
        left: 5vw;
        top: -4vh;
        font-size: 15vw;
        color: whitesmoke;
    }
    
    .buttonWrapper{
        position: absolute;
        height: 43vh;
        width: 25vw;
        z-index: 1000;
        left:3%;
        bottom: 7%;
        visibility: collapse;
        display: none;
    }
    
    #fallingVideo{
        width: 100%;
        height: 100vh;
        border-bottom: 1px solid white;
        object-fit: cover;
        z-index: 1001;
        background-size:cover;
        display: none;
    }
    .page1 img{
        position: relative;
        height: 100vh;
        top: -16vh;
        right: 45vh;
        z-index: 100;
    }
    .page1 .tag{
        position: relative;
        z-index: 10000;
        color: whitesmoke;
        top: 18vh;
    }

    .scrollText{
        position: relative;
        z-index: 20002;
        color: whitesmoke;
        top: 80vh;
    }
    
    /* Content for Page 2 */
    
    .page2{
        background-color: #131314;
        width:100vw - 5px;
        height:120vh;
        max-width: 100%;
        text-align: center;
        align-content: center;
        padding: 5px;
        z-index: 2000;
        overflow: hidden;
        padding: 5px;
    }
    
    .linebreak{
        position: relative;
        bottom: 8vh;
        width: 98%;
        border: none;
        border-top: 1vh solid white;
    }
    
    .portfolioImage{
        position: absolute;
        width: 170vw;
        object-fit: scale-down;
        top: 12vh;
        right: -38vw;
    
    }
    .wrapperLeft{
        height:100%;
        width:40%;
        float: left;
    }
    
    .wrapperRight{
        height:100%;
        width:60%;
        float:right;
        color: #f2f2f3;
    
    
    }
    
    .portfolioButton{
        z-index: 3000;
        height:100px;
        width:100px;
        position: absolute;
        left:25vw;
        bottom: 40vh;
    }
    
    #title2{
        display: inline-block;
        color: #f2f2f3;
        margin-bottom: 10px;
        margin-top: 5vh;
    }
    
    .page2 .wrapperLeft p{
        color: #f2f2f3;
    
    }
    
    
    /* Content for Page3 */ 
    
    
    /*Content for page 4*/
    
    .page4{
        position: relative;
        height: 110vh;
        width: 100vw- 5px;
        background-color: #131314;
        padding: 45px;
        padding-top: 15px;
        scroll-snap-align: start;
        padding-bottom: 5px;
        z-index: 200;
        text-align:center;
        align-content: center;
    }
    .page4 .wrapperRight{
        padding-top: 15px;
        width: 60%;
    
    }

    .page4 button{

        font-size: 7vw;
    }
    .page4 .wrapperLeft{
        float:none;
        text-align: right;
        width: 80%;
    }

#hfVid{
    position: relative;
    bottom: 30vh

}

    .page4 .wrapperRight{

        float: none;
        height: fit-content;
        margin: none;
        align-content: center;
        text-align: left;
    }
    /*Content for page 5*/
    
    .page5{
        height: 100vh;
        width: 100vw - 5px;
        background-color:#bfc7c0;
        scroll-snap-align: start;
        padding: 45px;
        overflow: hidden;
    }
    
    #contactIMG{
        width: 250%;
        height:fit-content;
        object-fit: scale-down;
        top:20vh;
        right: 55vw;
        position: relative;
    }
    
    
    /* Portfolio Page Styles */
    .menuBar{
        height: 10vh;
        width:100%;
        background-color: rgba(19, 19, 20, 0.75);
        position:fixed;
        z-index: 1000;
    }


    
    .featured{
        background-color: #f2f2f3;
        height: 50vh;
        text-align: center;
    }
    .featured .portfolioButtonWrapper{
        width: 100%;
        text-align: center;
        z-index: -10;
    }
    .featured button{
        color: black;
        border-color: black;
        font-size: 6vw;
        transition: 0.2s;
    }
    .featured button:hover{
        opacity: 0.5;
    }
    .featured h2{
        font-size: 10vw;
        margin-bottom: 1.5vw;
        margin-top: 20vh;
    }
    
    .tableSection{
        background-color: #131314;
        height:fit-content;
        padding: 15px;
    }
    .bottom{
        background-color: #f2f2f3;
        height: 15vh;
    }
    
    table{
        width: 100%;
        height:fit-content;
        border-spacing: 10px;
    
    }
    
    tr{
        height: 45vh;
        width:100%;
    }
    td{
        transition: 0.5s;
        width: 25%;
        height: 100%;
        border-radius: 0px;
        overflow: hidden ;
        padding:0px;
    }
    td:hover{
        opacity: 0.5;
        background-color: #f2f2f3;
    }
    
    .previewImage{
        object-fit: cover;
        width: 100%;
        height: 45vh;
        transition: 0.5s;
    
    }
    .previewImage:hover{
        opacity: 0.5;
    }
    .logoContainer{
        float: left;
    }
    
    .menuContainer{
        float:right;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .menuContainer button{
        font-size: 5vw;
    }

}



