@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

header {
  width: 100%;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 4;
  background-color: #4A4A4A;
  filter: drop-shadow(0 1mm 2mm rgba(0, 221, 255, 0.459)); }

.logo {
  position: fixed;
  top: 0;
  width: 120px;
  margin-left: 40px;
  padding-top: 8px; }

.menu-icon {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  padding-right: 20px;
  cursor: pointer; }

.flag-icon {
  width: 20px;
  cursor: pointer; }

.flag-icon:hover {
  transform: scale(1.25); }

.mobile-menu {
  width: 80%;
  margin: 0px 0px 20px 25px; }
  .mobile-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px; }
    .mobile-menu ul li {
      float: left;
      padding-top: 0.5em; }
      .mobile-menu ul li a {
        background: inherit;
        text-align: right;
        padding: 0em 0.7em;
        text-decoration: none;
        text-transform: uppercase;
        color: #E8E8E8; }
      .mobile-menu ul li a:hover {
        color: #00FF99; }

#vertical-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 50px;
  background-color: #363636;
  z-index: 3;
  overflow-y: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  #vertical-navigation ul {
    margin-top: 10px;
    text-align: center; }
    #vertical-navigation ul li {
      padding-top: 2em; }
      #vertical-navigation ul li a {
        background: inherit;
        text-align: right;
        padding: 0em 0.7em;
        text-decoration: none;
        text-transform: uppercase;
        color: #E8E8E8; }
      #vertical-navigation ul li a:hover {
        color: #00FF99; }

@media only screen and (min-width: 1024px) {
  #vertical-navigation {
    display: none; } }

.hero-section {
  background-color: #363636;
  padding-top: 120px;
  padding-bottom: 100px; }
  .hero-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .hero-section .hero-intro .hero-face {
    width: 25%;
    min-width: 150px;
    max-width: 250px; }
  .hero-section .hero-intro .hero-contact {
    padding-top: 10px; }
  .hero-section .hero-intro .hero-hello {
    margin: 20px auto 10px;
    background: #E8E8E8;
    width: 250px;
    height: 16px;
    display: block;
    border-radius: 10px;
    padding: .6em;
    text-decoration: none; }
    .hero-section .hero-intro .hero-hello p {
      color: black;
      font-size: 0.9em; }
  .hero-section .hero-intro .hero-contact-envelope:hover, .hero-section .hero-intro .hero-contact-linkedin:hover, .hero-section .hero-intro .hero-contact-discord:hover {
    transform: scale(1.25); }
  .hero-section .hero-intro .hero-contact-envelope {
    width: 30px;
    padding: 0px 10px; }
  .hero-section .hero-intro .hero-contact-linkedin {
    width: 30px;
    padding: 0px 10px; }
  .hero-section .hero-intro .hero-contact-discord {
    width: 30px;
    padding: 0px 10px; }
  .hero-section .hero-description {
    margin: 20px auto;
    text-align: left;
    width: 450px;
    padding-left: 50px; }
    .hero-section .hero-description h1 {
      font-size: 1.3em; }
    .hero-section .hero-description h2 {
      font-size: 1.1em;
      margin: 10px 0 10px;
      color: #E8E8E8; }

@media only screen and (min-width: 675px) {
  .hero-section {
    padding-bottom: 150px; }
    .hero-section .hero-intro {
      margin: 0; }
    .hero-section .hero-description {
      margin: 20px 0px;
      padding-left: 70px; }
      .hero-section .hero-description h1 {
        font-size: 1.5em; }
      .hero-section .hero-description h2 {
        font-size: 1.3em; } }

.service-icon {
  width: 18%; }

.services-container {
  margin-bottom: 50px; }
  .services-container .service-details {
    padding-left: 20px; }
    .services-container .service-details p {
      line-height: 1.5em;
      text-align: justify; }
  .services-container .services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto; }
  .services-container .wrapper {
    margin: 0 auto;
    max-width: 1800px; }
  .services-container .service {
    background-color: #363636;
    border-radius: 5px;
    margin: 20px 20px 40px;
    padding: 10px;
    width: 500px; }
    .services-container .service .service-header {
      justify-content: flex-start;
      align-items: flex-start; }
      .services-container .service .service-header .service-icon {
        padding-top: 20px;
        width: 80px;
        margin-right: 20px;
        margin-left: 10px;
        align-self: center; }
      .services-container .service .service-header .service-description {
        text-align: left;
        margin-bottom: 20px;
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 20px; }
        .services-container .service .service-header .service-description p {
          margin: 5px;
          line-height: 1.6em; }
    .services-container .service .service-details {
      background-color: #E8E8E8;
      color: black;
      margin: 0 20px;
      padding: 20px;
      border-radius: 5px;
      line-height: 1.6em; }

