:root {
  --white: white;
  --purple: #240428;
  --neon-blue: #00f0ff;
  --black: black;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar-no-shadow {
  background-color: #1d0615;
  display: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 30%;
  max-width: 30%;
  display: flex;
}

.nav-menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  max-width: 30%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #ffa7ce;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 10px;
  font-family: Krub, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(177, 170, 255, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #ff89d2;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #ff89d2;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current, .nav-link.current {
  color: #74eaff;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  border: 0 solid #000;
  width: 65px;
  max-width: 100%;
  margin-right: 20px;
  padding-right: 0;
}

.section {
  background-color: #542344;
  min-height: auto;
}

.text-block {
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: inline-flex;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  border-bottom: 0 solid #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-height: 100%;
  display: flex;
}

.heading {
  color: rgba(255, 255, 255, 0);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  border-bottom: 2px solid #fff;
  width: 100%;
  padding-left: 0;
  padding-right: 140px;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.image-2 {
  max-width: none;
  max-height: 100%;
}

.flex-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
}

.heading-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  padding-right: 300px;
  font-family: Krub, sans-serif;
  font-weight: 200;
}

.heading-3 {
  color: #d193bd;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding-right: 170px;
  font-family: Krub, sans-serif;
  font-weight: 400;
}

.text-span {
  color: #ebf5ee;
}

.text-block-2 {
  color: #e4c2d9;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 280px;
  font-family: Krub, sans-serif;
}

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

