*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    transition-duration: 0.4s;
    overflow: hidden;
    font-family: GhostHouse;
}

html{
    scroll-behavior: smooth;
    cursor: url("images/cursor/cursor1.png"), auto;
}
body{
    --nav-height:100px;
    background: linear-gradient(to left, black, white);
    position: relative;
    
}
@font-face {
    font-family: SamanthaSignature;
    src: url("fonts/Samantha_Signature.otf");
}
@font-face {
    font-family: MaukersDemo;
    src: url("fonts/MaukersDemo.otf");
}
@font-face {
    font-family: Karasu;
    src: url("fonts/Karasu\ Free\ Personal\ Use.otf");
}
@font-face {
    font-family: GhostHouse;
    src: url("fonts/Ghost\ House.ttf");
}
.nav{
    background: linear-gradient(to left, black, white);
    position:fixed;
    top: 0; left: 0;
    
    width: 100%;
    z-index: 9999;
    transition: all 300ms ease-in-out;
}

.mainHeader{
    width:100%;
}

.inverseButton{
    color:rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.068);
    float:right;
    font-size:30px;
    padding-right:5px;

    /* padding-top:20px; */
}

.navigation-separator{
    width:100%;
    height:3px;
    background-color: black;
}

.nav--hidden{
    transform: translateY(calc(-1 * var(--nav-height)));
    box-shadow:none;
}

.nameHeader{
    
    /* float:left; */
    padding-left:5px;
    font-size: 30px;
    color: black;
    /* position:absolute; */
}

button{
    transition-duration: 0.0s;
    border: none;
    cursor: url("images/cursor/cursor1_hoverWHITE.png"), auto;
    /* padding:20px 32px;
    font-size: 15px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100;
    border:none;
    transition-duration: 0.4s;
    border-radius: 6px;
    background-color:rgb(0, 0, 0);
    color:white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    cursor: url("images/cursor/cursor1_hoverWHITE.png"), auto; */
}
button:hover{
    border:black;
    border-radius: 10px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.mainPage{
    /* background-image: url("images/background.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.mpspacingNquicklinks{
    display: flex;
    padding-bottom:10px;
    height:400px;
    /* width:100%; */
}

.mainpagespacing1{
    width:45%;
    background-color: rgb(0, 0, 0);
    border: 2px;
    border-style:groove;
    border-color: white;
}

.aboutSpace{
    
    width:25%;
    /* position:fixed; */
    background-color: white;
    border: 2px;
    border-style:groove;
    border-color: black;
    display: grid;
    grid-template-rows: .15fr 1fr;
    grid-template-columns: 1fr;
}

.aboutHeader{
    font-size: 30px;
    color:black;
    /* display: table; */
    text-align: center;
    grid-column-start: 1;
    grid-row-start: 1;
}

.linksinquicklinks{
    text-decoration: none;
    color:black;
    text-align: center;
    display: block;
    cursor: url("images/cursor/cursor1_hover.png"), auto;
}

.mpspacing1{
    width:1%;
}
.mpspacing5{
    width:1%;
}
.mpspacing6{
    width:1%;
}
.mpspacing7{
    width:1%;
}
.mpspacing2{
    width:28%;
    background-color:rgb(0, 0, 0);
    border: 2px;
    border-style:groove;
    border-color: white;
}

.mpspacingNpageDescription{
    display: flex;
    height:400px;
}
.projectSpace{
    width:25%;
    /* padding-left:200px; */
    /* padding-top:300px; */
    background-color: rgb(255, 255, 255);
    border: 2px;
    border-style:groove;
    border-color: black;
    /* display: inline-flex; */
}

.projectsHeader{
    font-size: 30px;
    color:black;
    display: table;
    float: right;
}

.greetingComment{
    color:rgb(0, 0, 0);
    font-size:20px;
    padding-right:20px;
}
.contactSpace{
    width:25%;
    background-color:black;
    border: 2px;
    border-style:groove;
    border-color: white;
}
#contactInfoSection{
    color: white;
    float: right;
    font-size: 30px;
    padding-top: 50px;
    padding-left: 20px;
    opacity: 0;
    position: absolute;
}
#aboutInfoSection{
    color: black;
    background-color: white;
    float: right;
    font-size: 30px;
    padding-top: 50px;
    padding-left: 20px;
    opacity: 0;
    grid-column-start: 1;
    grid-row-start: 2;
}
#aboutinfop1{
    background-color: white;
}

.pageDescriptionTag{
    width:50%;
    
    background-color: rgb(255, 255, 255);
    border: 2px;
    border-style:groove;
    border-color: black;
}

.contactHeader{
    color:white;
    font-size:30px;
    padding-left:30px;
}

.descriptionComment{
    color:rgb(0, 0, 0);
    font-size:20px;
    padding-left:20px;
    padding-right:20px;
}


.rect-an0{
    width: 15%;
    left: 0px;
    float:left;
    height: 3%;
    background-color: rgb(0, 0, 0);
    opacity: .5;
    position:relative;
}
.rect-an1{
    width: 15%;
    top:3%;
    right: 0px;
    float:right;
    height: 3%;
    background-color: rgb(0, 0, 0);
    opacity: .5;
    position:relative;
}

/* Scroll Stuff */

.scroll-down nav{
    transform: translate3d(0, -150%, 0);
}

.scroll-up nav{
    /* filter: drop-shadow(0 -10px 20px rgb(170,170,170)) */
    filter: drop-shadow(0 -10px 20px rgb(170,170,170))
}