/*header class is .home*/
.home {
  background-color: transparent;
  position: fixed;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 88.5vh;
  font-family: "Sligoil-Micro Regular" !important;
  overflow-y: hidden;
  background-size: 10%;
  background-repeat: repeat;
  /* background-image: url("../images/roof1.jpg"); */
  /* background-size: 50%; */
}

.home nav {
  position: relative;
  width: 100%;
  height: 100vh;
}

.home nav ul {
  position: absolute;
  /* width: 100%; */
  /* height: 95vh; */
  width: 3.5vw;
  margin-top: 0.5vh;
}

.home nav ul a {
  line-height: 1.6;
  text-decoration: none !important;
}

.horizontal,
.vertical {
  position: relative;
}

.horizontal {
  /* outline: 1px solid red; */
  position: relative;
  left: 0vw;
}

.vertical {
  /* outline: 1px solid green; */
}

.horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 15vw;
  height: 5vh;
}

.vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 3.5vw;
  height: 34.1vh;
  top: -0.5vh;
}

.home nav li {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  list-style: none;
  color: black;
  cursor: pointer;
  border: 2px dotted rgb(255, 255, 255);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: lighter !important;
  /* font-weight: bold; */
  box-shadow: 0px 0px 8px rgb(166, 170, 166);
  border-radius: 0px !important;
}

/* #colofon {
  box-shadow: 0px -4px 8px rgb(166, 170, 166);
} */

/*Each list has id*/

#letmezine,
#workshop,
#podcast,
#htmlzineclub {
  margin-top: 0;
}

/* #letmezine,
#htmlzineclub {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
} */

#podcast,
#workshop,
#letmezine,
#htmlzineclub {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

footer {
  position: absolute;
  top: 0.5vh;
  left: 59vw;
}

footer p {
  font-size: 0.7rem !important;
}

footer p a {
  line-height: 0 !important;
  cursor: pointer;
}

#fund-logo {
  width: 11vw;
  display: inline-block;
  position: relative;
  left: 0.25vw;
}

#mobile-footer {
  display: none;
}

/*Desktop HIDPI 1920 x 1080 https://blisk.io/devices*/
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .home {
    height: 86vh;
  }

  .home nav ul {
    width: 4.5vw;
  }

  .home nav li {
    font-size: 1.15rem;
    line-height: 1.95rem;
  }

  .vertical {
    width: 4.5vw;
  }

  #podcast,
  #workshop,
  #letmezine,
  #htmlzineclub {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  footer {
    left: 62vw;
  }

  footer p {
    font-size: 0.775rem !important;
  }
}

/******Laptop Big******/
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
}

/******Laptop Small******/
@media only screen and (min-width: 921px) and (max-width: 1279px) {
}

/******Mobile Portrait******/
@media only screen and (min-device-width: 360px) and (max-device-width: 920px) and (orientation: portrait) {
  .home {
    z-index: 1;
    width: 9vw;
  }

  footer {
    display: none;
  }

  #mobile-footer {
    position: relative;
    top: 12vh;
    top: 6vh;
    left: 0;
    margin-bottom: 15vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
  }

  #mobile-footer p {
    margin-top: 0;
  }

  #mobile-fund-sentence {
    text-align: center;
  }

  #mobile-fund-logo {
    width: 45%;
    position: relative;
    top: 0.1vh;
    left: 0.5vw;
  }
}
