/* Media screen only for desktop */
@media screen and (min-width: 1200px) {
  body #contact {
    margin-top: 15%;
  }

  body #info-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 20%;
    width: 70%;
    left: 15%;
  }

  body .ner {
    font-size: 15px;
    padding-right: 0;
    padding-bottom: 0;
    width: 50%;
    text-align: start;
    padding-top: 0;
  }
  body .zurag {
    right: 0;
    transform: translate(0, 0);
  }
  body .bio {
    padding-top: 20%;
    font-size: 15px;
    max-width: 90%;
  }
}
html,
body {
  align-items: center;
}

.ms-container {
  width: 100%;
  min-height: 100%;
}

#top-screen {
  background: url(../../gfx/1.gif) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contact {
  margin-top: 70%;
}

#contact > a:link {
  margin-bottom: 30px;
  color: #000000;

  text-decoration: none;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 4px;
}
#contact > a:hover {
  color: #84dddc;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #84dddc;
}

/* Info Section */

#info-container {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 20%;
  left: 10%;
}

.ner {
  /* padding-left: 5%; */
  /* padding-right: 10%; */
  padding-bottom: 20%;
  font-size: 30px;
  width: 100%;
  line-height: 1.2;
  padding-top: 10%;
  text-align: center;
}
.ner h2 {
  padding-right: 13%;
}
.zurag {
  position: relative;
  /* top: 50%; */
  left: 20%;
  padding-left: 7%;

  text-align: center;
}
.bio {
  padding-top: 10%;
  max-width: 90%;
  font-size: 30px;
  line-height: 1.8;
  text-align: start;
}

/* Info Section */
