@font-face {
    font-family: uncut;
    src: url(assets/SVG/Uncut.ttf);
}



@media (min-device-width: 800px){

html::-webkit-scrollbar {
    display: none;
}

body {
    font-size: clamp(5px, 1.8vw, 16px);
    font-family: uncut;
    font-weight: 450;
    color: #005eff;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden; /* Hide horizontal overflow for the body */
    overflow-y: hidden; /* Allow vertical scrolling */
}


.nav {
    margin: 20px;
    width: calc(100% - 40px);
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
}

.nav img {
    display: block;
    height: 1.6em;
}

#email {
    grid-column-start: 2;
    width: 100%;
    margin: 0;
    display: block;
}

#about {
    grid-column-start: 3;
    display: block;
    width: 100%;
    text-wrap: pretty;
}

p {
    margin: 0;
}

h1{
    font-size: clamp(5px, 1.8vw, 16px);
    font-family: uncut;
    font-weight: 450;
    color: #005eff;
    margin: 0;
}


h2{
    font-size: clamp(5px, 1.8vw, 16px);
    font-family: uncut;
    font-weight: 450;
    color: #005eff;
    margin: 0;
}

#title h1{
    margin-bottom: 10px;
}

#client h2{
    margin-bottom: 14px;
}


#semi {
    opacity: 0.5;
}

#emailaddy:hover {
    text-decoration: underline;
}



#footeremailaddy:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: #005eff;
}


#email a:hover{
    text-decoration: underline;
}


#email #Contact{
    display: block;

} 

.contact-content{
    display: none;
    margin-bottom: 20px;
    margin-top: 2px;
}

.about-content{
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.design-assets {
    overflow-x: auto; /* Allow horizontal scrolling */
    overflow-y: hidden; /* Hide vertical overflow */
    position: absolute;
    bottom: 20px;
    display: flex;
    width: 100%; /* Ensure it takes the full width */
    white-space: nowrap; /* Prevent line breaks */
}

.design-assets::-webkit-scrollbar {
    display: none; /* Hide scrollbar for .projects */
}




.projects {
    overflow-x: auto; /* Allow horizontal scrolling */
    overflow-y: hidden; /* Hide vertical overflow */
    position: absolute;
    bottom: 20px;
    display: none;
    width: 100%; /* Ensure it takes the full width */
    white-space: nowrap; /* Prevent line breaks */
}

.projects::-webkit-scrollbar {
    display: none; /* Hide scrollbar for .projects */
}




.photography {
    overflow-x: auto; /* Allow horizontal scrolling */
    overflow-y: hidden; /* Hide vertical overflow */
    position: absolute;
    bottom: 20px;
    display: none;
    width: 100%; /* Ensure it takes the full width */
    white-space: nowrap; /* Prevent line breaks */
}

.photography::-webkit-scrollbar {
    display: none; /* Hide scrollbar for .projects */
}


#individual {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}


#individual img {
    display: block;
    height: 50vh;
}



.photography #individual{
    background-color: #005eff;
}

.footerdiv {
    margin-left: 20px;
    display: inline-block;
}



#client {
    opacity: 0.5;
}


#mobbreak{
    display: none;
}



.arrow img{
    width: 20px;
    rotate: -135deg;
}

.arrow{
    position: absolute;
}

.click{
    position: absolute;
    transform: translate(-50%, -40%);
}

.scroll{
    position: absolute;
    transform: translate(-50%, -40%);
}


.footer{
    display: inline-block;
    width: calc(100vw / 3 - 5px);
    bottom: 0;
    height: 50vh;
    position: absolute;
}

.footerinsides p{
    margin-top: 20px;
}


.footerinsides{
    margin-top: -20px;
}

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


#copyright{
    display: none;
}

.copyrightfooter{
    bottom: 0;
    height: 50vh;
    position: absolute;
    margin-left: calc(100vw / 3 + 15px)
}



#arrowable:hover{
    text-decoration: underline;
}



#backarrow{
    display: none;
}

#external:hover{
    text-decoration: underline;
}






}




/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********\
/******** MOBILE CSS STARTS HERE ********/






@media (max-device-width: 800px){


html::-webkit-scrollbar {
    display: none;
}



body{
    font-size: clamp(15px, 1.8vw, 16px);
    font-family: uncut;
    font-weight: 500;
    color: #005eff;
    margin: 0;
    padding: 0;
}


p {
    margin: 0;
}

a{
    text-decoration: none;
    color: #005eff;
}

h1{
    font-size: clamp(15px, 1.8vw, 16px);
    font-family: uncut;
    font-weight: 500;
    color: #005eff;
    margin: 0;
}


h2{
    font-size: clamp(15px, 1.8vw, 16px);
    font-family: uncut;
    font-weight: 500;
    color: #005eff;
    margin: 0;
}

#client h2{
    opacity: 0.5;
}

.nav{
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: calc(100% - 40px);
    text-wrap: pretty;
}

.nav img{
    width: 60%;
}

#email{
    margin-top: 70px;
    order: 1;
    display: block;
}

#semi{
    opacity: 0.5;
}

#about{
    text-wrap: pretty;
    margin-top: 70px;
    width: 75%;
    display: flex;
    order: 2;
    margin-bottom: 10vh;
}

#projectabout{
    text-wrap: pretty;
    margin-top: 70px;
    width: 75%;
    display: flex;
    order: 3;
    margin-bottom: 10vh;
}

.design-assets{
    margin-left: 20px;
    margin-right: 20px;
}


.projects{
    margin-left: 20px;
    margin-right: 20px;
}

.individual{
    margin-top: 25vh;
}

.noclickindividual img{
    width: 100%;
    margin-top: 20px;
}

#clickableimage img{
    width: 100%;
}

#title{
    text-decoration: none;
    width: 10%;
}

#client{
    opacity: 0.5;
    text-decoration: none;
}

#desktopdash{
    display: none;
}


.footer{
    height: 100vh;
    display: flex;
}


.footerinsides{
    height: auto;
    width: 100%;
    margin: auto;
    padding-bottom: 40px;
}


.footerinsides p{
    margin-top: 20px;
}

#desktopcopyright{
    display: none;
}


#arrowable{
    display: none;
}

#backarrow{
    margin-bottom: 10vh;
    width: 25px;
    rotate: -135deg;
}


#email #Contact{
    display: block;

} 

#email a{
    line-height: 20px;
}

.contact-content{
    display: flex;
    margin-bottom: 20px;
    margin-top: 2px;
}

.about-content{
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
}



.photography::-webkit-scrollbar {
    display: none; /* Hide scrollbar for .projects */
}




.photography{
    margin-top: 25vh;
    margin-left: 20px;
    margin-right: 20px;
}


.photography img{
    width: 100%;
    margin-top: 20px;
}


}