@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Slabo+27px&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Slabo+27px&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;800&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  body main {
    width: 90vw;
  }
  body main .row-one {
    flex-direction: column;
    align-items: center;
  }
  body main .row-one .title {
    margin-top: 10px;
  }
  body main .row-two {
    flex-direction: column;
    margin: 20px 10px;
  }
  body main .row-two div {
    margin: 10px 0;
  }
  body main .row-two div:first-child {
    width: 100%;
  }
  body main .quote {
    width: 100%;
  }
  body .cv-content {
    flex-direction: column;
  }
  body .cv-content .text {
    width: 100%;
  }
  body .cv-content img {
    margin-top: 20px;
  }
  body .cv-content .fourth {
    margin: 0 15px;
  }
  body .whoami-content p {
    width: 100%;
  }
  body .whoami-content .passions {
    flex-direction: column;
  }
  body .whoami-content .passions .one {
    width: 100%;
    margin-right: 0;
  }
  body .whoami-content .passions .two {
    width: 100%;
    margin-left: 0;
  }
}
.cv-content {
  width: 85vw;
  margin: 100px auto;
  display: flex;
  justify-content: center;
  font-family: "Noto Serif", sans-serif;
}
.cv-content .section {
  margin: 15px;
}
.cv-content .section-title {
  font-size: 25px;
  margin: 10px 0;
  background-color: rgb(255, 244, 226);
}
.cv-content .text {
  width: 50%;
}
.cv-content .text .main-title {
  display: inline;
  font-size: 30px;
}
.cv-content .text span {
  color: rgb(119, 118, 118);
  font-size: 13px;
  margin-left: 10px;
}
.cv-content .text p.second-title {
  font-size: 18px;
  font-weight: 600;
}
.cv-content .text .second ul, .cv-content .text .third ul, .cv-content .text .school-grades ul {
  margin: 10px;
}
.cv-content .text .second ul li, .cv-content .text .third ul li, .cv-content .text .school-grades ul li {
  padding: 2px;
}
.cv-content .text .second ul {
  list-style-type: square;
}
.cv-content img {
  width: 450px;
  height: 450px;
  border-radius: 5px;
}
.cv-content .fourth {
  margin: 55px 0;
}

.whoami-content {
  font-family: "Noto Serif", sans-serif;
}
.whoami-content p {
  width: 45%;
  margin: 40px auto;
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
}
.whoami-content .further-information {
  margin: auto;
  margin-bottom: 10px;
  font-size: 15px;
  color: rgb(119, 118, 118);
}
.whoami-content .further-information a {
  color: rgb(119, 118, 118);
  text-decoration: none;
}
.whoami-content .further-information a:hover {
  color: black;
}
.whoami-content .passions {
  display: flex;
  justify-content: space-between;
}
.whoami-content .passions .title {
  background-color: rgb(255, 244, 226);
  width: 100%;
}
.whoami-content .passions .one {
  width: 40%;
  margin-right: 40px;
}
.whoami-content .passions .one img {
  width: 100%;
}
.whoami-content .passions .one .content p:last-child {
  text-align: center;
}
.whoami-content .passions .passion div {
  padding: 5px;
}
.whoami-content .passions .passion div p {
  width: 100%;
  font-size: 20px;
  text-align: left;
}
.whoami-content .passions .two {
  width: 60%;
  margin-left: 40px;
}
.whoami-content .passions .two img {
  width: 100%;
}
.whoami-content .passions .two div span {
  background-color: rgb(255, 244, 226);
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header div {
  font-family: "Great Vibes", sans-serif;
  font-size: 20px;
  margin: 10px;
}
header ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Serif", sans-serif;
}
header ul li a {
  text-decoration: none;
  padding: 10px;
  color: rgb(119, 118, 118);
}
header ul li #selected {
  color: black;
}
header ul li hr {
  margin: 2px 15px;
  border: 0.5px solid black;
}
header ul li a:hover,
header ul li a:active {
  color: black;
}

main {
  width: 85vw;
  margin: 100px auto;
}
main .introduction {
  font-family: "Slabo 27px", sans-serif;
  font-size: 20px;
}
main .row-one {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
main .row-one div {
  font-family: "Noto Serif", sans-serif;
}
main .row-one div .title {
  padding: 0 10px;
  text-align: center;
}
main .row-one div .one {
  font-size: 70px;
  background-color: rgb(255, 244, 226);
  width: 500px;
}
main .row-one div .two {
  font-size: 20px;
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
}
main .row-one div .two a {
  text-decoration: none;
  color: rgb(119, 118, 118);
  font-size: 30px;
}
main .row-one div .two a:hover {
  color: black;
}
main .row-two {
  margin: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
main .row-two div:first-child {
  width: 40%;
  font-family: "Noto Serif", sans-serif;
}
main .row-two div:first-child button {
  background-color: black;
  border-radius: 8px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
}
main .row-two div:first-child button a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
main .row-two div:first-child button:link, main .row-two div:first-child button:hover {
  background-color: rgb(32, 32, 32);
}
main .row-two div:first-child span:first-child {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}
main .row-two .image img {
  width: 100%;
}
main .quote {
  font-family: "Noto Serif", sans-serif;
  margin: 50px auto;
  width: 700px;
  color: black;
  text-align: center;
}
main .quote span {
  font-size: 30px;
  margin-left: 10px;
}
main .quote span span {
  background-color: rgb(255, 244, 226);
}
main .quote .author {
  color: rgb(119, 118, 118);
  font-size: 17px;
}

footer {
  width: 85vw;
  margin: 100px auto;
}
footer p {
  margin-bottom: 20px;
  font-size: 20px;
}
footer div.social {
  display: flex;
  flex-direction: column;
  width: 500px;
  height: 120px;
  flex-wrap: wrap;
}
footer div.social span {
  margin: 5px;
  color: rgb(119, 118, 118);
}
footer div.social span a {
  text-decoration: none;
  color: rgb(119, 118, 118);
}
footer div.social span:hover a {
  color: rgb(119, 118, 118);
}

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

@media screen and (max-width: 1024px) {
  body main {
    width: 90vw;
  }
  body main .row-one {
    flex-direction: column;
    align-items: center;
  }
  body main .row-one .title {
    margin-top: 10px;
  }
  body main .row-two {
    flex-direction: column;
    margin: 20px 10px;
  }
  body main .row-two div {
    margin: 10px 0;
  }
  body main .row-two div:first-child {
    width: 100%;
  }
  body main .quote {
    width: 100%;
  }
  body .cv-content {
    flex-direction: column;
  }
  body .cv-content .text {
    width: 100%;
  }
  body .cv-content img {
    margin-top: 20px;
  }
  body .cv-content .fourth {
    margin: 0 15px;
  }
  body .whoami-content p {
    width: 100%;
  }
  body .whoami-content .passions {
    flex-direction: column;
  }
  body .whoami-content .passions .one {
    width: 100%;
    margin-right: 0;
  }
  body .whoami-content .passions .two {
    width: 100%;
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */