@font-face {
  font-family: "Neutraface Bold";
  src: url("fonts/Neutraface2Display-Bold.woff") format("woff");
}
@font-face {
  font-family: "Neutraface Titling";
  src: url("fonts/Neutraface2Display-Titling.woff") format("woff");
}
.trans-opacity-transform {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#header {
  width: 100%;
  height: 50px;
}
#header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#header nav a {
  display: block;
  padding: 10px 30px;
}
#header nav a.active {
  color: #000;
}
.footer {
  background-color: #231e2c;
  padding: 0.5em;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .footer {
    font-size: calc(12px + 2 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .footer {
    font-size: 14px;
  }
}
.section-header {
  padding: 2em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-header h2 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  margin: 0px;
}
@media screen and (min-width: 500px) {
  .section-header h2 {
    font-size: calc(20px + 10 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .section-header h2 {
    font-size: 30px;
  }
}
.section-body {
  max-width: 1600px;
  margin: 0px auto;
  padding: 0 20px;
}
.section-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0;
}
.top {
  min-height: 400px;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top {
    height: calc(80vh - 100px);
  }
}
.top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .container {
    flex-direction: column-reverse;
  }
}
.top .text {
  color: #6a98f7;
  font-family: 'Roboto Slab', sans-serif;
  position: relative;
  z-index: 2;
}
.top .text strong {
  color: #fdf6fd;
}
.top .text p {
  font-size: 2.5vw;
}
@media screen and (max-width: 768px) {
  .top .text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .top .text p {
    font-size: 35px;
  }
}
.top .text p.intro {
  font-size: 4vw;
}
@media screen and (max-width: 768px) {
  .top .text p.intro {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  .top .text p.intro {
    font-size: 60px;
  }
}
.top .text p button {
  background-color: #9248f6;
  border: 0px;
  color: #fdf6fd;
  margin: 5px 0;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.top .text p button:hover,
.top .text p button:focus {
  background-color: #8eb1f9;
  color: #231e2c;
}
.top .photo {
  width: 20%;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: scale(0.9, 0.9);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .top .photo {
    margin-bottom: 20px;
  }
}
.top .photo img {
  width: 100%;
  border-radius: 50%;
}
.top .parallax-elements {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-color: #231e2c;
  z-index: 1;
}
.top .parallax-elements div.gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 500px;
  background-image: url(../images/gradient-bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1600px) {
  .top .parallax-elements div.gradient {
    background-size: 100% auto;
  }
}
.top .parallax-elements div.gradient.top {
  bottom: auto;
  top: 0;
  background-position: top center;
  background-image: url(../images/gradient-top.png);
}
.top .parallax-elements div.stars div {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/space-stuff.png);
  background-size: 500% 500%;
  background-position: -200% 0;
  left: 10%;
  top: 20%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.top .parallax-elements div.stars div:nth-child(1) {
  background-position: 0% 0;
  transition-delay: 0.6s;
}
.top .parallax-elements div.stars div:nth-child(2) {
  background-position: -100% 0;
  transition-delay: 0.55s;
}
.top .parallax-elements div.stars div:nth-child(3) {
  background-position: -200% 0;
  transition-delay: 0.75s;
}
.top .parallax-elements div.stars div:nth-child(4) {
  background-position: -300% 0;
  transition-delay: 0.85s;
}
.top .parallax-elements div.stars div:nth-child(5) {
  background-position: -400% 0;
  transition-delay: 0.95s;
}
.top .parallax-elements div.stars div:nth-child(6) {
  background-position: 0% -100%;
  transition-delay: 0.6s;
}
.top .parallax-elements div.stars div:nth-child(7) {
  background-position: -100% -100%;
  transition-delay: 0.8s;
}
.top .parallax-elements div.stars div:nth-child(8) {
  background-position: -200% -100%;
  transition-delay: 0.95s;
}
.top .parallax-elements div.stars div:nth-child(9) {
  background-position: -300% -100%;
  transition-delay: 0.65s;
}
.top .parallax-elements div.stars div:nth-child(10) {
  background-position: -400% -100%;
  transition-delay: 0.75s;
}
.top .parallax-elements div.stars div:nth-child(11) {
  background-position: 0% -200%;
  transition-delay: 0.55s;
}
.top .parallax-elements div.stars div:nth-child(12) {
  background-position: -100% -200%;
  transition-delay: 0.6s;
}
.top .parallax-elements div.stars div:nth-child(1) {
  top: 11%;
  left: 5%;
}
.top .parallax-elements div.stars div:nth-child(2) {
  top: 70%;
  left: 62%;
}
.top .parallax-elements div.stars div:nth-child(3) {
  top: 15%;
  left: 88%;
}
.top .parallax-elements div.stars div:nth-child(4) {
  top: 67%;
  left: 40%;
}
.top .parallax-elements div.stars div:nth-child(5) {
  top: 4%;
  left: 67%;
}
.top .parallax-elements div.stars div:nth-child(6) {
  top: 22%;
  left: 7%;
}
.top .parallax-elements div.stars div:nth-child(7) {
  top: 14%;
  left: 52%;
}
.top .parallax-elements div.stars div:nth-child(8) {
  top: 70%;
  left: 18%;
}
.top .parallax-elements div.stars div:nth-child(9) {
  top: 64%;
  left: 0%;
}
.top .parallax-elements div.stars div:nth-child(10) {
  top: 27%;
  left: 89%;
}
.top .parallax-elements div.stars div:nth-child(11) {
  top: 88%;
  left: 31%;
}
.top .parallax-elements div.stars div:nth-child(12) {
  top: 80%;
  left: 80%;
}
.top .collapsed-header {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .collapsed-header a {
  display: block;
  color: #6a98f7;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 500px) {
  .top .collapsed-header a {
    font-size: calc(20px + 10 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .top .collapsed-header a {
    font-size: 30px;
  }
}
.page.portfolio .top {
  height: 45px;
  min-height: 45px;
  background-color: #231e2c;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 500px) {
  .page.portfolio .top {
    height: calc(45px + 20 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .page.portfolio .top {
    height: 65px;
  }
}
@media screen and (min-width: 500px) {
  .page.portfolio .top {
    min-height: calc(45px + 20 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .page.portfolio .top {
    min-height: 65px;
  }
}
.page.portfolio .top .inside-header {
  padding: 0 20px;
}
.page.portfolio .top .inside-header a {
  display: flex;
  align-items: center;
}
.page.portfolio .top .inside-header a span {
  color: #8eb1f9;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 500px) {
  .page.portfolio .top .inside-header a span {
    font-size: calc(20px + 10 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .page.portfolio .top .inside-header a span {
    font-size: 30px;
  }
}
.page.portfolio .top .inside-header a img {
  width: 30px;
  border-radius: 50%;
  margin-right: 1em;
}
@media screen and (min-width: 500px) {
  .page.portfolio .top .inside-header a img {
    width: calc(30px + 15 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .page.portfolio .top .inside-header a img {
    width: 45px;
  }
}
.about {
  background-color: #e5dae5;
  font-family: 'Roboto', sans-serif;
  margin: 2em 0 3em 0;
}
@media screen and (max-width: 1024px) {
  .about {
    margin: 0em 0;
  }
}
.about .section-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 4em 0;
  position: relative;
  padding-left: 5em;
  padding-right: 5em;
}
@media screen and (max-width: 1024px) {
  .about .section-body {
    padding: 2em 0;
  }
}
@media screen and (min-width: 500px) {
  .about .section-body {
    padding-left: calc(5em + 5 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .about .section-body {
    padding-left: 10em;
  }
}
@media screen and (min-width: 500px) {
  .about .section-body {
    padding-right: calc(5em + 5 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .about .section-body {
    padding-right: 10em;
  }
}
@media screen and (max-width: 768px) {
  .about .section-body {
    flex-direction: column;
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .about .section-body {
    padding-right: 0;
  }
}
.about .section-body .left {
  width: 50%;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .about .section-body .left {
    width: 40%;
  }
}
.about .section-body .left h2 {
  color: #231e2c;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 500px) {
  .about .section-body .left h2 {
    font-size: calc(20px + 10 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .about .section-body .left h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about .section-body .left h2 {
    text-align: center;
    margin-bottom: 1em;
  }
}
.about .section-body .left .statement {
  font-size: 16px;
  padding-right: 2em;
  font-family: 'Roboto', sans-serif;
  line-height: 180%;
}
@media screen and (min-width: 500px) {
  .about .section-body .left .statement {
    font-size: calc(16px + 4 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .about .section-body .left .statement {
    font-size: 20px;
  }
}
.about .section-body .right {
  width: 50%;
  max-width: 500px;
  border: 1px solid #333;
  background-color: #fff;
  display: flex;
  position: absolute;
  right: 5em;
}
@media screen and (min-width: 500px) {
  .about .section-body .right {
    right: calc(5em + 5 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .about .section-body .right {
    right: 10em;
  }
}
@media screen and (max-width: 1024px) {
  .about .section-body .right {
    position: relative;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .about .section-body .right {
    margin-top: 1.5em;
    transform: translateY(0em);
  }
}
.about .section-body .right .stats {
  width: 50%;
  padding: 1.25em;
  padding-bottom: 0;
}
.about .section-body .right .stats .stat {
  padding: 0em;
  margin-bottom: 1.5em;
}
.about .section-body .right .stats .stat .category {
  font-size: 12px;
}
@media screen and (min-width: 500px) {
  .about .section-body .right .stats .stat .category {
    font-size: calc(12px + 3 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .about .section-body .right .stats .stat .category {
    font-size: 15px;
  }
}
.about .section-body .right .stats .stat .amount {
  display: flex;
  margin: 0.5em 0;
}
.about .section-body .right .stats .stat .amount span {
  margin-right: 0.25em;
  display: block;
  background-color: #6a98f7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.about .section-body .right .stats .stat .amount span.inactive {
  background-color: #ddd;
}
@media screen and (max-width: 768px) {
  .about .section-body .left,
  .about .section-body .right {
    width: 100%;
    max-width: none;
  }
}
.icons {
  max-width: 1200px;
  margin: 0px auto;
  padding: 30px 0;
}
.icons .highlights {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 20px;
}
@media screen and (max-width: 768px) {
  .icons .highlights {
    justify-content: center;
  }
}
.icons .highlights .highlight {
  width: 16%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .icons .highlights .highlight {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .icons .highlights .highlight {
    width: 20%;
  }
}
.icons .highlights .highlight .icon {
  width: 130px;
  height: 130px;
  background-image: url(../images/icons.jpg);
  background-size: 600%;
}
.icons .highlights .highlight .icon.problem-solver {
  background-position: -100% 0;
}
.icons .highlights .highlight .icon.teammate {
  background-position: -200% 0;
}
.icons .highlights .highlight .icon.detail {
  background-position: -300% 0;
}
.icons .highlights .highlight .icon.learner {
  background-position: -400% 0;
}
.icons .highlights .highlight .icon.debugging {
  background-position: -500% 0;
}
.icons .highlights .highlight .category {
  text-align: center;
  color: #231e2c;
  font-family: 'Roboto Slab', sans-serif;
  white-space: normal;
  line-height: 140%;
  padding: 10px;
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  .icons .highlights .highlight .category {
    font-size: calc(14px + 4 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .icons .highlights .highlight .category {
    font-size: 18px;
  }
}
.page .icons {
  transition: all 0.35s ease-in-out;
}
.page.portfolio .icons {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.work {
  background-color: #fff;
  color: #333;
}
.work .section-header h2 {
  color: #231e2c;
}
.work .section-body #projects .group {
  display: flex;
}
.work .section-body #projects .group > div {
  width: 100%;
}
.work .section-body #projects .group .big-item a.article,
.work .section-body #projects .group .medium-items a.article {
  padding: 10px;
  height: 100%;
}
.work .section-body #projects .group .medium-items {
  display: flex;
}
.work .section-body #projects .group .medium-items a.article {
  width: 100%;
}
.work .section-body #projects .group .medium-items a.article .photo {
  position: relative;
  min-height: 200px;
}
@media screen and (min-width: 500px) {
  .work .section-body #projects .group .medium-items a.article .photo {
    min-height: calc(200px + 380 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .work .section-body #projects .group .medium-items a.article .photo {
    min-height: 580px;
  }
}
.work .section-body #projects .group .small-items {
  display: flex;
  flex-wrap: wrap;
}
.work .section-body #projects .group .small-items a.article {
  width: 50%;
  padding: 10px;
}
.work .section-body #projects .group .small-items a.article .photo {
  min-height: 100px;
}
@media screen and (min-width: 500px) {
  .work .section-body #projects .group .small-items a.article .photo {
    min-height: calc(100px + 140 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .work .section-body #projects .group .small-items a.article .photo {
    min-height: 240px;
  }
}
.work .section-body #projects .group .related-items {
  display: flex;
}
@media screen and (max-width: 768px) {
  .work .section-body #projects .group .related-items {
    flex-direction: column;
  }
}
.work .section-body #projects .group .related-items a.article {
  width: 100%;
  padding: 10px;
}
.work .section-body #projects .group .related-items a.article .photo {
  min-height: 150px;
}
@media screen and (min-width: 500px) {
  .work .section-body #projects .group .related-items a.article .photo {
    min-height: calc(150px + 170 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .work .section-body #projects .group .related-items a.article .photo {
    min-height: 320px;
  }
}
.work .section-body #projects .group .related-items a.article .photo .background-image {
  height: 100%;
  min-height: 150px;
}
@media screen and (min-width: 500px) {
  .work .section-body #projects .group .related-items a.article .photo .background-image {
    min-height: calc(150px + 170 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .work .section-body #projects .group .related-items a.article .photo .background-image {
    min-height: 320px;
  }
}
.work .section-body #projects a.article {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
}
.work .section-body #projects a.article .photo {
  height: calc(100% - 4em);
  position: relative;
}
.work .section-body #projects a.article .photo .background-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.work .section-body #projects a.article .details {
  height: 5em;
  padding: 0.8em 0;
  font-size: 16px;
  line-height: 120%;
  font-family: 'Roboto Slab', sans-serif;
  position: relative;
}
@media screen and (min-width: 500px) {
  .work .section-body #projects a.article .details {
    font-size: calc(16px + 4 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .work .section-body #projects a.article .details {
    font-size: 20px;
  }
}
.work .section-body #projects a.article .details .client-name {
  transition: opacity 0.25s ease-in-out;
}
.work .section-body #projects a.article .details .project-name {
  position: absolute;
  top: 0.8em;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.work .section-body #projects a.article .details .tags {
  bottom: 0;
  left: 1em;
  margin-top: 1em;
  padding: 0px;
  z-index: 10;
  list-style-type: none;
  display: flex;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
.work .section-body #projects a.article .details .tags li {
  margin-right: 1em;
  text-transform: uppercase;
  font-size: 10px;
}
.work .section-body #projects a.article .details .tags li span {
  padding: 0.5em;
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 500px) {
  .work .section-body #projects a.article .details .tags li {
    font-size: calc(10px + 2 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .work .section-body #projects a.article .details .tags li {
    font-size: 12px;
  }
}
.work .section-body #projects a.article .details .tags.active li span {
  background-color: #333 !important;
}
.work .section-body #projects a.article:hover .client-name,
.work .section-body #projects a.article:focus .client-name {
  opacity: 0;
}
.work .section-body #projects a.article:hover .project-name,
.work .section-body #projects a.article:focus .project-name {
  opacity: 1;
}
.work .section-body #projects a.article:hover .tags,
.work .section-body #projects a.article:focus .tags {
  opacity: 1;
}
.work .section-body #projects a.article:hover .tags li span.color-id-1,
.work .section-body #projects a.article:focus .tags li span.color-id-1 {
  background-color: #245fba;
}
.work .section-body #projects a.article:hover .tags li span.color-id-2,
.work .section-body #projects a.article:focus .tags li span.color-id-2 {
  background-color: #0083a3;
}
.work .section-body #projects a.article:hover .tags li span.color-id-3,
.work .section-body #projects a.article:focus .tags li span.color-id-3 {
  background-color: #00a380;
}
.work .section-body #projects a.article:hover .tags li span.color-id-4,
.work .section-body #projects a.article:focus .tags li span.color-id-4 {
  background-color: #56b500;
}
.work .section-body #projects a.article:hover .tags li span.color-id-5,
.work .section-body #projects a.article:focus .tags li span.color-id-5 {
  background-color: #812e65;
}
.work .section-body #projects a.article:hover .tags li span.color-id-6,
.work .section-body #projects a.article:focus .tags li span.color-id-6 {
  background-color: #5a38a1;
}
.work .section-body #projects a.article:hover .tags li span.color-id-7,
.work .section-body #projects a.article:focus .tags li span.color-id-7 {
  background-color: #b13f89;
}
.work .section-body #projects a.article:hover .tags li span.color-id-8,
.work .section-body #projects a.article:focus .tags li span.color-id-8 {
  background-color: #2347ba;
}
.work .section-body #projects a.article:hover .tags li span.color-id-9,
.work .section-body #projects a.article:focus .tags li span.color-id-9 {
  background-color: #ffaf00;
}
.work .section-body #projects a.article:hover .tags li span.color-id-10,
.work .section-body #projects a.article:focus .tags li span.color-id-10 {
  background-color: #ff7d00;
}
.work .section-body #projects a.article:hover .tags li span.color-id-11,
.work .section-body #projects a.article:focus .tags li span.color-id-11 {
  background-color: #be1710;
}
.work .section-body #projects a.article:hover .tags li span.color-id-12,
.work .section-body #projects a.article:focus .tags li span.color-id-12 {
  background-color: #e65500;
}
.work .section-body #projects a.article:hover .tags li span.color-id-13,
.work .section-body #projects a.article:focus .tags li span.color-id-13 {
  background-color: #f86d00;
}
.work .section-body #projects a.article:hover .tags li span.color-id-14,
.work .section-body #projects a.article:focus .tags li span.color-id-14 {
  background-color: #f8a300;
}
.work .section-body #projects a.article:hover .tags li span.color-id-15,
.work .section-body #projects a.article:focus .tags li span.color-id-15 {
  background-color: #be1029;
}
.work .section-body #projects a.article:hover .tags li span.color-id-16,
.work .section-body #projects a.article:focus .tags li span.color-id-16 {
  background-color: #990000;
}
@media screen and (max-width: 1024px) {
  .work .section-body #projects .group {
    display: block;
  }
  .work .section-body #projects .group .small-items,
  .work .section-body #projects .group .big-item,
  .work .section-body #projects .group .medium-items {
    display: unset;
  }
  .work .section-body #projects .group .small-items a.article,
  .work .section-body #projects .group .big-item a.article,
  .work .section-body #projects .group .medium-items a.article {
    width: 50%;
    float: left;
  }
  .work .section-body #projects .group:last-child:after {
    content: "";
    display: block;
    clear: both;
  }
  .work .section-body #projects .big-item a.article .photo,
  .work .section-body #projects .small-items a.article .photo,
  .work .section-body #projects .medium-items a.article .photo {
    width: 100%;
    min-height: calc(100px + 140 * ((100vw - 500px) / 1100)) !important;
  }
  .work .section-body #projects .big-item a.article .photo .background-image,
  .work .section-body #projects .small-items a.article .photo .background-image,
  .work .section-body #projects .medium-items a.article .photo .background-image {
    min-height: 30vw;
  }
  .work .section-body #projects .big-item a.article .details,
  .work .section-body #projects .small-items a.article .details,
  .work .section-body #projects .medium-items a.article .details {
    height: 4.2em;
  }
}
@media screen and (max-width: 650px) {
  .work .section-body #projects .group .small-items a.article,
  .work .section-body #projects .group .big-item a.article,
  .work .section-body #projects .group .medium-items a.article {
    width: 80%;
    margin: 0 10%;
  }
  .work .section-body #projects .group .small-items a.article .photo .background-image,
  .work .section-body #projects .group .big-item a.article .photo .background-image,
  .work .section-body #projects .group .medium-items a.article .photo .background-image {
    min-height: 40vw;
  }
  .work .section-body #projects .group .small-items a.article .details,
  .work .section-body #projects .group .big-item a.article .details,
  .work .section-body #projects .group .medium-items a.article .details {
    height: 3em;
  }
}
.portfolio-item .section-header {
  display: flex;
  justify-content: center;
  max-width: 1600px;
  margin: 0px auto;
  padding-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .portfolio-item .section-header {
    flex-direction: column;
  }
}
.portfolio-item .section-header h2,
.portfolio-item .section-header h3 {
  margin: 0px 1em;
}
.portfolio-item .section-header h3 {
  color: #4653b1;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 500px) {
  .portfolio-item .section-header h3 {
    font-size: calc(18px + 7 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .portfolio-item .section-header h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .portfolio-item .section-header h3 {
    margin-top: 0.5em;
  }
}
.portfolio-item .section-body #sections {
  display: flex;
  flex-direction: column;
}
.portfolio-item .section-body #sections .section-title {
  font-size: 18px;
}
@media screen and (min-width: 500px) {
  .portfolio-item .section-body #sections .section-title {
    font-size: calc(18px + 4 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .portfolio-item .section-body #sections .section-title {
    font-size: 22px;
  }
}
.portfolio-item .section-body #sections .section {
  display: flex;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .portfolio-item .section-body #sections .section {
    padding: 1em 0;
  }
}
.portfolio-item .section-body #sections .section:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .portfolio-item .section-body #sections .section {
    flex-direction: column;
  }
}
.portfolio-item .section-body #sections .section.two-columns {
  align-items: center;
  justify-content: center;
}
.portfolio-item .section-body #sections .section .content {
  width: 100%;
  padding: 10px;
}
.portfolio-item .section-body #sections .section .content img,
.portfolio-item .section-body #sections .section .content video {
  max-width: 100%;
}
.portfolio-item .section-body #sections .section .content.text {
  font-size: 16px;
  line-height: 180%;
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (min-width: 500px) {
  .portfolio-item .section-body #sections .section .content.text {
    font-size: calc(16px + 4 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .portfolio-item .section-body #sections .section .content.text {
    font-size: 20px;
  }
}
.portfolio-item .section-body #sections .section .content.screenshot {
  transform: scale(1.05);
}
.portfolio-item .section-body #sections .section .content.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients {
  background-color: #8eb1f9;
}
.clients .section-header h2 {
  color: #231e2c;
}
.clients .section-body #clients .client-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -2em;
}
@media screen and (max-width: 768px) {
  .clients .section-body #clients .client-list {
    transform: scale(0.9) translateY(-2em);
    margin-bottom: -4em;
  }
}
.clients .section-body #clients .client-list .client {
  height: 150px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients .section-body #clients .client-list .client svg {
  transform: scale(0.8);
}
@media screen and (max-width: 768px) {
  .clients .section-body #clients .client-list .client {
    width: 50%;
    height: 100px;
  }
  .clients .section-body #clients .client-list .client svg {
    height: 100px;
    transform: scale(0.9);
  }
}
.artworks {
  background-color: #6a98f7;
}
.artworks .section-header h2 {
  color: #231e2c;
}
.artworks .section-body #artworks .art-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.artworks .section-body #artworks .art-list .artwork {
  padding: 10px;
  width: 33%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.artworks .section-body #artworks .art-list .artwork.loaded {
  opacity: 1;
}
.artworks .section-body #artworks .art-list .artwork .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.artworks .section-body #artworks .art-list .artwork .items {
  width: 100%;
  height: 100%;
  background-color: #8eb1f9;
}
.artworks .section-body #artworks .art-list .artwork .items .item {
  width: 100%;
  height: 100%;
}
.artworks .section-body #artworks .art-list .artwork .items .item video,
.artworks .section-body #artworks .art-list .artwork .items .item img {
  width: 100%;
  height: 100%;
  display: block;
}
.artworks .section-body #artworks .art-list .artwork .items:hover .slick-arrow {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.artworks .section-body #artworks .art-list .artwork .items .slick-dots {
  bottom: 0px;
}
.artworks .section-body #artworks .art-list .artwork .items .slick-dots li {
  margin: 0px;
}
.artworks .section-body #artworks .art-list .artwork .items .slick-dots button {
  padding: 0;
}
.artworks .section-body #artworks .art-list .artwork .items .slick-dots button:before {
  content: "";
  font-family: unset;
  width: 10px;
  height: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #000000;
  border-radius: 50%;
  opacity: 0.5;
}
.artworks .section-body #artworks .art-list .artwork .items .slick-dots li.slick-active button:before {
  opacity: 0.9;
}
.artworks .section-body #artworks .art-list .artwork .items .slick-arrow {
  z-index: 100;
  width: 1.5em;
  height: 1.5em;
  font-size: unset;
  opacity: 0;
}
.artworks .section-body #artworks .art-list .artwork .items .slick-arrow:before {
  font-family: unset;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
}
.artworks .section-body #artworks .art-list .artwork .items .slick-arrow.slick-prev {
  left: 5px;
}
.artworks .section-body #artworks .art-list .artwork .items .slick-arrow.slick-prev:before {
  background-image: url(../images/chevron-circle-left-solid.svg);
}
.artworks .section-body #artworks .art-list .artwork .items .slick-arrow.slick-next {
  right: 5px;
}
.artworks .section-body #artworks .art-list .artwork .items .slick-arrow.slick-next:before {
  background-image: url(../images/chevron-circle-right-solid.svg);
}
.artworks .section-footer button {
  padding: 0.5em;
  font-size: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  border: transparent;
  background-color: #9248f6;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
@media screen and (min-width: 500px) {
  .artworks .section-footer button {
    font-size: calc(15px + 5 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .artworks .section-footer button {
    font-size: 20px;
  }
}
.artworks .section-footer button:hover,
.artworks .section-footer button:focus {
  background-color: #8eb1f9;
  color: #231e2c;
}
.contact {
  background-color: #4653b1;
}
.contact .section-header h2 {
  color: #fff;
}
.contact .section-body h2,
.contact .section-body .c-forms-heading {
  display: none;
}
.contact .section-body form {
  background-color: #8eb1f9;
  padding: 1em;
  margin-bottom: 1em;
}
.contact .section-body fieldset legend {
  border: 0px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
}
@media screen and (min-width: 500px) {
  .contact .section-body fieldset legend {
    font-size: calc(14px + 4 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .contact .section-body fieldset legend {
    font-size: 18px;
  }
}
.contact .section-body fieldset legend:after {
  font-size: 16px;
  color: #231e2c;
}
@media screen and (min-width: 500px) {
  .contact .section-body fieldset legend:after {
    font-size: calc(16px + 4 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .contact .section-body fieldset legend:after {
    font-size: 20px;
  }
}
.contact .section-body .c-label {
  font-size: 14px;
  font-family: 'Roboto Slab', sans-serif;
  color: #66499a;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 500px) {
  .contact .section-body .c-label {
    font-size: calc(14px + 4 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .contact .section-body .c-label {
    font-size: 18px;
  }
}
.contact .section-body .c-label:after {
  font-size: 20px;
  color: #6a98f7 !important;
}
@media screen and (min-width: 500px) {
  .contact .section-body .c-label:after {
    font-size: calc(20px + 4 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .contact .section-body .c-label:after {
    font-size: 24px;
  }
}
.contact .section-body input,
.contact .section-body textarea {
  border: 0px;
  border-radius: 3px;
  font-size: 15px;
  padding: 0.4em;
}
@media screen and (min-width: 500px) {
  .contact .section-body input,
  .contact .section-body textarea {
    font-size: calc(15px + 5 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .contact .section-body input,
  .contact .section-body textarea {
    font-size: 20px;
  }
}
.contact .section-body .c-validation {
  background-color: wheat !important;
  padding: 0.6em 0.5em 0.5em 0.5em;
  border: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #000 !important;
  font-size: 15px !important;
}
@media screen and (min-width: 500px) {
  .contact .section-body .c-validation {
    font-size: calc(15px + 5 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .contact .section-body .c-validation {
    font-size: 20px;
  }
}
.contact .section-body .c-button-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -1em;
}
.contact .section-body .c-button-section button {
  padding: 0.5em;
  font-size: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  border: transparent;
  background-color: #9248f6;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
@media screen and (min-width: 500px) {
  .contact .section-body .c-button-section button {
    font-size: calc(15px + 5 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .contact .section-body .c-button-section button {
    font-size: 20px;
  }
}
.contact .section-body .c-button-section button:hover,
.contact .section-body .c-button-section button:focus {
  background-color: #fff;
  color: #231e2c;
}
.contact .section-body .c-forms-confirmation {
  text-align: center;
  font-size: 15px;
  font-family: 'Roboto Slab', sans-serif;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 500px) {
  .contact .section-body .c-forms-confirmation {
    font-size: calc(15px + 10 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .contact .section-body .c-forms-confirmation {
    font-size: 25px;
  }
}
#main-content {
  transition: opacity 0.25s ease-in-out;
}
.active #main-content .page .top .parallax-elements div.stars div {
  opacity: 1;
}
.active #main-content .page .top .photo {
  transform: scale(1, 1);
  opacity: 1;
}
*:focus {
  outline: none;
}
