.header {
  position: fixed;
  top: 1vh;
  left: -1vw;
  bottom: 0;
  width: auto;
  z-index: 10; }
  .header:hover {
    cursor: nesw-resize; }
  .header h1 {
    color: white;
    background: #525659;
    margin: 0;
    padding: 4px;
    text-align: left;
    font-weight: normal;
    font-size: 2vh;
    transform: scale(1.4, 0.8);
    transform: rotate(-90deg); }
    .header h1:hover {
      transform: scale(1.1, 1);
      cursor: nesw-resize;
      transform: rotate(-90deg);
      background: white;
      color: blue; }
  .header #menu {
    color: white;
    background: #525659;
    border: 1px solid black;
    position: fixed;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    overflow: auto;
    height: 100vh;
    z-index: -2; }
    .header #menu .txt {
      padding-left: 4vw;
      padding-right: 4vw; }
      .header #menu .txt p {
        font-size: 3vh;
        transform: scale(1, 1.5);
        margin-bottom: 8vh;
        margin-top: 8vh; }

.menu-img {
  left: 0vw;
  z-index: 12;
  height: 100vh;
  position: fixed;
  display: inline-flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: space-around;
  margin: 0;
  padding: 0; }
  .menu-img a:hover {
    filter: blur(1px);
    border-bottom: 1px solid blue; }
  .menu-img .contentheader-img {
    height: auto;
    opacity: 1;
    width: .8vw;
    margin-bottom: .3vh; }

/*# sourceMappingURL=menu.css.map */
