html {
  
}


body {
    background-color: black;
  cursor: url('.png'), default;	
 }

@font-face  {
 
font-family: space;
  src: url(NewYork.otf);
    
}

.topnav {
  display: flex;
  justify-content: space-between;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  font-family: space;
color: white;
  z-index: 99;
}

.topnav a {
  float: left;
color: white;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 3.5vw;
  position: -webkit-sticky;
  position: sticky;
  border-style: none;
  background-color: none;
  position: sticky;
  z-index: 99;
 }

.topnav a:hover {
  background-color: none;
  color:grey;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
}



.top-bar-stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
        
}

.grid-container {
  display: grid;
  position: relative;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;

  padding-left:0px;
  padding-right:0px;
  margin-top: 10px;
  z-index: 3;
  
}


.grid-container > div {
}



.item {
  grid-column-start: 1;
  grid-column-end:2;
  color: black;
  font-size: 3vw;
  text-align: left;
  padding: 10px 0;
  background-color:black;
   padding-right: 2px;
}

.project1{
  grid-column-start: 1;
  grid-column-end: 2;
 background-color:none;
padding:  0;
height: 100%;
padding-right: 2px;
        align-content: center;
}


#picture {
  grid-column-start: 1;
  grid-column-end:1;
  width: 33%;
  padding:  0;
 align-content: center;

}




footer {
  padding: 10px 15px;
  text-align: left;
  color: black;
  z-index: 98;
  position: absolute;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 3vw;
  }

a{
     color:black;
    text-decoration: none;
     cursor: efault;	
    font-family: space;
}

a:link{
     color:white;
     cursor: default;	
    font-family: space;
    
}

