:root {
  --purp: #794ff8;
  --dark-grey: #1a1a1a;
  --alice-blue: #dbf0fe;
  --black: black;
  --less-dark-black: #1f1f1f;
  --light-sky-blue: #86caff;
  --lavender-blush: #ffefef;
  --deep-sky-blue: #33b5ff;
  --light-grey: var(--black);
  --orng: #ff5100;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.herounit {
  z-index: 2;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section {
  background-image: none;
  background-size: auto;
  height: 400px;
  position: relative;
}

.section.section-hero-new {
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.jumbotron {
  z-index: 2;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 56px;
  display: block;
  position: static;
}

.jumbotron.vsco-shadow {
  text-shadow: 0 1px 13px #000;
}

.jumbotron.jumbo-centered {
  text-align: center;
}

.section-2 {
  background-image: none;
  padding-top: 40px;
  padding-bottom: 120px;
  display: block;
  position: static;
}

.body {
  font-family: neue-haas-grotesk-text, sans-serif;
}

.hero-header {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
}

.hero-header.vsco-shadow {
  text-shadow: 0 1px 12px #000;
}

.button {
  float: left;
  background-color: #000;
  border-radius: 6px;
  font-size: 14px;
}

.button.herobutton {
  float: left;
  color: #000;
  background-color: #fff;
  border: 1px #909090;
  height: 40px;
  margin-right: 20px;
  padding-top: 11px;
  font-family: pragmatica;
  transition: box-shadow .275s;
  box-shadow: 0 7px 17px #00000029;
}

.button.herobutton:hover {
  text-decoration: none;
  box-shadow: 0 7px 17px #0000004d;
}

.button.herobutton:active {
  box-shadow: none;
}

.link-block {
  float: left;
  filter: invert();
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  transition: box-shadow .25s;
  box-shadow: 0 7px 17px #ffffff29;
}

.link-block:hover {
  box-shadow: 0 7px 17px #ffffff4d;
}

.link-block:active {
  box-shadow: none;
}

.portfolio-image {
  width: 100%;
  height: 100%;
  transition: all .15s;
  overflow: visible;
}

.portfolio-image:hover {
  transform: none;
}

.link-block-2 {
  width: 100%;
  overflow: hidden;
}

.miniheading {
  letter-spacing: .4px;
  margin-bottom: 40px;
  font-size: 26px;
}

.event-title {
  float: left;
  clear: left;
  direction: ltr;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 400;
}

.event-date {
  float: left;
  color: #797979;
  letter-spacing: .5px;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.portfolio-image-container {
  z-index: 3;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: border-color .2s, transform .2s;
  position: relative;
  overflow: hidden;
}

.portfolio-image-container:hover {
  border: 3px solid var(--purp);
  transform: scale(1.005);
}

.event-description {
  clear: left;
  max-width: 540px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.event-block {
  margin-bottom: 40px;
}

.link {
  border-bottom: 3px dotted var(--purp);
  color: var(--dark-grey);
  transition: opacity .2s, border-width .2s, border-color .2s, border .2s;
}

.link:hover {
  text-decoration: none;
}

.link.dark-link {
  color: #fff;
  border-bottom-color: #fc0f43;
}

.heroimage {
  width: 800px;
  max-width: 45%;
  position: absolute;
  top: 80px;
  bottom: 0;
  right: 5%;
}

.herosubtitle {
  text-align: left;
  margin-bottom: .5rem;
  font-size: 20px;
  line-height: 36px;
  transition: opacity .2s;
  display: block;
}

.italic-text {
  font-style: italic;
}

.portfo-thumbnails-section {
  z-index: 1;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 120px;
}

.separator {
  background-color: var(--purp);
  width: 80px;
  height: 3px;
  margin-bottom: 40px;
}

.separator.dark-separator {
  background-color: #ff003d;
}

.portfolio-title {
  float: left;
  clear: left;
  direction: ltr;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.portfolio-item {
  flex: none;
  width: 50%;
  height: 24rem;
  margin-bottom: 0;
  padding: 10px;
  display: block;
}

.container-3 {
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}

.image-4 {
  background-image: linear-gradient(#fff, #e2fff6);
}

.image-5 {
  background-image: linear-gradient(#fff, #c0e3ff);
}

.projects-jumbo-section {
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.projects-jumbo-section.dark-jumbo {
  background-image: linear-gradient(#292a2b, #292a2b);
  overflow: hidden;
}

.section-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-column {
  width: 600px;
  margin-bottom: 50px;
}

.projects-image {
  opacity: 1;
  max-width: 960px;
  margin: 100px auto;
  display: block;
}

.projects-image.projects-telescope {
  background-color: var(--alice-blue);
}

.slide {
  background-color: #fff;
  background-image: url('../images/uiux-mochi.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider {
  background-color: #fff;
  height: 600px;
  margin-bottom: 50px;
}

.icon, .icon-2 {
  color: #000;
}

.slide-2 {
  background-image: url('../images/uiux-dialog.gif'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.slide-3 {
  background-image: url('../images/uiux-othello.gif');
  background-position: 50%;
  background-size: contain;
}

.video {
  max-width: 800px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: -51px;
}

.section-9 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 430px;
  margin-bottom: 300px;
}

.text-paragraph {
  clear: left;
  max-width: 600px;
  margin-bottom: 24px;
  line-height: 29px;
}

.text-paragraph.dark-text {
  font-family: neue-haas-grotesk-text, sans-serif;
}

.section-8 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-10 {
  background-image: none;
}

.image-6 {
  background-color: var(--alice-blue);
  margin-top: -300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-11 {
  background-image: none;
}

.return-home {
  clear: left;
  color: #727272;
  font-size: 15px;
  font-weight: 300;
  line-height: 29px;
}

.container-4 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.textcontainer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-6 {
  display: none;
}

.home-link-footer {
  margin-bottom: 0;
  padding-bottom: 140px;
}

.section-14 {
  background-color: #f1f1f1;
  margin-top: 100px;
}

.section-15 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-16 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.dark-body {
  background-color: var(--dark-grey);
  font-family: neue-haas-grotesk-text, sans-serif;
}

.vsco-heroimg-1 {
  clear: none;
  height: 600px;
  margin-top: -320px;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.vsco-heroimg-2 {
  height: 600px;
  margin-top: 45px;
  margin-left: 75px;
  position: static;
  top: 60px;
  right: 400px;
}

.unordered-list {
  max-width: 600px;
  margin-bottom: 24px;
  padding-left: 15px;
}

.list-item {
  margin-bottom: 12px;
  line-height: 26px;
}

.projects-row {
  margin-bottom: 30px;
}

.light-hero {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 450px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.light-hero.glx-hero {
  background-color: #fff;
  padding-left: 0;
}

.image-9 {
  filter: saturate(0%);
  width: 40%;
  margin-left: 46px;
}

.image-10 {
  float: right;
  filter: saturate(0%);
  width: 40%;
  margin-top: 140px;
  margin-right: 38px;
}

.image-11 {
  filter: saturate(0%);
  width: 40%;
  margin-bottom: 65px;
  margin-left: 127px;
}

.header {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.image-13, .image-14 {
  width: 50%;
  margin-bottom: 40px;
}

.vsco-phone-row {
  margin-bottom: 100px;
}

.projects-image-caption {
  color: #4d4d4d;
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 16px;
}

.image-16, .image-17, .image-18, .image-19 {
  background-color: #f7f7f7;
}

.image-20 {
  background-image: radial-gradient(circle at 0 0, #4b4b4b, #242424);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
  background-color: #f1f1f1;
}

.columns {
  margin-bottom: 19px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
}

.container-large.container-thumbnails {
  flex-wrap: wrap;
  place-content: flex-start center;
  margin-bottom: 100px;
  display: flex;
}

.sn-header {
  width: 600px;
  position: absolute;
  inset: 26% 6% 0% auto;
  transform: rotate(-14deg);
}

.header-gradient {
  z-index: 1;
  background-image: linear-gradient(to top, #0000007d, #0000005e 29%, #0000);
  width: 100%;
  height: 100%;
  margin-top: -160px;
  position: absolute;
}

.snwires-lightbox {
  width: 49%;
}

.list {
  list-style-type: decimal;
}

.sn-listitem {
  margin-bottom: 10px;
  line-height: 24px;
}

.list-standard {
  padding-left: 14px;
}

.div-block {
  max-width: 100%;
  margin-bottom: 50px;
}

.background-video {
  margin-top: 50px;
}

.backgroundvideo-2 {
  height: 600px;
}

.html-embed {
  display: inline-block;
}

.portfolio-inside-link {
  z-index: 1;
  color: #fff;
  background-color: #bab8b600;
  border: 8px solid #aaa0;
  border-radius: 4px;
  margin-top: 24px;
  margin-left: 24px;
  line-height: 24px;
  position: absolute;
}

.portfolio-inside-link.reverse {
  color: var(--black);
}

.portfolio-link-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block {
  float: right;
  text-align: center;
  display: inline-block;
  position: relative;
  inset: 0%;
}

.text-block-2 {
  color: var(--black);
  display: inline;
  position: relative;
}

.div-block-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 6px;
  overflow: hidden;
}

.text-span {
  color: #f0f0f02e;
}

.nolink-overlay {
  z-index: 10;
  background-color: #ffffffeb;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  position: sticky;
  top: 0;
}

.nolink-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 1.4em;
  line-height: 1.4em;
  display: flex;
}

.nolink-text-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.glx-heroimg-1 {
  width: 730px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: 80px;
  position: static;
  top: 60px;
  right: 400px;
}

.glx-nav-thumb {
  background-image: linear-gradient(#423e4d, #201e24);
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.nolink-textbox {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  font-size: 1em;
  line-height: 1.4em;
  display: flex;
}

.nolink-links {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  transition: opacity .2s;
  display: block;
}

.image-28, .image-29 {
  background-color: var(--less-dark-black);
}

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

.glx-web-thumb {
  background-color: #212121;
  background-image: url('../images/glx-splash.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.roundedgreyimage {
  background-color: #cfcfcf;
  border-radius: 12px;
}

.glx-ios-thumb {
  background-image: url('../images/guestapp-main.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sportsnet-thumb {
  background-image: url('../images/thumbnail-cover.png'), linear-gradient(#303030, #303030);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 100%;
  height: 100%;
}

.pf-thumb {
  background-image: url('../images/pf-thumb.png'), linear-gradient(#5e5e5e, #5e5e5e);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  width: 100%;
  height: 100%;
}

.vsco-thumb {
  background-image: url('../images/iPhone-X_MockUp.png'), linear-gradient(#5e5e5e, #5e5e5e);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  width: 100%;
  height: 100%;
}

.glx-crew-thumb {
  background-color: #212121;
  background-image: url('../images/crewapp-thumb.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
}

.summarycat {
  letter-spacing: .05rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
}

.summarycontainer {
  border: 2px solid #e7e7e7;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 40px 40px 30px;
}

.bgvideo {
  border-radius: 12px;
  min-height: 692px;
}

.image-30 {
  background-color: #f2f2f2;
}

.head-jumbotron {
  z-index: 2;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 56px;
  display: block;
  position: static;
}

.head-jumbotron.vsco-shadow {
  text-shadow: 0 1px 13px #000;
}

.head-jumbotron.jumbo-centered {
  text-align: center;
}

.flightpathcontainer {
  z-index: 1;
  vertical-align: baseline;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 120px;
  display: inline-flex;
}

.container-large-copy.container-thumbnails {
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.container-large-copy.container-thumbnails-copy {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: stretch;
  width: 100%;
  max-width: 960px;
  margin-bottom: 100px;
  display: flex;
}

.flightpath-documentation {
  background-image: url('../images/Documentation-thumbnail.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.flightpath-figma {
  background-color: #212121;
  background-image: url('../images/Figma-file-thumbnail.png');
  background-size: cover;
  width: 100%;
  height: 100%;
}

.flightpath-thumb {
  background-color: #fff;
  background-image: url('../images/Portfolio-page-thumbnail.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mainpage-section {
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 120px;
}

.div-block-3 {
  width: 100%;
  height: 50px;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .section {
    display: none;
  }

  .section.section-hero-new {
    justify-content: center;
    display: flex;
  }

  .portfolio-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .portfo-thumbnails-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-large {
    width: 100%;
    max-width: 80rem;
  }

  .container-large.container-thumbnails {
    flex-wrap: wrap;
    place-content: flex-start center;
    display: flex;
  }

  .portfolio-link-block {
    width: 100%;
    height: 100%;
  }

  .glx-heroimg-1 {
    margin-right: 160px;
  }

  .flightpathcontainer {
    justify-content: center;
    display: flex;
  }

  .container-large-copy {
    width: 100%;
    max-width: 1280px;
  }

  .container-large-copy.container-thumbnails, .container-large-copy.container-thumbnails-copy {
    flex-wrap: wrap;
    place-content: flex-start;
    display: flex;
  }

  .mainpage-section {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .herounit {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 145px;
    padding-bottom: 120px;
  }

  .hero-header {
    text-align: center;
    max-width: none;
  }

  .hero-header.vsco-shadow {
    text-shadow: 0 0 12px #000;
  }

  .heroimage {
    width: 100%;
    max-width: 100%;
    margin: -99px auto -135px;
    padding-bottom: 0;
    display: block;
    position: static;
    top: -108px;
  }

  .herosubtitle {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .portfolio-item {
    height: 22rem;
  }

  .projects-jumbo-section {
    padding-top: 145px;
    padding-bottom: 120px;
  }

  .section-9 {
    margin-bottom: 100px;
  }

  .vsco-heroimg-1, .vsco-heroimg-2 {
    opacity: .15;
  }

  .light-hero {
    padding-left: 0;
  }

  .image-10 {
    margin-top: 136px;
  }

  .image-11 {
    margin-top: -141px;
  }

  .image-13 {
    width: 100%;
  }

  .image-14 {
    width: 100%;
    margin-bottom: 0;
  }

  .image-20 {
    display: none;
  }

  .header-gradient {
    margin-top: -145px;
  }

  .glx-heroimg-1 {
    display: none;
  }

  .glx-nav-thumb {
    background-image: url('../images/glx-thumbnail.png'), linear-gradient(#423e4d, #201e24);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .nolink-links {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .head-jumbotron {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .herounit {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    background-size: cover;
  }

  .jumbotron {
    font-size: 25px;
    line-height: 36px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-header {
    font-size: 16px;
    line-height: 30px;
  }

  .button.herobutton, .link-block {
    flex: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link {
    white-space: normal;
  }

  .herosubtitle {
    white-space: normal;
    font-size: 16px;
    line-height: 28px;
  }

  .separator, .portfolio-title {
    margin-left: 15px;
  }

  .portfolio-item {
    width: 100%;
    padding: 10px 10px 0;
  }

  .projects-jumbo-section {
    background-image: none;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .projects-image {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-9 {
    margin-top: 250px;
  }

  .text-paragraph {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-8 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .image-6 {
    margin-top: -180px;
  }

  .home-link-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-14, .section-15, .section-16 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .vsco-heroimg-1 {
    height: 490px;
  }

  .vsco-heroimg-2 {
    height: 490px;
    margin-left: 30px;
  }

  .unordered-list {
    margin-left: 10px;
    margin-right: 0;
  }

  .image-9 {
    width: 100%;
    margin-left: 0;
  }

  .image-10 {
    margin-top: 0;
    display: none;
  }

  .image-11 {
    display: none;
  }

  .header, .projects-image-caption {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .column-2, .column-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .header-gradient {
    margin-top: -50px;
  }

  .snwires-lightbox {
    width: 100%;
  }

  .list-standard {
    padding-left: 30px;
    padding-right: 15px;
  }

  .background-video {
    width: 100%;
    height: 410px;
  }

  .nolink-text {
    font-size: 1em;
  }

  .glx-heroimg-1 {
    height: 490px;
    margin-left: 30px;
  }

  .nolink-links {
    white-space: normal;
    font-size: 16px;
    line-height: 28px;
  }

  .column-5, .column-r {
    padding-left: 0;
    padding-right: 0;
  }

  .roundedgreyimage {
    border-radius: 0;
  }

  .head-jumbotron {
    font-size: 25px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .herounit {
    padding-top: 4em;
  }

  .section {
    height: 420px;
    padding-top: 0;
  }

  .section.section-hero-new {
    padding: 50px 15px 0;
  }

  .jumbotron {
    line-height: 37px;
  }

  .link-block {
    margin-bottom: 20px;
  }

  .herosubtitle {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .portfo-thumbnails-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .portfolio-item {
    height: 14rem;
  }

  .section-9 {
    margin-top: 150px;
  }

  .text-paragraph, .text-paragraph.dark-text {
    font-size: 15px;
  }

  .section-8 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .image-6 {
    margin-top: -100px;
  }

  .image-10, .image-11 {
    width: 100%;
  }

  .list-standard {
    font-size: 13px;
  }

  .background-video {
    height: 320px;
  }

  .portfolio-inside-link {
    margin-top: 8px;
    margin-left: 8px;
    font-size: 14px;
  }

  .nolink-links {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .head-jumbotron {
    line-height: 37px;
  }

  .flightpathcontainer, .mainpage-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}


