html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    cursor: default;
    scroll-behavior: smooth;
}

#wrapper {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(10, 10%);
    grid-template-rows: repeat(18, 100px);
}

#navbar {
    display: flex;
    height: 80%;
    width: 100%;
    grid-column: 1/11;
    grid-row: 1/2;
    align-self: first baseline;
    background-color: #2d2d2d;
    z-index: 1;
}

#navbarname {
    display: flex;
    font-size: 18px;
    color: #ffffff;
    grid-column: 1/3;
    grid-row: 1/2;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    bottom: 2vh;
    right: 1.5vw;
    opacity: 0.95;
}

#navbartexts {
    display: flex;
    font-size: 13px;
    color: #ffffff;
    opacity: 0.85;
    grid-column: 6/11;
    grid-row: 1/2;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    bottom: 2vh;
    padding-right: 12vw;
    padding-left: 10vw;
}

#homebgright {
    display: flex;
    background-color: #1f2020;
    grid-column: 5/11;
    grid-row: 2/7;
    height: 103.5%;
    align-self: center;
    position: relative;
    bottom: 2vh;
    z-index: 1;
}

#homebgleft {
    display: flex;
    background-color: #c9c9c9;
    grid-column: 1/5;
    grid-row: 2/7;
    height: 103.5%;
    align-self: center;
    position: relative;
    bottom: 2vh;
    z-index: 1;
}

#myportfoliotext {
    display: flex;
    grid-column: 5/8;
    grid-row: 3/5;
    font-size: 95px;
    color: #ffffff;
    z-index: 2;
    opacity: 0.95;
    position: relative;
    left: 10vw;
    bottom: 8vh;
    font-weight: 600;
}

#myportfoliostyleline {
    display: flex;
    grid-column: 7/11;
    grid-row: 3/4;
    height: 1%;
    width: 93%;
    background-color: #ffffff;
    z-index: 2;
    justify-self: right;
    position: relative;
    top: 3vh;
}

#portfoliodescription {
    display: flex;
    grid-column: 5/9;
    grid-row: 5/6;
    font-size: 12px;
    color: #ffffff;
    z-index: 2;
    position: relative;
    left: 10vw;
    opacity: 0.7;
    font-weight: lighter;
}

#explorebutton {
    display: flex;
    grid-column: 5/6;
    grid-row: 5/6;
    font-size: 12px;
    background-color: #ffffff;
    color: black;
    position: relative;
    left: 10vw;
    z-index: 2;
    width: 85%;
    height: 40%;
    align-self: center;
    align-items: center;
    justify-content: center;
    top: 5vh;
    font-weight: 535;
    opacity: 0.95;
}

#glowbutton {
    display: flex;
    grid-column: 6/7;
    grid-row: 5/6;
    font-size: 12px;
    background-color: #1f2020;
    color: #ffffff;
    position: relative;
    left: 9vw;
    z-index: 2;
    width: 85%;
    height: 40%;
    align-self: center;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    top: 5vh; 
}

#homeprojects {
    display: flex;
    grid-column: 1/5;
    grid-row: 2/6;
    width: 55%;
    height: 65%;
    justify-self: center;
    align-self: center;
    background-color: #777777;
    z-index: 2;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1f2020;
    position: relative;
    flex-direction: column;
}

#projectsbg {
    display: flex;
    grid-column: 1/11;
    grid-row: 8/16;
    background-color: #1f2020;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    bottom: 17vh;
}

#projectsnavbar {
    display: flex;
    height: 5%;
    width: 100%;
    grid-column: 1/11;
    grid-row: 7/8;
    background-color: #2d2d2d;
    z-index: 1;
    position: relative;
    bottom: 0.5vh;
}

#projectstitle {
    display: flex;
    grid-column: 4/8;
    grid-row: 9/10;
    font-size: 65px;
    color: #ffffff;
    opacity: 0.95;
    z-index: 2;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    position: relative;
    bottom: 20vh;
}

#projectstitleline {
    display: flex;
    grid-column: 5/7;
    grid-row: 10/11;
    background-color: #ffffff;
    height: 1%;
    width: 80%;
    justify-self: center;
    position: relative;
    z-index: 2;
    bottom: 20vh;
}

#projectsproject1, #projectsproject2, #projectsproject3, #projectsproject4 {
   display: flex;
    background-color: #c9c9c9;
    border-radius: 7px;
    z-index: 2;
    width: 72%; 
    justify-self: center;
    height: 190%;
    position: relative;
}

#projectsproject1 {
    grid-column: 2/4;
    grid-row: 10/11;
    top: 3vh;
    right: 3.5vw;
}

