* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

html,
body {
  width: 100%;
  overflow: auto;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: "KoPubWorldBatangLight";
  background-image: url("../images/dither_it_tree2.png") !important;
  background-position-y: 50vh;
  background-repeat: repeat-x;
  background-size: cover;
}

#mobile-bck-image {
  display: none;
}

#bird {
  width: 7vw;
  position: relative;
  top: 1vh;
  left: 2vw;
  z-index: 1;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: flying;
  animation-timing-function: linear;
  overflow: hidden;
  /* IE and Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
}

#bird::-webkit-scrollbar {
  display: none;
}

@keyframes flying {
  /* Element one fully ON screen at left-edge of container. */
  from {
    transform: translateX(2vw);
  }
  /* Element one fully OFF screen (just beyond left-ledge of container). */
  to {
    transform: translateX(95vw);
  }
}
#bird img {
  width: 100%;
  transform: rotateY(180deg);
}

ul li {
  list-style: square;
}

li a,
p a {
  text-decoration: underline;
  color: blue;
}

#black-link {
  color: black;
}

.wrapper {
  background-color: transparent !important;
  /* border: 1px solid red; */
  position: fixed;
  z-index: 0;
  /*new*/
  width: 75vw;
  height: 88.5vh;
  overflow-y: scroll;
  /* IE and Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
  border-radius: 0;
  top: 50.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* justify-content: space-around; */
  overflow-y: auto;
}

.wrapper::-webkit-scrollbar {
  display: none;
}

.col {
  background-color: rgb(255, 255, 255);
  overflow-y: auto;
  box-shadow: 0 0 36px #51a953;
  border: 1px dotted green;
}
.col1 {
  width: 60%;
  border-right: 1px dotted green;
}

.col2 {
  width: 40%;
}

.main-section {
  display: block;
  width: 95%;
  margin: 0 auto 0rem auto;
}

.main-section h2 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.html,
.css {
  border: 1.5px dotted green;
  border-radius: 50%;
  padding: 0rem 0.25rem 0.1rem 0.25rem;
  cursor: pointer;
}

#html,
#css {
  display: none;
  position: relative;
  margin-top: 1vh;
  margin-bottom: 1vh;
  background-color: rgb(211, 239, 198);
  color: black;
  font-family: "Sligoil-Micro Regular";
  font-size: 0.85rem;
  line-height: 1.45;
}

#colofon {
  margin-top: 2vh;
}

#colofon p {
  font-family: "KoPubWorldBatangLight";
}

#colofon p a {
  color: blue;
}

#sound-colofon,
#images-colofon {
  margin-top: 2vh;
}

#zine-box {
  width: 100%;
}

#zine-box img {
  width: 100%;
}

.main-title {
  font-family: "Sligoil-Micro Regular";
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1.5px dotted green;
  border-radius: 50%;
}

section {
  /* margin-top: 2.4rem; */
  padding: 0.5rem 1rem;
}

.questions {
  margin-top: 1.6rem;
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-radius: 0.5rem;
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  /* box-shadow: 4px -4px 8px rgb(166, 170, 166); */
}

.questions li {
  margin-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.75rem;
}

.questions li:hover {
  text-shadow: 2px 2px 4px rgb(157, 192, 140);
}

h1 {
  font-size: 2.4rem;
}

#h2-pro-title,
#h2-pro-title2 {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 1.4rem;
  border: 1.5px dotted green;
  border-radius: 50%;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}

p,
ul li {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
}

details summary {
  cursor: pointer;
}

.pro-title summary {
  font-family: "Sligoil-Micro Regular";
  font-weight: bold;
  font-size: 0.95rem;
}

.pro-title {
  font-family: "Sligoil-Micro Regular";
  font-size: 0.95rem;
  position: relative;
  top: 0.125vh;
}

.highlight {
  background-color: rgb(249, 238, 138);
  padding-bottom: 0.175rem;
}

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

  section {
    padding: 0.75rem 1rem;
  }

  .col1 {
    width: 57.5%;
  }

  .main-section {
    width: 92.5%;
  }

  h1 {
    font-size: 3rem;
    line-height: 1.5;
  }
  /*.main-title = h1*/
  .main-title {
    width: 62%;
    border: 1.65px dotted green;
  }

  .main-section h2 {
    margin-bottom: 1.15rem;
    font-size: 1.8rem;
  }

  #h2-pro-title,
  #h2-pro-title2 {
    font-size: 1.15rem;
    line-height: 1.6rem;
    margin-bottom: 1.8rem;
    border: 1.65px dotted green;
  }

  p,
  ul li {
    font-size: 1.15rem;
    line-height: 1.95rem;
    line-height: 1.6;
    margin-top: 0.75rem;
  }
}