@media only screen and (min-width: 675px) {
  .services-container .service .service-header {
    display: flex; }
    .services-container .service .service-header .service-icon {
      padding-top: 0px; }
    .services-container .service .service-header .service-description {
      padding-left: 0px; }
  .services-container ul {
    display: flex; } }

@media only screen and (min-width: 1024px) {
  .services-container ul {
    margin-left: 120px;
    margin-right: 120px; } }

.contact-block {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  font-size: 0.9em;
  color: #c7c7c7;
  font-family: 'Open Sans', sans-serif; }
  .contact-block .contact-block-header {
    text-align: left;
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 20px;
    width: 250px; }
    .contact-block .contact-block-header ul {
      padding-left: 20px;
      padding-bottom: 20px;
      list-style-type: disc; }
      .contact-block .contact-block-header ul li {
        padding-top: 10px; }
  .contact-block .hidden-feedback {
    visibility: hidden; }
  .contact-block .field-error {
    color: red;
    font-size: 0.7em;
    margin-top: -10px;
    margin-bottom: 10px;
    padding-right: 55px;
    text-align: right; }
  .contact-block .contact-result {
    color: #00DCFF;
    font-size: 1.5em;
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 2em; }
  .contact-block form {
    padding-left: 30px; }
  .contact-block .label {
    font-size: 0.9em;
    color: #c7c7c7;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 3px; }
  .contact-block input[type=text], .contact-block input[type=email] {
    font-size: 0.8em;
    color: #363636;
    padding: 10px 10px;
    margin: 8px 0px 20px;
    resize: vertical;
    box-sizing: border-box;
    width: 80%;
    height: 40px; }
  .contact-block textarea {
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    padding: 10px 10px;
    margin: 8px 0px 20px;
    height: 120px;
    min-height: 120px;
    box-sizing: border-box;
    width: 80%;
    resize: vertical; }
  .contact-block button {
    background: #00FF99;
    width: 30%;
    height: 40px;
    display: block;
    color: black;
    border-radius: 40px;
    text-decoration: none;
    font-size: 1em;
    border: none;
    margin: 40px auto 0px;
    cursor: pointer;
    outline: none !important; }
  .contact-block button:hover {
    background: #00ca79;
    outline: none !important; }
  .contact-block button:active {
    transform: translateY(4px);
    outline: none !important; }

.projects-image {
  width: 30%;
  min-width: 200px;
  border-radius: 20% 10%;
  margin: 0 auto;
  padding: 20px; }

.projects-section {
  background-color: #363636;
  padding-bottom: 10%;
  padding-top: 100px; }
  .projects-section .projects-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto; }
  .projects-section .projects-image {
    width: 30%;
    min-width: 200px;
    border-radius: 50px;
    margin: 0 auto;
    padding: 20px; }
  .projects-section .projects-type {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 20px; }

