@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/anton-v10-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Anton Regular"), local("Anton-Regular"), url("../fonts/anton-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/anton-v10-latin-regular.woff2") format("woff2"), url("../fonts/anton-v10-latin-regular.woff") format("woff"), url("../fonts/anton-v10-latin-regular.ttf") format("truetype"), url("../fonts/anton-v10-latin-regular.svg#Anton") format("svg");
  /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v19-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v19-latin-regular.woff") format("woff"), url("../fonts/roboto-v19-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v19-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v19-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v19-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v19-latin-500.woff2") format("woff2"), url("../fonts/roboto-v19-latin-500.woff") format("woff"), url("../fonts/roboto-v19-latin-500.ttf") format("truetype"), url("../fonts/roboto-v19-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* ---- reset ---- */
html {
  font-family: 'Roboto', sans-serif;
  /* font-size: 3em; */
  font-size: 1.1rem;
  height: 100%;
  width: 100%;
  height: 100%;
  font-family: 'Heebo', sans-serif;
}

body {
  margin: 0;
  min-height: 100%;
  margin: 0;
  padding: 0;
  /* background-color: #000; */
  height: 100%;
  width: 100%;
  /* transform-style: preserve-3d; */
  /* overflow-y: hidden; */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

html {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

html::-webkit-scrollbar {
  width: 0px;
  /* For Chrome, Safari, and Opera */
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  background: #EEF1F7;
  background: #ddd;
  top: 0px;
  background: #a4b6da;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.inline {
  display: inline-block;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

#logo {
  -webkit-animation-name: logo_animation;
  -webkit-animation-duration: 0.6s;
  animation-name: logo_animation;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* -webkit-transform-box: fill-box; */
  /* transform-box: fill-box; */
  /* transform: perspective(400px) rotateX(50deg); */
  /* transform-origin: 50% 100%; */
  display: inline-block;
}

#logo img {
  /* width: 30vw; */
  /* height: 100%; */
  /* max-width: 800px; */
}

#data_text {
  text-align: left;
  background: white;
  border-radius: 1em;
  padding: 1em;
}

#box_text {
  /* transition: all 0.4s ease-in-out; */
  /* text-shadow: 0px 0px 3px #333, 0px 0px 5px rgba(0, 0, 0, 0.15); */
}

#big_marwin img {
  /* width: 34em; */
  /* max-height: 60%; */
  width: auto;
  max-height: 64em;
  max-height: 64%;
  max-height: 80vh;
}

#big_marwin {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}

.material_element {
  width: 11em;
  height: 10em;
  display: inline-block;
  background: white;
  border-radius: 7%;
  overflow: hidden;
  margin: 1em;
}

.material_element_wrapper {
  display: inline-block;
  border-radius: 7%;
}

.slide_image_wrapper {
  position: relative;
}

.slide_image_wrapper h1 {
  position: absolute;
  right: 10%;
  bottom: 20%;
  background: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.slide_image_wrapper img {
  width: 100%;
  height: 65%;
}

.material_info_bar {
  height: 35%;
  width: 100%;
  position: relative;
}

.info_bar_text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  font-size: 1.2em;
}

.topmargin {
  margin-top: 1em;
}

.email_icon {
  margin-right: 0.7em;
}

a {
  text-decoration: none;
  color: #486CB5;
}

.material_head {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 0.5em;
}

.material_description {
  font-size: 0.8em;
  font-weight: 500;
  bottom: 0;
  margin-top: 1em;
  padding-left: 0.7em;
  padding-right: 0.7em;
}

.material_element {
  /* padding: 0.5em; */
  opacity: 0;
  -webkit-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  /* animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */
  /* animation-timing-function: cubic-bezier(1, .04, .29, 1.32); */
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.material_element_wrapper {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 460ms !important;
  transition: all 460ms !important;
}

.material_element_wrapper:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 90ms !important;
  transition: all 90ms !important;
}

#designen {
  /* animation-delay: 200ms; */
  -webkit-animation-name: flyInLeft;
          animation-name: flyInLeft;
}

#proto {
  -webkit-animation-name: flyInBottom;
          animation-name: flyInBottom;
}

#code {
  /* animation-delay: 400ms; */
  -webkit-animation-name: flyInRight;
          animation-name: flyInRight;
}

/*     
.material_element:nth-child(4) {
    animation-delay: 500ms;
} */
#about_text {
  color: #222;
  margin-top: 1em;
}

.aboutBody {
  background: white;
  border-radius: 1em;
  padding: 1em;
}

.aboutBody p {
  margin: 0;
}

p {
  margin-top: 0.3em;
  color: #222;
  overflow: hidden;
}

#about_box {
  color: #222;
}

#navLine {
  background: #486CB5;
  width: 50%;
  height: 4px;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  position: absolute;
  display: block;
  display: none;
  bottom: 0;
  left: 0;
}

.nav_wrapper {
  display: inline-block;
  text-align: left;
}

#footer_body {
  background: #486CB5;
  color: white;
  padding-top: 1em;
  padding-bottom: 1em;
}

.svgNav {
  position: relative;
}

.svgNav svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 15em;
}

.slide_image_wrapper .bgImg {
  background-size: cover;
  height: 40em;
  width: 100%;
}

.slide_image_wrapper .bgImg1 {
  background-image: url("../img/slider_flutter.png");
}

.slide_image_wrapper .bgImg2 {
  background-image: url("../img/slider_prototype.jpg");
}

.slide_image_wrapper .bgImg3 {
  background-image: url("../img/slider_code.jpg");
}

@media (min-width: 768px) {
  #site_background {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4;
  }
}

@media (max-width: 768px) {
  .slide_image_wrapper .bgImg {
    background-size: cover;
    height: 25em;
    width: 100%;
  }
  .slide_image_wrapper .bgImg {
    background-size: cover !important;
    height: 20em;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain !important;
    display: none;
  }
  .slide_image_wrapper h1 {
    position: absolute;
    font-size: 1.5em;
    right: 0%;
    bottom: 10%;
    background: white;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #site_background {
    display: none;
  }
}

@media (max-width: 768px) {
  .slide_image_wrapper .bgImg {
    background-size: cover;
    height: 25em;
    width: 100%;
  }
  .slide_image_wrapper h1 {
    position: absolute;
    font-size: 1.5em;
    right: 0%;
    bottom: 10%;
    background: white;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

@media (max-width: 630px) {
  .svgNav svg {
    height: 8em;
  }
}
/*# sourceMappingURL=style.css.map */