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;
  color:grey;
  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 auto;
  grid-gap: 10px;
  background-color:none;
  padding-left:0px;
  padding-right:0px;
  margin-top: 10px;
  z-index: 3;
   width:50%;
}

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

.title1 {
  grid-column-start: 1;
  grid-column-end:4;
  color: black;
  font-size:1vw;
  text-align:left;
  padding: 10px 0;
  background-color:white;
   width: 100%;
  border-style: solid;
  border-color: black;
  border-width: thin;

}

.hello {
  grid-column-start: 1;
  grid-column-end:5;
  color: black;
  font-size:3vw;
  text-align: left;
  padding: 3px 0;
  background-color:white;
   width: 100%;


}

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


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

}

.text1 {
  grid-column-start: 1;
  grid-column-end:2;
  color: black;
  font-size:1.5vw;
  text-align: left;
  padding: 10px 0;
  background-color:none;
   width: 100%;
}


.text2 {
  grid-column-start: 1;
  grid-column-end:3;
  color: black;
  font-size:1.5vw;
  text-align: left;
  padding: 10px 0;
  background-color:none;
   width: 100%;
}


#texttitle {
  grid-column-start: 4;
  grid-column-end:3;
  color: black;
  font-size:2.5vw;
  text-align: left;
  padding: 10px 0;
  background-color:none;
   width: 100%;
}

.smalltext {
  grid-column-start: 2;
  grid-column-end:3;
  color: black;
  font-size:1.2vw;
  text-align: left;
  padding: 0px 0;
  background-color:none;
    font-family: sans-serif;
   width: 100%;

}

.nextproject {
 grid-column-start: 4;
  grid-column-end:5;
  color: black;
  font-size:3vw;
  text-align: right;
  padding: 0;
  background-color:none;
  font-family: space;
  width: 100%;

}


.group { grid-column-start: 1;
  grid-column-end:5;
  color: black;
  font-size:20px;
  text-align: left;
  padding: 0px 0;
  background-color:none;
   width: 100%;
    
}
.titles {
  grid-column-start: 1;
  grid-column-end:2;
  color: black;
  font-size:45px;
  text-align: center;
  padding: 0px 0;
  background-color:white;
   width: 100%;


}


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

.insta{
     color:black;
    
}

.insta:hover{
     color:grey;
   
}



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

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

a:link:hover{
     color:grey;
    font-family: space;
     text-decoration: none;
}