.project-container {
  background: #363636;
  margin-bottom: 50px; }
  .project-container .project-wrapper {
    margin: 0 auto;
    padding: 0 10%;
    max-width: 1024px; }
  .project-container .project-header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 20px 0; }
  .project-container .project-name {
    font-size: 1.3em;
    font-family: "Montserrat";
    font-weight: 300;
    padding-right: 20px;
    color: #E8E8E8; }
  .project-container .project-title {
    padding-top: 20px;
    font-size: 0.9em;
    font-family: "Montserrat";
    font-weight: 300;
    color: #E8E8E8; }
  .project-container .project-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
  .project-container .project-description-div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .project-container .project-description-div .project-description-text {
      font-family: 'Open Sans', sans-serif;
      font-size: 0.9em;
      line-height: 1.7em;
      text-align: justify;
      flex: 2;
      min-width: 300px;
      margin-bottom: 20px; }
    .project-container .project-description-div .project-description-logo {
      width: 120px;
      padding: 0px 30px;
      margin: 0 auto; }
  .project-container .project-media {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto; }
  .project-container .project-figure {
    margin: 0 auto;
    padding-top: 30px; }
    .project-container .project-figure p {
      padding-top: 10px; }
  .project-container .project-image {
    width: 300px; }
  .project-container .project-partners {
    padding-top: 50px; }
    .project-container .project-partners ul {
      display: flex;
      flex-wrap: wrap; }
    .project-container .project-partners ul li {
      padding-right: 20px; }
      .project-container .project-partners ul li img:hover {
        transform: scale(1.25); }
  .project-container .project-papers {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 6px;
    text-align: left; }
    .project-container .project-papers span {
      line-height: 1.6em; }
    .project-container .project-papers ul {
      padding-top: 10px; }
    .project-container .project-papers li p {
      margin: 0;
      padding-bottom: 20px;
      padding-left: 20px; }
    .project-container .project-papers a {
      color: #00FF99; }
    .project-container .project-papers a span {
      color: #c7c7c7; }

@-moz-document url-prefix() {
  .project-container .project-name {
    font-weight: 200; }
  .project-container .project-title {
    font-weight: 200; } }

.portfolio-container {
  background-color: #363636;
  padding-bottom: 5em; }
  .portfolio-container .project {
    background-color: #4A4A4A;
    border-radius: 10px;
    margin: 20px;
    padding-bottom: 40px; }
  .portfolio-container h2 {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 20px; }
  .portfolio-container ul li img {
    width: 50%;
    border-radius: 50px; }
  .portfolio-container ul li img:hover {
    transform: scale(1.25); }
  .portfolio-container ul li .subtopics {
    margin: 0 auto;
    text-align: center;
    font-size: 0.8em; }
  .portfolio-container ul li h3 {
    margin-top: -5px; }

.resume-header {
  background: #363636;
  padding-bottom: 10%;
  padding-top: 100px; }

.resume {
  padding-top: 20px; }
  .resume .resume-container {
    background: #363636;
    margin-bottom: 40px; }
    .resume .resume-container .resume-section {
      padding-top: 20px;
      margin: 0 auto;
      padding: 20px 10%;
      max-width: 1024px; }
      .resume .resume-container .resume-section .resume-section-title {
        text-align: center;
        color: #E8E8E8;
        padding-bottom: 30px; }
      .resume .resume-container .resume-section .resume-section-list .resume-section-item {
        align-content: flex-start;
        padding-bottom: 20px; }
        .resume .resume-container .resume-section .resume-section-list .resume-section-item .resume-section-item-head {
          padding-bottom: 10px; }
        .resume .resume-container .resume-section .resume-section-list .resume-section-item .resume-section-item-content {
          padding-left: 20px;
          font-family: 'Open Sans', sans-serif;
          font-size: 0.8em;
          line-height: 1.5em;
          text-align: justify; }

.publications-header {
  background: #363636;
  padding-bottom: 10%;
  padding-top: 100px; }

.publications {
  padding-bottom: 150px;
  background: #363636; }
  .publications .wrapper {
    padding: 50px 10%;
    margin: 0 auto; }
    .publications .wrapper .publications-list span {
      line-height: 1.6em;
      font-family: 'Open Sans', sans-serif; }
    .publications .wrapper .publications-list li p {
      margin: 0;
      padding-bottom: 20px;
      padding-left: 20px;
      font-size: 0.9em; }

.terms-header {
  background: #363636;
  padding-bottom: 10%;
  padding-top: 100px; }

.terms {
  padding-bottom: 250px;
  background: #363636;
  line-height: 1.3em;
  font-family: 'Open Sans', sans-serif;
  text-align: justify; }
  .terms .wrapper {
    padding: 50px 10%;
    margin: 0 auto; }
  .terms h2 {
    margin: 40px 0 20px 0;
    font-family: "Montserrat"; }
  .terms li {
    color: #c7c7c7;
    padding-left: 20px;
    list-style: decimal inside none; }

body {
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  background-color: #4A4A4A; }

@-moz-document url-prefix() {
  body {
    font-weight: 300 !important; }
  h1, h2, h3 {
    font-weight: 200 !important; } }

h1, h2, h3, .subhead {
  color: #E8E8E8; }

p, input {
  color: #c7c7c7;
  font-family: 'Open Sans', sans-serif; }

.spacer {
  height: 50px; }

.foreground-spacer {
  height: 250px;
  background-color: #363636; }

.anchor {
  position: relative;
  top: -100px; }

.wrapper {
  max-width: 1600px;
  margin: 0 auto; }

a {
  color: #00FF99; }

.soft {
  color: #c7c7c7; }

.titlesoft {
  color: #E8E8E8; }

.blue {
  color: #00DCFF; }

.green {
  color: #00FF99; }

.hidden {
  visibility: hidden;
  height: 0px; }

.noDisplay {
  display: none; }

.page-header {
  background: #363636;
  padding-bottom: 10%;
  padding-top: 100px; }

.triangle-right {
  width: 100%;
  z-index: 2;
  height: 10vw;
  margin-top: -9.98vw;
  background: #4A4A4A;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); }

.triangle-left {
  width: 100%;
  z-index: 2;
  height: 10vw;
  margin-top: -9.95vw;
  background: #4A4A4A;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); }

.triangle-dialogue-hero {
  z-index: 2;
  width: 30px;
  height: 30px;
  position: relative;
  left: 5%;
  bottom: -10px;
  background: #E8E8E8;
  clip-path: polygon(50% 0%, 50% 50%, 100% 0);
  -webkit-clip-path: polygon(50% 0%, 50% 50%, 100% 0); }

.triangle-dialogue-service {
  z-index: 1;
  width: 30px;
  height: 30px;
  position: relative;
  left: 12%;
  bottom: 2px;
  background: #E8E8E8;
  clip-path: polygon(50% 0%, 50% 50%, 100% 0);
  -webkit-clip-path: polygon(50% 0%, 50% 50%, 100% 0); }

_:-ms-lang(x), _:-webkit-full-screen, .triangle-dialogue-hero, .triangle-dialogue-service {
  visibility: hidden; }

_:-ms-lang(x), _:-webkit-full-screen, .triangle-right {
  display: none; }

_:-ms-lang(x), _:-webkit-full-screen, .hero-section {
  margin-bottom: 40px; }

h1 {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.5em;
  color: #FFFFFF; }

h2 {
  margin-top: 20px;
  margin-bottom: 3%;
  font-size: 1.3em;
  font-weight: 300;
  color: #FFFFFF; }

h3 {
  margin-top: 4%;
  margin-bottom: 4%;
  font-size: 0.9em;
  font-weight: 300;
  color: #E8E8E8; }

.container {
  text-align: center;
  width: 100%; }
  .container ul li {
    padding-top: 5%; }
    .container ul li p {
      margin: 5% 8%;
      text-align: left;
      font-size: 0.8em;
      font-weight: 200;
      line-height: 1.2em;
      color: #c7c7c7; }

footer {
  background-color: #363636;
  display: flex; }
  footer div {
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column; }
  footer p {
    padding: 5px 10px;
    font-size: 0.7em; }

.emosim-container {
  background-color: #363636; }

.emosim-game {
  margin: 0 auto;
  margin-bottom: 200px; }

@media only screen and (min-width: 675px) {
  h2 {
    margin-top: 0px; }
  .container ul li {
    padding-top: 0%; }
  .portfolio-container {
    padding-bottom: 8em; }
    .portfolio-container ul {
      display: flex;
      justify-content: space-between; }
  footer div {
    flex-direction: row; }
  .emosim-game {
    margin: 0 auto;
    margin-bottom: 200px;
    width: 600px;
    height: 375px; } }

@media only screen and (min-width: 1024px) {
  .menu-icon {
    display: none; }
  .mobile-menu {
    visibility: visible;
    height: 25px; }
    .mobile-menu ul {
      justify-content: space-between;
      margin-left: 10%;
      margin-right: 40px; }
  .portfolio-container {
    padding-bottom: 14em; }
    .portfolio-container ul {
      margin: 0 80px; }
  .projects-section .projects-section-wrapper {
    max-width: 1000px;
    margin-left: 15%;
    margin-top: 2%; }
  .projects-section .projects-type {
    padding: 0; }
  .projects-section .projects-image {
    padding: 0; }
  .emosim-game {
    margin: 0 auto;
    margin-bottom: 200px;
    width: 1152px;
    height: 720px; } }

