@font-face {
  font-family: "Comic";
  src: url("fonts/ComicNeue-Regular.ttf");
  font-weight: 400;
}

body {
  margin: 0px;
  font-family: "Comic", sans-serif;
}
main {
  margin: 0px auto;
  position: relative;
}
header {
  padding-top: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-bottom: 1px rgb(138, 138, 138) solid;
  height: 53px;
  z-index: 200;
}
header nav {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin: 0px auto;
  margin-top: 10px;
}

header nav a {
  display: block;
  border: 1px rgb(216, 216, 216) solid;
  border-radius: 10px;
  cursor: pointer;
  background: #f1ffff;
  color: black;
  text-decoration: none;
  padding: 6px 4px;
}

header nav a:hover {
  background: #e2f6ff;
}

.animated_text_container {
  position: absolute;
  width: 100%;
  height: 61px;
  overflow: hidden;
  background: linear-gradient(rgb(238, 250, 255), white);
}
.animated_text {
  font-size: 7px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  color: rgb(199, 199, 199);
  left: 0px;
  top: 0px;
  z-index: 100;
}
.content {
  width: 90%;
  margin: 0px auto;
  text-align: center;
}
.introduction {
  padding-top: 30px;
  letter-spacing: 0.4px;
  width: 80%;
  margin: 0px auto;
  text-align: justify;
  line-height: 20px;
}

.cv {
  padding-top: 60px;
  text-align: center;
  width: 80%;
  margin: 0px auto;
}

.cv h4,
.cv > section {
  display: inline-block;
  vertical-align: top;
  margin: 21px 0px;
}
.cv h4 {
  width: 22%;
  text-align: right;
}
.cv > section {
  width: 65%;
  text-align: left;
  margin-left: 100px;
}
.top-video {
  width: 40%;
}
@media only screen and (max-width: 1290px) {
  .cv {
    width: 100%;
  }
  .introduction {
    width: 100%;
  }
  .cv > section {
    margin-left: 65px;
  }
  .cv h4 {
    width: 24%;
  }
  .content .top-img {
    width: 100%;
  }
}
@media only screen and (max-width: 1075px) {
  .cv h4 {
    font-size: 15px;
  }
  .content .top-img {
    width: 100%;
  }
}
@media only screen and (max-width: 1012px) {
  .cv h4 {
    width: 34%;
  }
  .cv > section {
    width: 50%;
  }
  .content .top-img {
    width: 100%;
  }
  
}
@media only screen and (max-width: 718px) {
  .cv h4 {
    width: 30%;
    font-size: 14px;
  }
  .cv > section {
    /* width: 47%; */
    /* margin-left: 20px; */
    font-size: 14px;
  }
  .content .top-img {
    width: 100%;
  }
}
@media only screen and (max-width: 642px) {
  .cv h4 {
    font-size: 12px;
    width: 40%;
  }
  .cv > section {
    width: 50%;
    margin-left: 30px;
  }
  .content .top-img {
    width: 100%;
  }
}
@media only screen and (max-width: 433px) {
  .cv h4 {
  }
  .cv > section {
    font-size: 12px;
  }
  .content .top-img {
    width: 100%;
  }
  .top-video {
    width: 100%;
  }
}
@media only screen and (max-width: 410px) {
  .cv h4 {
  }
  .cv > section {
    margin-left: 10px;
  }
  .content .top-img {
    width: 100%;
  }
}
@media only screen and (max-width: 397px) {
  .cv h4 {
    font-size: 11px;
  }
  .cv > section {
    margin-left: 5px;
  }
  .content .top-img {
    width: 100%;
  }
}
/* @media only screen and (max-width: 323px) {
  .cv h4 {
    font-size: 12px;
  }
  .cv > section {
    font-size: 12px;
  }
} */
.profile_img {
  width: 90%;
  border-radius: 0px 25px;
}
.cv p {
}
.cv > section > p:first-child {
  margin-top: 0px;
}

.cv p a {
  color: black;
}

.cv section p img {
  vertical-align: top;
  margin-right: 4px;
}

footer {
  height: 300px;
}

#mydiv {
  position: absolute;
}