.text-block-3 {
  padding-left: 200px;
  padding-right: 200px;
  font-family: Krub, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-4 {
  text-align: center;
  margin-top: 60px;
  font-family: Krub, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
  transition: flex .2s;
}

.text-span-2 {
  font-size: 18px;
}

.heading-4 {
  margin-top: 0;
  margin-left: 0;
  padding-left: 20px;
  font-family: Oswald, sans-serif;
}

.container-3 {
  color: #fff;
  background-color: #141b1e;
  background-image: linear-gradient(#000 82%, #fff);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 220px;
  padding-bottom: 140px;
  display: inline-block;
}

.quick-stack {
  margin-left: 0;
}

.quick-stack.right-col {
  box-sizing: border-box;
  float: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  color: #fff;
  object-fit: fill;
  background-color: rgba(36, 4, 40, 0);
  max-width: 700px;
  padding-top: 40px;
  padding-bottom: 20px;
  position: static;
}

.projectclient {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.projecttitleheader {
  margin-top: 10px;
  font-size: 25px;
}

.projecttitleheader.projectsquaretitle {
  font-family: Oswald, sans-serif;
  font-size: 22px;
}

.cell {
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.cell.projectsquare {
  background-color: rgba(10, 103, 53, 0);
  padding-bottom: 60px;
}

.cell.projectsquare.rb {
  background-color: #038a41;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #002b5c);
  border-radius: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: inset -6px 4px 4px rgba(0, 0, 0, .2);
}

.projectsquare {
  color: #fff;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.projectsquare.sf {
  background-color: #0053b3;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #968dc2);
  border-radius: 20px;
  padding-bottom: 40px;
  box-shadow: inset -6px 4px 4px rgba(0, 0, 0, .39);
}

.projectsquare.aws {
  background-color: #af6f0f;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #ce8c7a);
  border-radius: 20px;
  padding-bottom: 40px;
  box-shadow: inset -6px 4px 4px rgba(0, 0, 0, .2);
}

.projectsquare.bb {
  background-color: #d34e54;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #c97c86);
  border-radius: 20px;
  padding-bottom: 40px;
  box-shadow: inset -6px 4px 4px rgba(0, 0, 0, .39);
}

.projectsquare.uo {
  background-color: #00a790;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #89b1c9);
  border-radius: 20px;
  padding-bottom: 40px;
  box-shadow: inset -6px 4px 4px rgba(0, 0, 0, .39);
}

.projectsquare.other {
  background-color: #c72664;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #532283);
  border-radius: 20px;
  padding-bottom: 40px;
  box-shadow: inset -6px 4px 4px rgba(0, 0, 0, .39);
}

.projectsquare.rb {
  background-color: #038a41;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #88d689);
  border: 5px #5c305b;
  border-radius: 20px;
  box-shadow: inset -6px 4px 4px rgba(0, 0, 0, .39);
}

.navbar {
  background-color: #140016;
  background-image: none;
  position: static;
  box-shadow: inset 3px -8px 15px rgba(0, 0, 0, .3);
}

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

.nav-link-3.current {
  color: #74eaff;
}

.nav-link-4 {
  color: #aa8394;
}

.container-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.container-5 {
  border-radius: 0;
  min-width: 90%;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
}

.container-6 {
  background-color: #fff;
  max-width: 1000px;
  padding: 20px;
  box-shadow: 1px 1px 4px 1px #180617;
}

.section-2 {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .03)), url('../images/backing-gradient.svg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  border-radius: 0 0 20px 20px;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .28);
}

.heading-7 {
  color: #fff;
  text-align: left;
  text-shadow: 4px 4px rgba(0, 0, 0, .24);
  font-family: Krub, sans-serif;
  font-size: 150px;
  line-height: 100px;
}

.container-7 {
  aspect-ratio: 1.4;
  box-shadow: none;
  outline-offset: 0px;
  background-image: url('../images/lowContrastHero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  max-height: 600px;
  padding: 100px 20px;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-transform: none;
  text-shadow: 3px 3px rgba(0, 0, 0, .53);
  background-color: rgba(0, 0, 0, 0);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 60px;
}

.heading-9 {
  color: #a1e7ff;
  text-transform: lowercase;
  margin-top: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 300;
}

.container-9 {
  object-fit: fill;
  background-color: rgba(0, 0, 0, .95);
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: visible;
}

.div-block-2 {
  background-color: #fff;
  transform: rotate(-20deg);
}

.div-block-5 {
  background-color: #6b3434;
  transform: rotate(-20deg);
}

.div-block-6 {
  background-color: #7c0000;
  transform: rotate(-20deg);
}

.div-block-7 {
  background-color: #a76f00;
  transform: rotate(-20deg);
}

.div-block-8 {
  background-color: #e6bf00;
  transform: rotate(-20deg);
}

.column {
  background-color: #240427;
}

.flex-col {
  object-fit: fill;
  background-image: url('../images/Frame-6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 50%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.flex-col.right-col {
  color: #fff;
  background-color: #240428;
  background-image: none;
  flex-basis: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.flex-col.left {
  background-image: url('../images/gradient-thingy-flipped.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.code-embed {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.code-embed-2 {
  z-index: 0;
  float: right;
  clear: none;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.flex-block-2 {
  outline-offset: 0px;
  object-fit: contain;
  border-radius: 20px;
  outline: 10px solid #230e2b;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: visible;
  box-shadow: 5px 5px 5px 10px rgba(0, 0, 0, .38);
}

.container-10 {
  object-fit: fill;
  border: 20px #a34040;
  max-width: 100%;
}

.projectheroimage {
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: 500px;
  display: inline-block;
  overflow: hidden;
}

.projectheroimage.rb {
  float: right;
  min-width: auto;
  display: none;
}

.projectheroimage.sf {
  float: right;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 30%;
  min-width: auto;
  max-height: 500px;
  display: none;
}

.projectheroimage.aws {
  float: right;
  min-width: auto;
  min-height: 100%;
  display: none;
}

.projectheroimage.bb, .projectheroimage.uo {
  float: right;
  min-width: auto;
  display: none;
}

.projectheroimage.assorted {
  float: right;
  aspect-ratio: auto;
  object-fit: cover;
  border: 10px #260127;
  border-radius: 50%;
  min-width: auto;
  max-width: 700px;
  padding: 20px;
  display: none;
}

.container-11 {
  margin-top: 140px;
  margin-bottom: 100px;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  display: flex;
}

.heading-10 {
  text-align: center;
  font-family: Krub, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.button {
  text-align: center;
  background-color: #007780;
  border-radius: 10px;
  align-self: center;
  margin-top: 20px;
  padding: 25px 60px;
  font-family: Krub, sans-serif;
  font-size: 30px;
  font-weight: 200;
  box-shadow: 5px 5px rgba(0, 0, 0, .2);
}

.button:hover {
  background-color: #00455a;
}

.button.project-button {
  background-color: #004f55;
  border: 5px #00bbc7;
  align-self: stretch;
  margin-left: 0;
}

.button.sfwriteup {
  width: 30%;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 25px;
}

.column-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  border-radius: 20px;
  align-self: flex-start;
  box-shadow: 8px 8px rgba(36, 4, 40, .53);
}

.container-12 {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 20px;
  outline: 3px #333;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 40px 20px;
  box-shadow: inset 5px 5px 0 1px rgba(0, 0, 0, .2);
}

.heading-11 {
  text-align: center;
  color: #333;
  font-family: Krub, sans-serif;
  font-weight: 400;
  transform: rotate(5deg);
}

.flex-block-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  transform: rotate(5deg);
}

.section-3 {
  object-fit: fill;
  background-color: rgba(36, 4, 40, 0);
  border-radius: 20px;
  max-width: 1000px;
  margin: 150px auto 100px;
  padding: 20px 40px;
}

.div-block-9 {
  background-color: #007780;
  border-radius: 11px;
  height: 50px;
  margin-bottom: -145px;
  transform: rotate(10deg);
}

.container-13 {
  background-color: #240428;
  background-image: linear-gradient(rgba(0, 119, 128, .43), rgba(255, 255, 255, 0));
  border-radius: 20px;
  max-width: 100%;
  padding: 20px;
  transform: rotate(-5deg);
}

.link-block {
  display: none;
}

.cell-2 {
  justify-content: flex-end;
  align-items: flex-end;
}

.container-14 {
  background-image: url('../images/blueHero.png');
  background-position: 0 0;
  background-size: auto;
  max-width: 1000px;
  height: 5000px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-10 {
  float: left;
  object-fit: cover;
  flex-flow: column;
  display: flex;
}

.bounding-box {
  max-width: 3000px;
  padding-left: 0;
  padding-right: 0;
}

.gallery-scroll {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.container-16 {
  max-width: 3000px;
  padding: 20px;
}

.listingnav {
  padding-left: 0;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 10px;
  overflow: visible;
}

.projectlistingimage {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: none;
  background-size: auto;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: none;
}

.projectlisting {
  padding-top: 0;
  padding-bottom: 0;
}

.section-4 {
  background-color: var(--white);
  background-image: none;
  max-width: 3000px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0;
}

.heading-12 {
  background-color: var(--white);
  color: var(--purple);
  text-align: center;
  text-transform: none;
  border-radius: 20px;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
  font-family: Krub, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.projectlistingwidget {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 5px none var(--white);
  background-color: #fff;
  background-image: url('../images/edukit.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 100%;
  min-height: 200px;
  margin-bottom: 5px;
  padding: 0;
  display: flex;
}

.projectlistingwidget.rb {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/lxivm.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.projectlistingwidget.sf {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/jordan-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.projectlistingwidget.aws {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/edukit.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.projectlistingwidget.bb {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/boxbuddy.png');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
}

.projectlistingwidget.uo {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/octopus.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.projectlistingwidget.assorted {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Photography.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.projectspace {
  padding: 0 10px 0 20px;
}

.project {
  background-color: #fff;
  border-radius: 10px;
  max-width: 100%;
  padding: 10px 10px 20px;
}

.project.rb {
  display: block;
}

.project.sf, .project.aws, .project.bb, .project.uo, .project.assorted {
  display: none;
}

.columns-2 {
  background-color: var(--white);
  border-radius: 0;
}

.projectlistinghero {
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #2d0b31), url('../images/lxivm.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  height: 500px;
  padding: 0;
  display: flex;
}

.projectlistinghero.sf {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #2d0b31), url('../images/Group-Capstone-Photo.jpg');
  background-position: 0 0, 50% 0;
}

.projectlistinghero.aws {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #2d0b31), url('../images/STIm7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.projectlistinghero.bb {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #2d0b31), url('../images/boxbuddy.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.projectlistinghero.uo {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #2d0b31), url('../images/octopus.png');
  background-position: 0 0, 50% 0;
  background-size: auto, contain;
}

.projectlistinghero.assorted {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #2d0b31), url('../images/Photography.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.projectlistingtitle {
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: none;
  background-clip: border-box;
  border-radius: 4px;
  min-width: 100%;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 700;
}

.detailsection {
  padding: 20px;
}

.detailheader {
  font-family: Krub, sans-serif;
  font-size: 40px;
}

.text-span-3 {
  font-size: 25px;
}

.rich-text-block {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Krub, sans-serif;
  font-size: 15px;
  display: block;
}

.task {
  padding-left: 20px;
  padding-right: 20px;
}

.listingcontainer {
  background-color: var(--white);
  border-radius: 0;
  max-width: 100%;
  max-height: 95vh;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: 0;
  left: auto;
  overflow: scroll;
}

.action {
  padding-left: 20px;
  padding-right: 20px;
}

.detailsection {
  max-width: 1100px;
}

.paragraph, .paragraph-2, .paragraph-3 {
  font-family: Krub, sans-serif;
  font-size: 15px;
}

.paragraph-4 {
  font-family: Krub, sans-serif;
}

.projectlistingheader {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krub, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.projectlistingareas {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krub, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.projectlistingblurb {
  background-color: rgba(0, 0, 0, .68);
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 10px;
}

.container-18 {
  max-width: 3000px;
}

.body-2 {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
}

.image-5 {
  vertical-align: baseline;
  height: 100%;
}

.image-5.double {
  max-width: 50%;
}

.image-5.double.final {
  height: auto;
}

.container-19 {
  object-fit: fill;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: 75%;
  display: flex;
  overflow: visible;
}

.slider {
  background-color: var(--purple);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .58));
  height: 400px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  font-family: Krub, sans-serif;
  font-weight: 700;
}

.slide {
  padding-top: 0;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  font-family: Krub, sans-serif;
  font-weight: 700;
}

.tab-link {
  text-align: left;
  background-color: #dfd5de;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Krub, sans-serif;
}

.tab-link.w--current {
  background-color: #97c3d1;
}

.tab-link-tab-2, .tab-link-tab-3 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.text-block-7 {
  overflow-wrap: normal;
}

.container-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-13 {
  text-align: left;
  font-family: Krub, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.container-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-3, .cell-4, .projectcell {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  padding: 0;
}

.container-22 {
  width: 100%;
  max-width: none;
}

.image-7 {
  width: 100%;
}

.tabs {
  margin-top: 10px;
}

.projectcontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-14 {
  font-family: Krub, sans-serif;
  font-weight: 400;
}

.column-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-5 {
  font-family: Krub, sans-serif;
  font-size: 18px;
  line-height: 22px;
  transform: rotate(0);
}

.column-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.containersafe {
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}

.container-13-copy {
  background-color: #240428;
  background-image: linear-gradient(rgba(0, 119, 128, .43), rgba(255, 255, 255, 0));
  border-radius: 20px;
  max-width: 100%;
  padding: 40px;
}

.github-header {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.image-10 {
  width: 70%;
  max-width: none;
}

.columns-4 {
  width: 100%;
}

.grid {
  flex-flow: column;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
  display: flex;
}

.image-11 {
  width: 70%;
  max-width: none;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.github-container {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.github-container {
  padding-top: 40px;
}

.container-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.github-subheader {
  margin-top: 10px;
  font-family: Krub, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.navbar-2 {
  background-color: #140016;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sf-opportunity {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.rich-text-block-2, .rich-text-block-3, .rich-text-block-4 {
  font-family: Krub, sans-serif;
  font-size: 15px;
}

.opportunity-text {
  width: 50%;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Krub, sans-serif;
  font-size: 15px;
}

.opportunity-image {
  width: 50%;
}

.opportunity {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.opportunity-image {
  display: block;
}

.opportunity-image.alt {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    min-width: auto;
    max-width: 50%;
    padding-right: 20px;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: rgba(255, 255, 255, 0);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 30%;
    max-width: 30%;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image {
    margin-right: 0;
  }

  .text-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .heading {
    padding-right: 60px;
  }

  .flex-block {
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    max-width: 80%;
  }

  .heading-2 {
    padding-right: 220px;
  }

  .heading-3 {
    padding-right: 100px;
  }

  .text-block-2 {
    padding-right: 220px;
  }

  .text-block-3 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-4 {
    padding-right: 20px;
  }

  .quick-stack {
    margin-left: 140px;
  }

  .quick-stack.right-col {
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .projectclient {
    font-size: 16px;
  }

  .projecttitleheader.projectsquaretitle {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .cell.projectsquare.rb {
    padding-bottom: 60px;
  }

  .container-4 {
    display: block;
  }

  .menu-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .icon {
    color: #fff;
  }

  .nav-menu-2 {
    background-color: #200319;
    border-radius: 0 0 20px 20px;
  }

  .heading-7 {
    font-size: 120px;
  }

  .container-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-9 {
    font-size: 25px;
  }

  .flex-col {
    flex-basis: 30%;
  }

  .flex-col.right-col {
    flex-basis: 70%;
  }

  .container-10 {
    font-size: 15px;
  }

  .projectheroimage {
    object-fit: fill;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
  }

  .projectheroimage.rb {
    margin-right: -200px;
    display: none;
  }

  .projectheroimage.sf {
    margin-left: -350px;
    display: none;
  }

  .projectheroimage.aws {
    float: left;
    margin-left: -200px;
    display: none;
  }

  .projectheroimage.bb {
    margin-right: -140px;
    display: none;
  }

  .projectheroimage.uo {
    margin-right: -300px;
    display: none;
  }

  .button {
    line-height: 30px;
  }

  .button.github {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .button.sfwriteup {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-3 {
    margin-top: 140px;
  }

  .div-block-9 {
    height: 70px;
    margin-bottom: -160px;
    transform: rotate(20deg);
  }

  .container-13, .div-block-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-15 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .projectlistingimage {
    border-radius: 10%;
    width: 100%;
    height: 100px;
    display: none;
  }

  .heading-12 {
    font-size: 45px;
    line-height: 45px;
  }

  .projectlistingwidget {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 125px;
    max-width: 100%;
    padding: 0 0 5px;
  }

  .projectlistingwidget.assorted {
    aspect-ratio: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Photography.jpg');
    background-size: auto, contain;
    min-width: 175px;
    max-width: 400px;
  }

  .rich-text-block {
    padding-top: 20px;
  }

  .listingcontainer {
    flex-flow: column;
    display: flex;
  }

  .projectlistingheader {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .projectlistingblurb {
    padding-top: 5px;
    padding-left: 5px;
  }

  .image-5 {
    height: auto;
  }

  .image-5.double {
    max-width: 50%;
  }

  .container-19 {
    width: 80%;
    overflow: hidden;
  }

  .text-block-6 {
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-family: Krub, sans-serif;
    font-weight: 700;
  }

  .quick-stack-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-3 {
    padding: 0;
  }

  .columns-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .containersafe {
    margin-top: 60px;
  }

  .container-13-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-10 {
    width: 100%;
    max-width: none;
  }

  .image-11 {
    width: 100%;
  }

  .icon-2 {
    color: #fff;
  }

  .nav-menu-3 {
    background-color: #200319;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-3.w--open {
    background-color: #00374d;
    border-radius: 20px;
  }

  .sf-opportunity {
    flex-flow: column;
  }

  .opportunity-text {
    width: 90%;
    padding-top: 10px;
  }

  .opportunity-image {
    width: 100%;
    margin-bottom: 10px;
  }

  .opportunity {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .opportunity-image.alt {
    display: block;
  }

  .opportunity-image.initial {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    width: 50%;
    max-width: 50%;
    height: 40.9%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-right: auto;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    height: 60px;
    display: block;
  }

  .text-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 0;
    padding-left: 10px;
    display: inline-flex;
    position: static;
    top: 0;
  }

  .heading {
    padding-right: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .flex-block {
    max-width: 70%;
  }

  .heading-2 {
    padding-right: 110px;
  }

  .heading-3 {
    text-align: left;
    padding-left: 5vw;
    padding-right: 30px;
    font-size: 20px;
  }

  .text-block-2 {
    text-align: left;
    padding-left: 5vw;
    padding-right: 100px;
  }

  .quick-stack {
    margin-left: 0;
  }

  .quick-stack.right-col {
    padding-top: 10px;
  }

  .projectclient {
    font-size: 15px;
  }

  .projecttitleheader.projectsquaretitle {
    font-size: 18px;
    line-height: 28px;
  }

  .projectsquare.sf {
    padding-bottom: 60px;
  }

  .container-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .section-2 {
    background-size: auto 100%;
  }

  .heading-7 {
    font-size: 90px;
    line-height: 50px;
  }

  .container-7 {
    background-image: linear-gradient(rgba(42, 22, 42, .34), rgba(42, 22, 42, .34)), url('../images/blueHero.png'), linear-gradient(#00d1e0, #230326 61%);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, contain, auto;
    margin-left: 5px;
    margin-right: 5px;
    transform: none;
  }

  .heading-8 {
    font-size: 85px;
    line-height: 60px;
  }

  .heading-9 {
    font-size: 20px;
  }

  .code-embed-2 {
    display: inline-block;
  }

  .projectheroimage {
    object-fit: fill;
    max-height: 800px;
    overflow: hidden;
  }

  .projectheroimage.rb {
    margin-right: -300px;
    display: none;
  }

  .projectheroimage.sf {
    float: none;
    clear: none;
    margin-left: -350px;
    display: none;
  }

  .projectheroimage.aws {
    float: left;
    margin-left: -200px;
    margin-right: 0;
    display: none;
  }

  .projectheroimage.bb {
    margin-right: -260px;
  }

  .projectheroimage.uo {
    margin-right: -400px;
  }

  .heading-10 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .button {
    line-height: 30px;
  }

  .button.github {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-3 {
    margin-top: 100px;
  }

  .container-13 {
    transform: rotate(-6deg);
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .listingnav {
    z-index: 10;
    top: 0;
    left: 0;
  }

  .heading-12 {
    font-size: 40px;
    line-height: 45px;
  }

  .projectlistingwidget.assorted {
    min-width: 125px;
  }

  .listingcontainer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 10px;
    display: flex;
    position: static;
  }

  .projectlistingheader {
    font-size: 20px;
    line-height: 25px;
  }

  .projectlistingareas {
    font-size: 12px;
    line-height: 15px;
  }

  .image-5.double.final {
    max-width: 100%;
    height: 50%;
  }

  .container-19 {
    width: 75%;
  }

  .quick-stack-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .columns-3 {
    flex-flow: column;
    display: flex;
  }

  .image-9 {
    max-width: 80%;
  }

  .containersafe {
    margin-top: 10px;
  }

  .container-13-copy {
    transform: none;
  }

  .github-header {
    text-align: center;
  }

  .image-10 {
    width: 100%;
    max-width: none;
  }

  .grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-11 {
    width: 100%;
  }

  .brand-2 {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand {
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    min-width: 20%;
    max-width: 30%;
  }

  .nav-menu {
    flex-direction: column;
    flex: none;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image {
    order: 1;
    width: 60px;
    margin-left: 10px;
  }

  .text-block {
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: none;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 25px;
  }

  .container {
    overflow: hidden;
  }

  .heading {
    -webkit-text-stroke-width: 1px;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .image-2 {
    aspect-ratio: auto;
    object-fit: fill;
    max-width: 80%;
    overflow: visible;
  }

  .flex-block {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .heading-2 {
    padding-left: 5px;
    padding-right: 45px;
    font-size: 25px;
  }

  .heading-3 {
    text-align: left;
    padding-left: 5px;
    padding-right: 0;
    font-size: 12px;
  }

  .text-block-2 {
    text-align: left;
    padding-left: 5px;
    padding-right: 0;
    font-size: 10px;
  }

  .text-block-3 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
  }

  .projectclient {
    font-size: 18px;
  }

  .projecttitleheader.projectsquaretitle {
    font-size: 20px;
  }

  .cell.projectsquare.rb {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, #002b5c);
    padding-bottom: 40px;
  }

  .projectsquare.sf {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, #c05509);
    padding-bottom: 40px;
  }

  .projectsquare.aws {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, #cc4876);
    padding-bottom: 40px;
  }

  .projectsquare.bb {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, #1aa39c);
    padding-bottom: 40px;
  }

  .projectsquare.uo {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, #bdab25);
    padding-bottom: 40px;
  }

  .projectsquare.other {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, #532283);
    padding-bottom: 40px;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .brand {
    flex: 0 auto;
    padding-left: 0;
  }

  .heading-7 {
    font-size: 40px;
    line-height: 15px;
  }

  .container-7 {
    background-image: linear-gradient(rgba(39, 14, 38, .46), rgba(39, 14, 38, .46)), url('../images/blueHero.png'), linear-gradient(#00d1e0, #230326 61%);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .heading-8 {
    font-size: 50px;
    line-height: 30px;
  }

  .heading-9 {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 25px;
  }

  .flex-col {
    display: block;
  }

  .flex-col.left {
    display: none;
  }

  .flex-block-2, .columns {
    flex-flow: column;
  }

  .heading-10 {
    text-align: center;
  }

  .button {
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 40px;
    font-size: 25px;
  }

  .button.project-button {
    display: none;
  }

  .button.github {
    width: 100%;
  }

  .button.sfwriteup {
    width: 100%;
    margin: 10px 0;
  }

  .image-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-12 {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .heading-11 {
    font-size: 25px;
    line-height: 25px;
    transform: none;
  }

  .flex-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
    transform: none;
  }

  .section-3 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

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

  .container-15 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

  .heading-12 {
    font-size: 30px;
    line-height: 35px;
  }

  .projectlistingwidget {
    min-width: 125px;
    padding-bottom: 0;
  }

  .projectspace {
    padding-left: 10px;
    padding-right: 10px;
  }

  .projectlistinghero.bb {
    background-position: 0 0, 50% 0;
  }

  .rich-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .listingcontainer {
    padding-top: 10px;
    padding-left: 10px;
    display: flex;
  }

  .listingcontainer.another {
    position: -webkit-sticky;
    position: sticky;
  }

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

  .projectlistingheader {
    font-size: 20px;
    line-height: 20px;
  }

  .projectlistingareas {
    font-size: 12px;
  }

  .image-5 {
    height: 50%;
  }

  .image-5.double {
    max-width: 100%;
  }

  .container-19 {
    flex-flow: wrap;
    width: 60%;
  }

  .quick-stack-2 {
    padding: 20px 0 0;
  }

  .quick-stack-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-8 {
    display: block;
  }

  .heading-14 {
    font-size: 30px;
  }

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

  .paragraph-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .columns-3 {
    display: flex;
  }

  .image-9 {
    max-width: 70%;
  }

  .containersafe {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-13-copy {
    padding-left: 10px;
    padding-right: 10px;
    transform: none;
  }

  .github-header {
    text-align: center;
  }

  .image-10 {
    width: 100%;
    max-width: none;
  }

  .image-11 {
    width: 100%;
  }

  .container-25 {
    flex-flow: column;
  }

  .nav-menu-3 {
    padding-bottom: 5px;
  }

  .opportunity-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_00072475-6b8c-29a4-cca0-c9c9321a2881-1a6332f4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8b43a886-6798-f32c-c5f1-acdeabc8c1b1-c0343fd7 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_546412f5-4fbc-d675-6304-17109edc6784-c0343fd7 {
  grid-row: span 3 / span 3;
}

#w-node-_25a26227-b633-47e0-0979-36c8436359bc-c0343fd7 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 2fr 2fr 1.75fr;
}

#w-node-_38531212-c5fe-429e-b633-1812731f915f-c0343fd7 {
  grid-column: span 2 / span 2;
}

#w-node-a8a75e09-98d8-2d2a-2bda-bba98cbc83b4-c0343fd7 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_25a26227-b633-47e0-0979-36c8436359bc-c0343fd7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_00072475-6b8c-29a4-cca0-c9c9321a2881-1a6332f4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_25a26227-b633-47e0-0979-36c8436359bc-c0343fd7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_38531212-c5fe-429e-b633-1812731f915f-c0343fd7 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_00072475-6b8c-29a4-cca0-c9c9321a2881-1a6332f4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b43a886-6798-f32c-c5f1-acdeabc8c1b1-c0343fd7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_546412f5-4fbc-d675-6304-17109edc6784-c0343fd7 {
    grid-row: span 3 / span 3;
  }

  #w-node-_25a26227-b633-47e0-0979-36c8436359bc-c0343fd7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_38531212-c5fe-429e-b633-1812731f915f-c0343fd7 {
    grid-column: span 1 / span 1;
  }
}


