@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
* {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

header {
  text-align: center;
  background-image: url("../img/backgrounds/header.jpg");
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header a {
  color: black;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
}

header a:hover {
  -webkit-text-decoration: underline #592c83;
          text-decoration: underline #592c83;
}

header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background-color: white;
  padding: 4rem;
  border-radius: 1rem;
}

header div h1 {
  font-weight: bold;
  color: #592c83;
}

body > h1 {
  text-align: center;
  background-color: #e7e1ef;
  padding: 1rem 0;
}

section#cv {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#cv a {
  margin-top: 0.5rem;
  padding: 1rem 2rem;
  background-color: #e7e1ef;
  color: #592c83;
  text-decoration: none;
  font-weight: bolder;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 1rem;
}

section#cv a:hover {
  background-color: #592c83;
  color: #e7e1ef;
}

section#exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px;
  gap: 1rem;
}

section#exp h2 a {
  color: black;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
}

section#exp h2 a:hover {
  -webkit-text-decoration: underline #592c83;
          text-decoration: underline #592c83;
}

section#exp > div {
  padding: 1.5rem;
  -ms-flex-preferred-size: 30rem;
      flex-basis: 30rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  border-radius: 1rem;
}

section#exp > div:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

section#exp > div .tags {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.5rem;
  cursor: default;
}

section#exp > div .tags span {
  display: block;
  background-color: #bba8cc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

section#exp > div .tags span:hover {
  background-color: #a38abc;
}

section#exp > div .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap-reverse;
          flex-flow: row wrap-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#exp > div .title span {
  font-weight: bold;
}

section#portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1rem;
  gap: 1rem;
  background-image: url("../img/backgrounds/about.jpg");
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}

section#portfolio .project {
  position: relative;
  background-color: #e7e1ef;
  padding: 1.5rem;
  -ms-flex-preferred-size: 30rem;
      flex-basis: 30rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  border-radius: 1rem;
}

section#portfolio .project:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

section#portfolio .project a {
  color: black;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
}

section#portfolio .project a:hover {
  -webkit-text-decoration: underline #592c83;
          text-decoration: underline #592c83;
}

section#portfolio .tags {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.5rem;
  cursor: default;
}

section#portfolio .tags span {
  display: block;
  background-color: #bba8cc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

section#portfolio .tags span:hover {
  background-color: #a38abc;
}

section#articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1rem;
  gap: 1rem;
}

section#articles h3 {
  text-align: center;
}

section#articles h3 a {
  color: black;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
}

section#articles h3 a:hover {
  -webkit-text-decoration: underline #592c83;
          text-decoration: underline #592c83;
}

section#articles > div {
  padding: 1.5rem;
  -ms-flex-preferred-size: 30rem;
      flex-basis: 30rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

section#articles > div:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

section#articles > div .tags {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.5rem;
  cursor: default;
}

section#articles > div .tags span {
  display: block;
  background-color: #bba8cc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

section#articles > div .tags span:hover {
  background-color: #a38abc;
}

section#articles > div .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap-reverse;
          flex-flow: row wrap-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#articles > div .title span {
  font-weight: bold;
}
/*# sourceMappingURL=styles.css.map */