#projectsproject2 {
    grid-column: 4/6;
    grid-row: 9/10;
    top: 9vh;
    right: 2vw;
}

#projectsproject3 {
    grid-column: 6/8;
    grid-row: 10/11;   
    top: 3vh;
}

#projectsproject4 {
    grid-column: 8/10;
    grid-row: 9/10;
    top: 9vh;
    left: 2vw;
}

#projectsprojecttitle1, #projectsprojecttitle2, #projectsprojecttitle3, #projectsprojecttitle4 {
    display: flex;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    justify-content: center;
    z-index: 2;
    opacity: 0.95;
    position: relative;
    bottom: 5vh;
}

#projectsprojecttitle1 {
    grid-column: 2/4;
    grid-row: 13/14;
    bottom: 10vh;
    right: 3.5vw;
}

#projectsprojecttitle2 {
    grid-column: 4/6;
    grid-row: 12/13;
    bottom: 4vh;
    right: 2vw;
}

#projectsprojecttitle3 {
    grid-column: 6/8;
    grid-row: 13/14;
    bottom: 10vh;
}

#projectsprojecttitle4 {
    grid-column: 8/10;
    grid-row: 12/13;
    bottom: 4vh;
    left: 2vw;
}

#bottombgfill {
    display: flex;
    grid-column: 1/11;
    grid-row: 14/19;
    width: 100%;
    height: 100%;
    background-color: #1f2020;
    z-index: 1;
}

#mycontacttitle {
    display: flex;
    grid-column: 5/9;
    grid-row: 15/16;
    font-size: 65px;
    color: #ffffff;
    z-index: 2;
    opacity: 0.95;
    position: relative;
    left: 7vw;
    bottom: 14vh;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

#mycontacttitleline{
    display: flex;
    grid-column: 6/7;
    grid-row: 16/17;
    height: 1%;
    width: 75%;
    background-color: #ffffff;
    z-index: 2;
    justify-self: right;
    position: relative;
    bottom: 15vh;
    left: 2vw;
}

#mycontactinfotext {
    display: flex;
    grid-column: 6/9;
    grid-row: 16/17;
    font-size: 13px;
    color: #ffffff;
    z-index: 2;
    position: relative;
    left: 4.2vw;
    opacity: 0.7;
    font-weight: lighter;
    bottom: 6vh;
}

#instaicon, #discordicon, #emailicon {
    display: flex;
    color: #ffffff;
    z-index: 2;
    grid-column: 6/7;
    position: relative;
    text-decoration: none;
    opacity: 0.7;
    height: 1%;
    width: 1%;
}

#instaicon, #instaicontext {
    grid-row: 17/18;
    bottom: 6vh;
    font-size: 17px;
    left: 4.2vw; 
}

#discordicon, #discordicontext {
    grid-row: 17/19;
    top: 4vh;
    font-size: 15px;
    left: 4vw; 
}

#emailicon, #emailicontext {
    grid-row: 18/19;
    bottom: 3vh;
    font-size: 16px;
    left: 4.1vw; 
}

#instaicontext, #discordicontext, #emailicontext {
    display: flex;
    color: #ffffff;
    z-index: 2;
    grid-column: 6/7;
    position: relative;
    left: 6.5vw;
    font-size: 13px;
    opacity: 0.9;
    text-decoration: none;
    opacity: 0.7;
    height: 1%;
    width: 1%;
}

#aboutmetitle {
    display: flex;
    grid-column: 3/7;
    grid-row: 15/16;
    font-size: 65px;
    color: #ffffff;
    z-index: 2;
    opacity: 0.95;
    position: relative;
    right: 15vw;
    top: 17vh;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

#aboutmeline {
    display: flex;
    grid-column: 3/4;
    grid-row: 16/17;
    height: 1%;
    width: 70%;
    background-color: #ffffff;
    z-index: 2;
    justify-self: right;
    position: relative;
    top: 15vh;
    right: 9vw;
}

#aboutmetext {
    display: flex;
    grid-column: 2/5;
    grid-row: 16/17;
    font-size: 13px;
    color: #ffffff;
    z-index: 2;
    position: relative;
    left: 3.8vw;
    opacity: 0.7;
    font-weight: lighter;
    top: 23vh;
}

#home, #projects, #aboutme, #contact, #explorebutton, 
#projectsproject1, #projectsproject2, #projectsproject3, #projectsproject4 {
    cursor: pointer;
}

#projectsproject1, #projectsproject2, #projectsproject3, #projectsproject4 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#projectsproject1:hover, #projectsproject2:hover, 
#projectsproject3:hover, #projectsproject4:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

* {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}