@charset "UTF-8";
.home #definition {
  text-align: center;
  list-style-position: inside;
}
.home #tagline {
  text-align: center;
  padding-bottom: 0.5rem;
  text-wrap: balance;
}
.home #tagline > div {
  padding: 0 2.5rem;
}
.home #tagline p {
  margin: 0;
}
.home .hero {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .home .hero {
    margin-top: 6rem;
  }
}
.home #about {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .home #about {
    margin-top: 6rem;
  }
}
.home #skills ul {
  list-style-position: inside;
  padding-left: 1rem;
}
@media only screen and (min-width: 500px) {
  .home #skills ul {
    columns: 2;
    -webkit-columns: 2;
    list-style-position: inside;
  }
}
.home #projectlist {
  list-style: none;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.home #projectlist .nav-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  height: 80%;
  width: 100px;
  z-index: 1;
  text-align: center;
  font-size: 80px;
  cursor: pointer;
}
.home #projectlist .nav-arrow i {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.home #projectlist .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
}
.home #projectlist .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.home #projectlist .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.home #projectlist .slick-dots li button:before {
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: white;
}
.home #projectlist .slick-dots li button:hover:before, .home #projectlist .slick-dots li button:focus:before {
  opacity: 1;
}
.home #projectlist .slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.home #projectlist a {
  text-align: center;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  height: 300px;
  flex: 1;
  color: #fff;
  text-shadow: 2px 2px #000;
  margin-left: 6px;
}
.home #projectlist a .label {
  background: rgba(0, 0, 0, 0.7);
  margin: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  bottom: 0;
  min-width: calc(100% - 2rem);
}
.home #projectlist [data-project=retroban] {
  background-image: url("images/projects/2024_retroban/retroban.png");
}
.home #projectlist [data-project=narrative_games] {
  background-image: url("images/projects/2023_narrative_games/jandj_03.png");
}
.home #projectlist [data-project=suguru] {
  background-image: url("images/projects/2021_suguru/suguru_1.png");
}
.home #projectlist [data-project=education21cc] {
  background-image: url("images/projects/2019_education21cc/logistics-101.png");
}
.home #projectlist [data-project=joynme] {
  background-image: url("images/projects/2018_joynme/joynme_02.png");
}
.home #projectlist [data-project=ct_ignaz] {
  background-image: url("images/projects/2018_ct_ignaz/screenshot_3.png");
}
.home #projectlist [data-project=tekentoverkist] {
  background-image: url("images/projects/2018_tekentoverkist/tekentoverkist_unity.png");
}
.home #projectlist [data-project=karmatha] {
  background-image: url("images/projects/2017_karmatha/code.png");
}
.home #projectlist [data-project=immersivelanguage] {
  background-image: url("images/projects/2015_immersivelanguage/screenshot.png");
}
.home #projectlist [data-project=bartertown] {
  background-image: url("images/projects/2015_bartertown/screenshots/game01.png");
  background-position: calc(50% - 85px) 50%;
}
.home #projectlist [data-project=utopolis] {
  background-image: url("images/projects/2014_utopolis/screenshots/carthagenians.png");
  background-position: calc(50% - 50px) 50%;
}
.home #contact input, .home #contact textarea {
  width: 100%;
  padding: 0.75rem;
  box-sizing: border-box;
  border: 0;
  margin-bottom: 1rem;
  border-bottom: 4px solid #fff;
  font-size: 1rem;
}
.home #contact input:focus,
.home #contact textarea:focus {
  border-bottom-color: #1c74bc;
}
.home #contact input:focus-visible,
.home #contact textarea:focus-visible {
  outline: 0;
  box-shadow: none;
}
.home #contact input[type=submit] {
  color: #fff;
  background: #1c74bc;
  border-bottom-color: #1c74bc;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.home #contact input[type=submit][disabled] {
  pointer-events: none;
}
.home #contact input[type=submit]:hover {
  background: #1c74bc;
  border-bottom-color: #fff;
}
.home #contact textarea {
  resize: none;
  min-height: 180px;
}
.home #contact .links {
  list-style: none;
  margin-left: 20px;
}
.home #contact .links li {
  position: relative;
  margin-bottom: 0.5rem;
}
.home #contact .links li i {
  width: 25px;
  position: absolute;
  top: 5px;
  left: -35px;
  text-align: center;
  text-shadow: 1px 1px 2px #1b36ff;
}
@media only screen and (max-width: 575px) {
  .home .hide-sm {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .home .hide-xs {
    display: none;
  }
}
.home .show-xs {
  display: none;
}
@media (max-width: 359.98px) {
  .home .show-xs {
    display: inline;
  }
}
.home #formerror {
  color: #1b36ff;
}

/*# sourceMappingURL=home.css.map */