html {
}


body {
  cursor: url('w.png'), default;	
    font-family: space;
 }

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


.topnav {
  display: flex;
  justify-content: space-between;
  top: 0;
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  font-family: space;
  color:whitee;
  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%;
}

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

}

.portrait {
  grid-column-start: 1;
  grid-column-end:3;
  color: black;
  padding: 10px 0;
  background-color:none;
   width: 100%;
}

#portrait {
  grid-column-start: 1;
  grid-column-end:4;
  color: black;
  font-size:1.5vw;
  text-align: left;
  background-color:none;
   width: 100%;
}

.text1 {
  grid-column-start: 4;
  grid-column-end:5;
  color: black;
  font-size:1.3vw;
  word-spacing: 0.5pt;
  text-align: left;
  padding: 10px 0;
  background-color:none;
   width: 100%;
}



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

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

.mee{
  grid-column-start: 3;
  grid-column-end: 5;
 background-color:white;
}

#mee{ grid-column-start: 1;
  grid-column-end:2;
  width: 100%;
  height: 100%;
  padding:  0;}

.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:5;
  color: black;
  font-size:3.5vw;
  text-align: center;
  padding: 10px 0;
  background-color:white;
   width: 100%;
  border-style: solid;
  
}


.insta{
     color:black;
    
}

.insta:hover{
     color:grey;
   
}

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;
     
}
