#navigation{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    background: #212121;
    /*25a9ce;*/
    position: fixed;
    height: 48px;
    vertical-align: central;
    top:0;
    left: 0;
    z-index: 9;
    opacity: .97;
    color: #f9f7f7;
    font-size: 19px;
    filter: drop-shadow(0px 2px 9px #212121);
}
.nItem{
    text-align: center;
    width: 120px;
    border-left: 4px solid #f7f7f7;
    /*d3f5ff;*/
    /*border-left: 5px solid #0bddcb;*/
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    transition: background 250ms;
    font-family: 'Source Sans Pro', sans-serif;
}
.nItem:Hover{
    background: rgb(255,255,255);
    background: rgba(235,245,255, .125);
}
#mobileNav{
    flex-direction: column;
    z-index: 8;
    opacity: .97;
    color: #f7f7f7;
    font-size: 19px;
    background: #212121;
    position: fixed;
    align-items: flex-end;
    left: 45vw;
    top: 48px;
    min-height: 230px;
}

.mItem{
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 4px solid #f7f7f7;
    /*border-left: 5px solid #0bddcb;*/
    line-height: 48px;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
    width: 55vw;
    /*height: 10vh;*/
    height: 5vh;
    padding-bottom: 2.5vh;
    padding-top: 2.5vh;
    min-height: 23px;
}
.hidden{
    display: none;
}
.shown{
    display: flex;
}
#navExpand{
    display: none;
    font-size: 40px;
    cursor: pointer;
    color: #f9f7f7;
    padding-top: 0;
    
}
#hamburger{
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 0 0 ;
}
.hamburger .hamburger-inner,.hamburger .hamburger-inner:after,.hamburger .hamburger-inner:before {
    background-color: #f7f7f7;
    cursor: pointer;
}
.hamburger:hover{
    opacity: 1;
}
.hamburger-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header{
    margin: 0 0 0;
    padding: 0 0 0;
}
body{
    margin: 0 0 0;
    top: 0;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: inherit;
}
#noahcs{
    font-family: audiowide;
    color: #00fff2;
    font-size: 40px;
    align-self: flex-start;
    padding-right: 25px;
}
#page{
 position: relative;
 margin: 0 0 0;
 top: 48px;
 width: 75vw;
 left: 12.5vw;
 /*background: #e3e5e6;*/
 /*background: rgba(34,44,54, .125);*/
 padding-top: 30px;
 min-height: 95vh;
}
#pageContent{
    min-height: 100%;
    width: 65vw;
    margin-left: 5vw;
    font-family:'Carme', sans-serif;
    color: #252525;
    font-size: 23px;
}
h1{
    /*text-decoration: underline;*/
    margin-bottom: 5px;
    border-bottom: 3px solid #000;
    text-align: left;
    font-family: 'Abril Fatface';
    font-weight: normal;
}
#footer{
       border-top: 5px solid #FFF;
       cursor: pointer;
       margin-top: 48px;
       background: #131516;
       margin-bottom: 0;
}            
#footerContent{
    padding-top: 6.75vh;
    height: 6.75vh;
    width: 100%;
    position: relative;
    text-align: center;
    /*background: #8987c4;*/
    cursor: pointer;
    z-index: 0;
    margin: 0 0 0;
    color: #6f6f6f;
    font-size: 1.15em;
    font-family: 'Lobster', cursive;
    /*font-family: 'Source Sans Pro';*/
}
  #draw{
      width: 100%;
      height: 25vh;
      display: none;
      cursor: pointer;
  }
 .noscroll{
     height: 100%;
     overflow: hidden;
 }
 .link{
    /*text-decoration: underline;*/
    /*color: rgb(100, 100, 100);*/
    border-bottom: 1px solid rgb(150,150,150);
    transition: color 250ms;
}
.link:hover{
    color: rgb(100, 100,100);
}
  /*Styles for Mobile or just really thin viewers. Also picks up 480p and other really "small" screens in terms of pixels. */
  @media screen and (max-width: 1000px){ 
    #navExpand{
        display: block;
    }
    .nItem{
        display: none;
    }
    #page{
        width: 85vw;
        margin-left: 0;
        left: 7.5vw;
    }
    #pageContent{
        width: 75vw;
        margin-left: 5vw;
    }
    #footerContent{
        font-size: 1em;
    }
}
#home{
    width: 100vw;
    height: 45vh;
    color: #212121;
      display: flex;
      justify-content: center;
      align-items: center;
      /*flex-direction: column;*/
}
#text{
    font-size: 3vw;
    white-space: pre-wrap;
}
#likes{
    font-size: 3vw;
}
#nextChar{
    height: 3vw;
    width: .1vw;
    background: #212121;
}
.hiddenSpace{
    visibility: hidden;
}
.highlighted{
    background: #ACCEF7;
}
.hLink{
    color: #EEE;
    background: rgba(0,0,0,.7);
    border-radius: 250px;
    padding-left: 40px;
    padding-right: 40px;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vh;
    transition: all .5s;
}
.hLink:hover{
    background: rgba(0,0,0,.6);
}
#hLinkContainer{
    width: 100vw;
    height: 55vh;
    color: #212121;
     display: flex;
     justify-content: center;
      /*align-items: center;*/
}
.divider{
    height: 2px;
    width: 100%;
    background: #212121;
    margin: 20px 0;
}
