html {
}


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

body {

 }

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

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

.topnav a:hover {
  background-color: white;
  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 {
font-family: sans-serif;
  display: grid;
  position: relative;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  background-color:none;
  padding-left:0px;
  padding-right:0px;
  margin-top: 10px;
  z-index: 3;
   width: 100%;
}

.grid-container > div {
 width: 100%;
}



.group { grid-column-start: 1;
  grid-column-end:5;
  color: none;
  font-size:0px;
  text-align: center;
  padding top: 50px;
   margin-top: 3rem;
  background-color:none;
   width: 100%;
    
}
.titles {
  grid-column-start: 1;
  grid-column-end:5;
  color: black;
  font-size:3.5vw;
  text-align: left;
  padding: 10px 0;
  background-color:white;
   width: 100%;
     z-index: 99;

}

.project2{
  grid-column-start: 1;
  grid-column-end: 4;
 background-color:white;
   height: 100%;
 z-index: 90;
}



#picture{
  grid-column-start: 1;
  grid-column-end:4;
  width: 100%;
  height: 100%;
  padding:  0px;
align-content: center;
   
}

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


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

a:link{
     color:black;
    font-family: space;
    
}

a:hover{
     color:grey;
    font-family: space;
     
}

a:active{
     color:grey;
    font-family: space;
     
}