/******Laptop Big******/
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    font-size: 16px;
  }

  html,
  body {
    width: 100%;
    overflow: auto;
  }

  body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    font-family: "KoPubWorldBatangLight";
    background-image: url("../images/dither_it_tree2.png") !important;
    background-position-y: 50vh;
    background-repeat: repeat-x;
    background-size: cover;
  }

  #mobile-bck-image {
    display: none;
  }

  #bird {
    width: 7vw;
    position: relative;
    top: 1vh;
    left: 2vw;
    z-index: 1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: flying;
    animation-timing-function: linear;
    overflow: hidden;
    /* IE and Edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none;
  }

  #bird::-webkit-scrollbar {
    display: none;
  }

  @keyframes flying {
    /* Element one fully ON screen at left-edge of container. */
    from {
      transform: translateX(2vw);
    }
    /* Element one fully OFF screen (just beyond left-ledge of container). */
    to {
      transform: translateX(95vw);
    }
  }
  #bird img {
    width: 100%;
    transform: rotateY(180deg);
  }

  ul li {
    list-style: square;
  }

  li a,
  p a {
    text-decoration: underline;
    color: blue;
  }

  #black-link {
    color: black;
  }

  .wrapper {
    background-color: transparent !important;
    /* border: 1px solid red; */
    position: fixed;
    z-index: 0;
    /*new*/
    width: 75vw;
    height: 88.5vh;
    overflow-y: scroll;
    /* IE and Edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none;
    border-radius: 0;
    top: 50.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-around;
    overflow-y: auto;
  }

  .wrapper::-webkit-scrollbar {
    display: none;
  }

  .col {
    background-color: rgb(255, 255, 255);
    overflow-y: auto;
    box-shadow: 0 0 36px #51a953;
    border: 1px dotted green;
  }
  .col1 {
    width: 60%;
    border-right: 1px dotted green;
  }

  .col2 {
    width: 40%;
  }

  .main-section {
    display: block;
    width: 95%;
    margin: 0 auto 0rem auto;
  }

  .main-section h2 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }

  .html,
  .css {
    border: 1.5px dotted green;
    border-radius: 50%;
    padding: 0rem 0.25rem 0.1rem 0.25rem;
  }

  #colofon {
    margin-top: 2vh;
  }

  #colofon p {
    font-family: "KoPubWorldBatangLight";
  }

  #colofon p a {
    color: blue;
  }

  #sound-colofon,
  #images-colofon {
    margin-top: 2vh;
  }

  #zine-box {
    width: 100%;
  }

  #zine-box img {
    width: 100%;
  }

  .main-title {
    font-family: "Sligoil-Micro Regular";
    font-weight: normal;
    text-align: center;
    margin-bottom: 1.5rem;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1.5px dotted green;
    border-radius: 50%;
  }

  section {
    /* margin-top: 2.4rem; */
    padding: 0.5rem 1rem;
  }

  .questions {
    margin-top: 1.6rem;
    margin-top: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-radius: 0.5rem;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
    /* box-shadow: 4px -4px 8px rgb(166, 170, 166); */
  }

  .questions li {
    margin-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.75rem;
  }

  .questions li:hover {
    text-shadow: 2px 2px 4px rgb(157, 192, 140);
  }

  h1 {
    font-size: 2.4rem;
  }

  #h2-pro-title,
  #h2-pro-title2 {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 1.4rem;
    border: 1.5px dotted green;
    border-radius: 50%;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  p,
  ul li {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-top: 0.5rem;
  }

  details summary {
    cursor: pointer;
  }

  .pro-title summary {
    font-family: "Sligoil-Micro Regular";
    font-weight: bold;
    font-size: 0.95rem;
  }

  .pro-title {
    font-family: "Sligoil-Micro Regular";
    font-size: 0.95rem;
    position: relative;
    top: 0.125vh;
  }

  .highlight {
    background-color: rgb(249, 238, 138);
    padding-bottom: 0.175rem;
  }
}

/******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) {
  body {
    overflow-x: hidden;
    display: block;
    background-image: none !important;
  }

  .wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    overflow-x: hidden;
  }

  .main-title {
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: 1.5rem;
    width: 92%;
    background: radial-gradient(white, rgb(213, 239, 201)) !important;
  }

  .col {
    width: 100%;
    overflow-x: hidden;
    background: transparent;
    border-top: none;
  }

  .col2 {
    border-bottom: none;
  }

  #h2-pro-title,
  #h2-pro-title2 {
    font-size: 1.6rem;
    line-height: 1.45;
  }

  .main-section {
    margin-left: 5vw;
  }

  .main-section h2 {
    font-size: 1.2rem;
  }

  .main-section h3 {
    font-size: 1rem;
  }

  p {
    font-size: 1rem;
  }

  #sound-colofon,
  #images-colofon {
    margin-top: 2vh;
  }

  #bird {
    width: 12vw;
    position: fixed;
    top: 11vh;
    left: 2vw;
    z-index: 1;
  }
}
