@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v16/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxY.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v16/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNe.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v16/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftWyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKeg7z.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtGyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPsmyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzTtw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgo6eA.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3Ttw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvTtw.ttf) format('truetype');
}
@media screen and (max-width: 600px) {
  .about {
    display: flex;
    flex-direction: column;
  }
  .about * > p,
  .about * > h3,
  .about * > pfp > img {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ubuntucinnamon + .ubuntucinnamon-text {
    display: block;
  }
  .ristretto + .ristretto-text {
    display: block;
  }
  .ubuntucinnamon-text,
  .ristretto-text {
    display: block;
    align-content: center;
    text-align: center;
    justify-content: center;
    padding: 0px;
  }
  .contact-row {
    flex-direction: column;
  }
}
.standard-margin {
  margin-left: 20%;
  margin-right: 20%;
}
.hr-footer {
  height: 0px;
  padding: 0px;
  margin: 0px;
  color: #282A36;
}
br {
  width: 50px;
}
body {
  font-family: "Ubuntu";
  background-color: #282A36;
  color: #F8F8F2;
}
a:link,
a:visited {
  color: #F8F8F2;
  text-decoration: none;
}
nav {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #44475a;
  margin-left: 2em;
  margin-right: 2em;
  border-radius: 10px;
}
nav > a {
  flex: 1;
  display: block;
  align-content: center;
  text-align: center;
  justify-content: center;
  border-left: 1px solid white;
}
nav > a:hover {
  background-color: #7f839e;
}
nav > .first {
  border-left: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
nav > .last {
  border-right: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page-hr {
  border-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 20px;
  border-left-color: #7f839e;
  border-right-color: #7f839e;
  border-top-color: #7f839e;
  border-bottom-color: #44475a;
}
.page-hr-inv {
  border-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 20px;
  border-left-color: #7f839e;
  border-right-color: #7f839e;
  border-bottom-color: #7f839e;
  border-top-color: #44475a;
}
header {
  display: flexbox;
  justify-content: center;
  align-content: center;
  text-align: center;
}
header > .name {
  font: red;
  border-radius: 10px;
  border-color: black;
  border-spacing: 10 10;
}
footer {
  justify-content: center;
  align-content: center;
  text-align: center;
  background-color: #6272A4;
}
footer > * > a > img {
  max-width: 20%;
}
footer > div {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.about-ctr {
  margin-left: 20%;
  margin-right: 20%;
}
.about-ctr > h1 {
  text-align: center;
  padding-left: 30px;
}
.about {
  display: flex;
  margin: 10px;
  margin-bottom: 20px;
  gap: 100px;
  animation: fadein 0.5s;
}
.projects {
  margin-left: 20%;
  margin-right: 20%;
  gap: 100px;
  padding-bottom: 20px;
  text-align: center;
  align-content: center;
  justify-content: center;
}
.projects > h1 {
  padding-left: 30px;
}
.projectlist > div {
  display: block;
  flex-direction: column;
  padding: 20px;
}
.ubuntucinnamon,
.ristretto {
  align-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #3e4153;
  padding: 10px;
  border-radius: 20px;
}
.ubuntucinnamon-text,
.ristretto-text {
  align-content: center;
  text-align: center;
  justify-content: center;
  display: none;
  animation: fadein 0.5s;
}
.ubuntucinnamon:hover {
  animation: fadeinuc 0.5s;
  animation-fill-mode: forwards;
}
.ristretto:hover {
  animation: fadeinristretto 0.5s;
  animation-fill-mode: forwards;
}
.ubuntucinnamon:hover + .ubuntucinnamon-text {
  display: inline-block;
}
.ristretto:hover + .ristretto-text {
  display: inline-block;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinuc {
  from {
    background: #3e4153;
  }
  to {
    background: #DD682A;
  }
}
@keyframes fadeinristretto {
  from {
    background: #3e4153;
  }
  to {
    background: brown;
  }
}
.construction {
  text-align: center;
  align-content: center;
  color: white;
  background-color: orange;
}
.construction > h1,
.construction > h5 {
  color: white;
  background-color: orange;
}
header {
  padding: 10px;
}
.contact {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
}
.contact-row {
  display: flex;
  justify-content: center;
  gap: 3em;
}
.contact-row * > img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 20px;
  /* background: @currentline; */
}
.gh {
  filter: invert(1);
}
.mail {
  filter: grayscale(1);
}
.linkedin-img {
  align-items: center;
}
.vl {
  border-left: thin solid #F8F8F2;
}
