:root {
  --crimson: #eb3349;
  --tomato: #f45c43;
  --gainsboro: #dadada;
  --white-smoke: #efefef;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 100%;
  line-height: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.hero {
  color: #fff;
  text-align: center;
  background-color: #eb3349;
  background-image: linear-gradient(45deg, #eb3349, #f45c43);
  padding-top: 150px;
  padding-bottom: 175px;
  font-size: 1em;
}

.typed {
  color: #1eff00;
  line-height: auto;
  margin-left: 10vw;
  padding-top: 10vh;
  display: none;
}

.sub-heading {
  color: rgba(255, 255, 255, .6);
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

.content {
  width: 100%;
  text-align: center;
  background-color: #efefef;
  padding: 0 20px 100px;
  display: inline-block;
}

.container {
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin-top: -50px;
  padding: 50px;
}

.inline-link {
  color: rgba(255, 255, 255, .8);
  transition: color .2s ease-in;
}

.inline-link:hover {
  color: #fff;
}

.inline-link.dark {
  color: rgba(0, 0, 0, .8);
}

.inline-link.dark:hover, .inline-link.black {
  color: #000;
}

.chapter-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 75px;
  padding-bottom: 20px;
}

.chapter-wrap.final {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.chapter {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
}

.paragraph {
  color: rgba(0, 0, 0, .6);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.typed-wrap {
  line-height: auto;
}

.code-snippet {
  color: rgba(0, 0, 0, .59);
  background-color: #efefef;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.snippet {
  margin-bottom: 20px;
}

.nav {
  z-index: 1000;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  float: right;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.nav-link.left {
  float: left;
}

.footer {
  background-color: #dadada;
  padding: 35px 20px;
}

.footer-text {
  display: inline-block;
}

.footer-text.right {
  float: right;
  opacity: .7;
  color: #000;
  background-image: url('../images/1480230433_03-twitter.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 20px;
  text-decoration: none;
  transition: opacity .2s ease-in;
}

.footer-text.right:hover {
  opacity: 1;
}

.body {
  color: #000;
}

.container-2 {
  line-height: auto;
  padding-top: 10vh;
}

.html-embed {
  line-height: auto;
}

.home {
  height: 100vh;
  background-image: url('../images/background-empty-sharp_1.svg'), linear-gradient(#333, #333);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  position: relative;
}

.camera {
  width: 100%;
  max-height: 15vh;
  min-height: 10vh;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navbar {
  z-index: 99999;
  min-width: 10vw;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav-link-2 {
  height: 10vh;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  height: 10vh;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-4 {
  height: 10vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  max-width: 10vw;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3 {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: baseline;
  display: flex;
}

.dev {
  width: 100%;
  max-height: 15vh;
  min-height: 15vh;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: -2px;
  margin-right: -5px;
  padding-left: 0;
  display: flex;
  position: static;
}

.mail {
  max-height: 15vh;
  min-height: 10vh;
  min-width: 10vw;
  flex: 0 auto;
  display: none;
  position: fixed;
  bottom: 10vh;
  right: 0;
}

.paragraph-2 {
  margin-top: 10px;
  font-family: Cmunbsr, sans-serif;
}

.image {
  width: auto;
  max-height: 90vh;
  margin-top: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.photography-modal {
  z-index: 98;
  opacity: 0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.background-sharp {
  z-index: 1;
  background-image: url('../images/background-empty-sharp.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.photography-photo {
  z-index: 0;
  background-image: linear-gradient(rgba(148, 208, 244, .05), rgba(148, 208, 244, .05)), url('../images/river-maas-sundown.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dev-modal {
  z-index: 98;
  opacity: 0;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dev-photo {
  z-index: 0;
  background-image: linear-gradient(rgba(159, 210, 210, .05), rgba(159, 210, 210, .05)), url('../images/ilya-pavlov-468291.jpg');
  background-position: 0 0, -57% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.projects-section {
  height: 100vh;
  background-image: linear-gradient(to right, #3a7bd5, #00d2ff);
  padding-top: 20vh;
}

.tabs-content {
  text-align: center;
}

.tabs-menu {
  z-index: 1;
  height: 7vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.tabs {
  perspective: 1000px;
  padding-top: 18vh;
}

.tab-link {
  width: 33.333%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  margin-right: 30px;
  display: flex;
}

.tab-link.w--current {
  width: 33.333%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding: 0;
  display: flex;
}

.tab-link-2 {
  width: 33.333%;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #fff;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.tab-link-2.w--current {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px dashed #fff;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.heading {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 10vw;
  font-family: "Press Start 2P", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  position: absolute;
  bottom: 4vh;
  left: 0;
}

.text-block {
  z-index: 999999;
  max-height: 15vh;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Mission script, sans-serif;
  font-size: 72px;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-span {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 40px;
}

.tab-link-3 {
  width: 33.333%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px rgba(0, 0, 0, .1);
  border-right: 1px rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Cmunrm, sans-serif;
  font-size: 20px;
  display: flex;
}

.tab-link-3.w--current {
  background-color: rgba(0, 0, 0, 0);
  border: 2px dashed #fff;
  overflow: hidden;
}

.text-block-2 {
  opacity: 1;
  color: #333;
  font-family: Cmunrm, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

.text-block-3 {
  opacity: 1;
  color: #333;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.div-block {
  height: 50vh;
}

.highlight {
  width: 200px;
  height: 200px;
  opacity: .1;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dev-projects {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dev-block {
  width: 100%;
  color: rgba(0, 0, 0, 0);
  display: flex;
}

.welcome {
  width: 300px;
  min-width: 300px;
  float: right;
  clear: both;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
  position: absolute;
  top: 20vh;
  bottom: 0;
  left: 50%;
  right: 0%;
  overflow: visible;
}

.trigger {
  z-index: 101;
  width: 20px;
  max-height: 70vh;
  max-width: 300px;
  min-height: 20px;
  clear: right;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, .1), #333);
  border: 1px solid rgba(255, 255, 255, .09);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: -10px;
}

.div-block-2 {
  height: 20px;
  border: 1px dashed rgba(255, 255, 255, .2);
}

.target {
  width: 20px;
  height: 20px;
  float: right;
  border: 2px dashed rgba(255, 255, 255, .2);
}

.drag {
  z-index: 100;
  height: 20px;
  opacity: 1;
  border: 1px dashed rgba(255, 255, 255, .2);
  position: relative;
}

.container-4 {
  height: 80vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  display: none;
  position: relative;
}

.welcome-body {
  z-index: 500;
  height: 90%;
  opacity: 1;
  background-color: #f7e4db;
  border: 2px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: relative;
  box-shadow: 11px 11px 28px rgba(0, 0, 0, .23);
}

.heading-2 {
  font-family: Menlo for powerline, sans-serif;
  font-size: 22px;
}

.paragraph-3 {
  font-family: Menlo for powerline, sans-serif;
}

.close {
  width: 30px;
  height: 30px;
  background-color: #f5b8ba;
  border: 1px #000;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -15px;
  right: -15px;
  transform: rotate(0);
}

.line-2 {
  width: 1px;
  height: 80%;
  border: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  transform: rotate(-45deg);
}

.line-1 {
  width: 1px;
  height: 80%;
  border: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  transform: rotate(45deg);
}

.highlight-tab3 {
  width: 200px;
  height: 200px;
  opacity: .1;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 200px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.div-block-3 {
  width: 335px;
  margin-top: 20px;
  margin-left: 20px;
  position: fixed;
  top: 0;
  left: 0;
}

.heading-3 {
  text-align: center;
  margin: 0 auto 0;
  font-family: Menlo for powerline, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.whoami {
  width: 100%;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  font-family: Cmunbsr, sans-serif;
  display: block;
}

.tab-pane {
  z-index: 2;
  height: 60vh;
}

.div-block-4 {
  z-index: 3;
  margin-bottom: 11vh;
  position: relative;
}

.text-span-2 {
  margin-top: 13px;
  font-size: 150%;
  display: block;
}

.text-span-3 {
  font-size: 60%;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  float: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 100%;
  display: flex;
}

.div-block-6 {
  border: 1px solid #000;
  border-radius: 2px;
  margin-left: 20px;
  margin-right: 20px;
}

.instagram-body {
  min-width: 10px;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 5px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.text-span-4 {
  font-family: Fontawesome, sans-serif;
}

.instagram-icon {
  min-width: 20px;
  float: left;
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Fontawesome, sans-serif;
  font-size: 140%;
  display: flex;
  overflow: visible;
}

.image-2 {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-7 {
  z-index: 10;
  height: 100vh;
  background-image: linear-gradient(rgba(139, 52, 52, .5), rgba(139, 52, 52, .5));
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-8 {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/yellow-bench-quebec-city-1-of-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 20%;
  display: none;
}

.under-construction {
  z-index: 999999;
  width: 80%;
  height: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 80px;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.linkedin-body, .facebook-body, .twitter-body {
  min-width: 10px;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 5px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.under-construction-projects {
  z-index: 999999;
  width: 80%;
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 80px;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.under-construction-projects.fs {
  margin-top: 10vh;
  position: static;
}

.tab-pane-2 {
  height: 70vh;
}

.link, .link-2, .link-3 {
  color: #333;
}

.column {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row {
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 5vh;
  display: flex;
}

.column-2 {
  display: block;
}

.image-3 {
  width: 40%;
  float: none;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-3 {
  padding-left: 11px;
}

.tab-pane-tab-2 {
  height: 70vh;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: 6vh;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 3vh;
}

.link-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-block-2 {
  width: 30%;
  height: 15vh;
  color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.link-block-2.w--current {
  z-index: 999;
  width: 18%;
  height: 15vh;
  color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.link-block-2.w--current:hover {
  color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.brand {
  display: none;
}

.cv-body {
  min-width: 10px;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 5px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.tabs-2 {
  width: 92%;
  flex-direction: row;
  margin-bottom: .5vh;
  display: block;
}

.tabs-menu-2 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link-tab-1 {
  min-width: 125px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 15px;
}

.tab-link-tab-1.w--current {
  min-width: 125px;
  color: #000;
  text-align: center;
  background-color: #dedede;
  border: 2px solid #000;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 15px;
}

.tab-link-tab-2 {
  min-width: 125px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  min-height: 80vh;
  background-image: linear-gradient(270deg, #00d2ff, #3a7bd5);
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-3 {
  min-width: 125px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-pane-tab-3 {
  justify-content: center;
  align-items: center;
}

.tab-link-tab-4 {
  min-width: 125px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 8px;
  margin-left: 15px;
}

.tabs-content-2 {
  padding-top: 20px;
}

.div-block-9 {
  z-index: 9999;
  width: 8%;
  height: 100%;
  min-height: 60vh;
  float: right;
  clear: both;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20vh;
  margin-right: .5%;
  display: flex;
  position: relative;
  right: 7rem;
}

.html-embed-4 {
  clear: both;
  margin-left: 80px;
  position: relative;
}

.project-link {
  min-height: 70px;
  min-width: 100%;
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 55%;
  display: flex;
}

.project-link:hover {
  color: #fff;
  background-color: #000;
}

.div-block-10 {
  width: 100vw;
  height: 100vh;
}

.company-name {
  margin-top: 2rem;
}

.intro-paragraph {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: europa, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.875rem;
  display: flex;
}

.small-text {
  max-width: 40vw;
  color: #fff;
  text-align: center;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  font-family: europa, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  display: block;
}

.aboutme {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  font-family: europa, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.75rem;
  display: flex;
}

.company-href {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: europa, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.2875rem;
  text-decoration: none;
  display: flex;
}

.body-2 {
  background-color: #333;
}

.container-new {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.medium-body {
  min-width: 10px;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 5px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.icon {
  min-width: 10px;
  color: #fff;
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 5px;
  font-family: Fontawesome, sans-serif;
  text-decoration: none;
  display: block;
}

.social {
  max-width: 400px;
  min-width: 200px;
  justify-content: space-around;
  margin-top: -24px;
  font-size: 20px;
  line-height: 10px;
  display: flex;
}

.grid {
  width: 30%;
  float: left;
  clear: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-left: 1rem;
  display: grid;
}

.story {
  text-align: center;
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  font-family: Cmunrm, sans-serif;
  text-decoration: none;
  display: flex;
}

.story-title {
  color: #000;
  font-style: italic;
  text-decoration: none;
}

.story-unpublished {
  text-align: center;
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  font-family: Cmunrm, sans-serif;
  text-decoration: none;
  display: none;
}

.html-embed-5 {
  width: 63vw;
  height: 90vh;
  float: right;
  clear: none;
  background-color: #fff;
  margin: 2rem;
  display: inline-block;
}

.section-2 {
  display: flex;
}

.description {
  max-width: 600px;
  color: #fff;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1em;
  line-height: 1.5em;
}

.text-span-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.engineer {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: europa, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.noun {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
  display: flex;
}

.engineer-block {
  flex-direction: column;
  display: flex;
}

.phonem {
  max-width: 600px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 1.6em;
}

.text-span-6 {
  text-decoration: line-through;
}

.text-span-7, .text-span-8 {
  font-size: 1.2em;
}

.cv-link {
  color: #fff;
}

.definition {
  max-width: 600px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 1.6em;
}

html.w-mod-js [data-ix="sub-heading"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="scroll-in"] {
  opacity: 0;
  transform: translate(0, 35px);
}

@media screen and (max-width: 991px) {
  .nav-menu {
    max-width: 20vw;
  }

  .div-block-5 {
    justify-content: flex-start;
    margin-left: 25%;
  }

  .column {
    flex: 0 auto;
    align-items: center;
  }

  .link-block-2.w--current {
    width: 30%;
  }

  .brand {
    display: none;
  }

  .section {
    flex-direction: column;
  }

  .div-block-9 {
    width: 100%;
    height: auto;
    min-height: 0;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 5vh;
  }

  .html-embed-4 {
    margin-left: 0;
  }

  .project-link {
    width: 22%;
    min-width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .projects-section {
    min-height: 100%;
  }

  .heading {
    margin-bottom: -57vh;
    display: block;
  }

  .row {
    margin-top: 18vh;
  }

  .link-block-2 {
    width: 40%;
  }

  .brand {
    display: none;
  }

  .section {
    flex-direction: column;
    padding-top: 51vh;
  }

  .div-block-9 {
    width: 100%;
    height: auto;
    min-height: 0;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 12vh;
    margin-bottom: 5vh;
  }

  .project-link {
    width: 22%;
    min-width: 0%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .home {
    display: block;
  }

  .nav-menu {
    max-width: 40vw;
  }

  .projects-section, .heading {
    margin-bottom: 0;
  }

  .text-block {
    min-width: 100%;
  }

  .dev-block {
    position: static;
  }

  .whoami {
    letter-spacing: -.5px;
    margin-right: -5px;
    padding-left: 3px;
    font-size: 15px;
    line-height: 15px;
  }

  .column {
    align-items: flex-end;
    padding-right: 4px;
  }

  .image-3 {
    margin-top: -8px;
  }

  .column-3 {
    padding-left: 0;
  }

  .text-block-4 {
    margin-top: 20%;
  }

  .link-block-2 {
    width: 80%;
  }

  .link-block-2.w--current {
    width: 67%;
    display: block;
  }

  .brand {
    display: none;
  }

  .tabs-2 {
    width: 96%;
  }

  .section {
    flex-direction: column;
    margin-top: -40px;
    padding-top: 0;
  }

  .div-block-9 {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    margin-bottom: 20px;
    right: 0;
  }

  .html-embed-4 {
    margin-left: 10px;
  }

  .project-link {
    min-height: 90px;
    letter-spacing: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 50%;
  }

  .text-block-7 {
    text-align: center;
  }

  .link-block-3.w--current {
    padding-top: 0;
  }

  .pop-up {
    z-index: 9999;
    width: 5px;
    height: 5px;
    opacity: 1;
    text-align: center;
    background-color: #f45c43;
    border: 1px #dadada;
    margin: 5px;
    padding: 2px 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    box-shadow: 4px 4px rgba(51, 51, 51, .5);
  }

  .text-block-8 {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-9 {
    display: none;
  }

  .close-modal {
    width: 20px;
    height: 20px;
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    text-decoration: none;
    position: absolute;
    top: -5px;
    right: -5px;
  }

  .slash-top-left {
    width: 1px;
    transform: rotate(45deg);
  }

  .slash-top-right {
    width: 1px;
    transform: rotate(-45deg);
  }

  .company-name {
    z-index: 100000;
    color: #fff;
    text-align: center;
    text-transform: none;
    margin: 2rem 2rem 5px;
    font-family: europa, sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.875rem;
    position: relative;
  }

  .intro-paragraph {
    z-index: 100000;
    color: #fff;
    text-align: center;
    text-transform: none;
    flex: 0 auto;
    margin-left: 2rem;
    margin-right: 2rem;
    font-family: europa, sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.875rem;
    position: relative;
  }

  .small-text {
    z-index: 100000;
    max-width: 70vw;
    color: #fff;
    text-align: center;
    text-transform: none;
    margin-top: 0;
    margin-left: 2rem;
    margin-right: 2rem;
    font-family: europa, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    position: relative;
  }

  .aboutme {
    z-index: 100000;
    color: #fff;
    text-align: center;
    text-transform: none;
    margin: 2rem 2rem 5px;
    font-family: europa, sans-serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.75rem;
    position: relative;
  }

  .company-href {
    text-decoration: none;
    display: block;
  }

  .body-2 {
    background-color: #333;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-new {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
  }

  .container-6 {
    display: none;
  }

  .social {
    margin-top: -5px;
  }

  .description {
    max-width: 95%;
    margin-left: 1em;
    margin-right: 1em;
  }

  .engineer, .noun {
    z-index: 100000;
    color: #fff;
    text-align: center;
    text-transform: none;
    flex: 0 auto;
    margin-left: 2rem;
    margin-right: 2rem;
    font-family: europa, sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.875rem;
    position: relative;
  }

  .phonem, .definition {
    margin-left: 2em;
    margin-right: 2em;
  }
}

#w-node-_2326fdb5-d79e-49ca-2171-2dfe75b4a2ac-8b0601c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0df232d1-488c-5af7-18fb-e59e45d544a9-8b0601c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e425efc-03c2-d777-3a61-8a991c023581-8b0601c0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c54ded9e-7010-45e1-72ae-58a8b71c6ea7-8b0601c0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f1a4ae3a-a69e-0b21-48f5-5c81f7dca346-8b0601c0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e9daeab0-e681-0ea3-c2a0-3be530908755-8b0601c0 {
  grid-area: 3 / 2 / 4 / 3;
}


@font-face {
  font-family: 'Cmunbsr';
  src: url('../fonts/cmunbsr.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cmunrm';
  src: url('../fonts/cmunrm.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Valencia';
  src: url('../fonts/Valencia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Menlo for powerline';
  src: url('../fonts/Menlo-for-Powerline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mission script';
  src: url('../fonts/Mission-Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}