#list{
  
   display: none;
}
.flexme{
   display: block !important;
}
span {
   text-transform: capitalize;
}
.insta{
   height: 2.5rem;
   width: 2.5rem; 
  float: right;
  position: fixed;
bottom: 0;
right: 0;
margin-right: 6px;
margin-bottom: 6px;
}
.theInsta{
background: url(images/i.png);
height: 100%;
width: 100%;
background-size: cover;
}

.nav{
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
}
.navbarList{
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   margin-top: 5%;
}



