@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
* {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}
.underline-animation {
  background-size: 0 1px;
  transition: color 1s, background-size 1s;
  background-position: 10% 100%;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  background-image: linear-gradient(#2c94ff, #2c94ff);
}
.underline-animation:hover {
  background-size: 100% 1px;
}
.shadow-box {
  box-shadow: 2px 2px 16px rgba(1, 1, 1, 0.3);
  padding: 0.5em;
  border-radius: 0.5em;
}
a {
  text-decoration: none;
  color: #575757;
  font-weight: bold;
}
a:hover {
  color: #2c94ff;
}
a.animated {
  background-size: 0 1px;
  transition: color 1s, background-size 1s;
  background-position: 10% 100%;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  background-image: linear-gradient(#2c94ff, #2c94ff);
}
a.animated:hover {
  background-size: 100% 1px;
}
a.highlighted {
  box-shadow: 2px 2px 16px rgba(1, 1, 1, 0.3);
  padding: 0.5em;
  border-radius: 0.5em;
  background-color: lightcoral;
  box-shadow: 2px 2px 16px #f08080a6;
  color: white;
  transition: background-color 1s;
  padding: 0.5em 1em;
}
a.highlighted:hover {
  background-color: #ff4b4b;
}
a.arrow::before {
  content: "→";
  padding-left: 0;
  padding-right: 15px;
  transition: padding 1s;
}
a.arrow:hover::before {
  padding-left: 10px;
  padding-right: 5px;
}
body {
  margin: 0;
  overflow-x: hidden;
}
body #wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 43em) {
  body #wrapper {
    display: block;
  }
}
body #wrapper aside {
  order: 2;
}
body #wrapper aside nav {
  flex: 1 1 auto;
  background-color: #eee;
  display: none;
  width: 100%;
  padding: 1em;
}
body #wrapper aside footer {
  background-color: #eee;
  width: 100%;
  padding: 1em;
}
body #wrapper aside footer a ~ p {
  margin-top: 0;
}
@media (min-width: 43em) {
  body #wrapper aside {
    height: 100%;
    min-width: 17em;
    width: 25%;
    max-width: 23em;
    float: left;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #wrapper aside nav {
    display: unset;
    flex: 1 1 auto;
  }
  body #wrapper aside nav #logo {
    width: 100%;
  }
}
body #wrapper #main {
  max-width: 91.5em;
  flex: 1;
}
@media (min-width: 43em) {
  body #wrapper #main {
    overflow: auto;
    margin-left: min(max(17em, 25%), 23em);
  }
}
body #wrapper #main #main-nav {
  min-height: 4em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 43em) {
  body #wrapper #main #main-nav {
    justify-content: left;
    margin-left: 1.5em;
  }
}
body #wrapper #main #main-nav a {
  margin: 0.5em;
}
body #wrapper #main #sub-nav {
  box-shadow: 2px 2px 16px rgba(1, 1, 1, 0.3);
  padding: 0.5em;
  border-radius: 0.5em;
  padding: 1.5em 0 1.5em 1.5em;
  margin: 1.5em;
}
@media (min-width: 43em) {
  body #wrapper #main #sub-nav {
    display: none;
  }
}
body #wrapper #main #content {
  padding: 1.5em 1.5em 0;
}
body #wrapper #main #content img {
  max-width: 100%;
  max-height: 70vh;
}
body #wrapper #main #content img.right {
  margin: 0 auto;
  display: block;
  height: 30vmin;
  min-height: 200px;
}
@media (min-width: 65em) {
  body #wrapper #main #content img.right {
    float: right;
    margin: 0 4em;
  }
}
body #wrapper #main #content h1 {
  color: #c83b3b;
  font-size: 2em;
  text-align: center;
}
@media (min-width: 65em) {
  body #wrapper #main #content h1 {
    text-align: left;
  }
}
body #wrapper #main #content h2 {
  color: #333333;
  font-size: 1.5em;
  text-align: center;
}
@media (min-width: 65em) {
  body #wrapper #main #content h2 {
    text-align: left;
  }
}
body #wrapper #main #content p {
  text-align: justify;
  max-width: 100vh;
}
body #wrapper #main #content p br{
  content: "";
  margin: 2em;
  display: block;
  font-size: 24%;
}
body #wrapper #main #content .social a {
  background-size: 0 1px;
  transition: color 1s, background-size 1s;
  background-position: 10% 100%;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  background-image: linear-gradient(#2c94ff, #2c94ff);
  display: flex;
  align-items: center;
  width: max-content;
  margin: 1.5em auto;
}
body #wrapper #main #content .social a:hover {
  background-size: 100% 1px;
}
body #wrapper #main #content .social a img {
  height: 2em;
  filter: grayscale(0.3);
  transition: grayscale 1s;
}
body #wrapper #main #content .social a p {
  margin-left: 0.5em;
}
body #wrapper #main #content .social a:hover img {
  filter: grayscale(0);
}
@media (min-width: 65em) {
  body #wrapper #main #content .gallery .box-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5em;
  }
  body #wrapper #main #content .gallery .box-container .box {
    margin: 0 1.5em;
    flex: 1 1 30em;
  }
}
body #wrapper #main #content .gallery .box-container .box {
  box-shadow: 2px 2px 16px rgba(1, 1, 1, 0.3);
  padding: 0.5em;
  border-radius: 0.5em;
  margin-bottom: 1.5em;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
}
body #wrapper #main #content .gallery .box-container .box.empty {
  align-self: start;
  padding: 0;
  margin: 0 1.5em;
}
body #wrapper #main #content .gallery .box-container .box p {
  flex: 1;
}
body #wrapper #main #content .gallery .box-container .box p ~ p {
  margin-top: 0;
}
