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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.navbar_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 491px;
  margin-left: 491px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar_brand {
  z-index: 10;
}

.navbar_menucontainer {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.navbar_flexcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_flexcontainer.wide {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}

.navbar_menulink {
  margin-right: 4px;
  margin-left: 4px;
  padding: 4px 10px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  direction: ltr;
  font-family: Lato, sans-serif;
  color: #29282e;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: lowercase;
}

.navbar_menulink:hover {
  background-color: #fcee35;
  box-shadow: 2px 2px 2px 0 #b6b6b6;
  color: #29282e;
}

.navbar_menulink.w--current {
  background-color: #fcee35;
  box-shadow: 2px 2px 2px 0 #7c7c7c;
  color: #29282e;
}

.navbar_menulink.current {
  color: #29282e;
}

.navbar_menulink.current.w--current {
  margin-right: 4px;
  margin-left: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fcee35;
  box-shadow: 2px 2px 2px 0 #b6b6b6;
  color: #29282e;
  font-weight: 900;
}

.navbar_linkblock {
  position: relative;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.navbar_linkblock.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f8f8f8;
  text-align: center;
}

.footer_flexcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer_icondiv {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.footer_icondiv_list {
  position: static;
  list-style-type: none;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #aaa;
  font-size: 20px;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer_copyright {
  font-family: Lato, sans-serif;
  color: #aaa;
  font-weight: 400;
  text-align: left;
}

.footer_icondiv_link {
  display: block;
  margin-bottom: 10px;
  font-family: 'Material design iconic font', sans-serif;
  color: #29282e;
  font-size: 20px;
  text-decoration: none;
}

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

.home-hero {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: linear-gradient(180deg, hsl(0deg 0% 6% / 83%), hsl(0deg 0% 10% / 83%)), url('../images/banner.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero_columns {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero_columns.mobile-inverted {
  margin-bottom: 0px;
  -webkit-transition-property: none;
  transition-property: none;
}

.hero_heading {
  margin-right: -271px;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 62px;
  font-weight: 900;
  text-transform: lowercase;
}

.hero_text {
  letter-spacing: 0.5px;
}

.hero_text_span {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fcee35;
  box-shadow: 2px 2px 2px 0 #b6b6b6;
  color: #29282e;
  text-transform: lowercase;
}

.home-clients {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #29282e;
}

.clients_container {
  padding-top: 40px;
}

.clients_title {
  width: 60%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.text_client_title {
  position: relative;
  margin-bottom: 8px;
  opacity: 0.6;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.client_logo {
  display: inline-block;
  opacity: 0.6;
}

.projects_thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}

.thumbnil-block {
  position: relative;
  overflow: hidden;
  height: 200px;
  background-image: url('../images/blog-post-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.thumbnail_container_text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(230, 240, 255, 0.89);
  opacity: 1;
  color: #fff;
}

.projects_thumbnail_container {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 200px;
  background-image: url('../images/ide.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.thumbnail_stockcars {
  position: relative;
  overflow: hidden;
  height: 200px;
  background-image: url('../images/Untitled.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.tb_container {
  margin-bottom: 10px;
}

.tb_section {
  margin-top: 100px;
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.tb_heading {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #29282e;
  font-weight: 900;
}

.tb_column {
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  opacity: 1;
}

.tb_text {
  font-family: Lato, sans-serif;
  color: #29282e;
  font-weight: 400;
}

.thumbnail_csi {
  position: relative;
  overflow: hidden;
  height: 200px;
  background-image: url('../images/csi_header.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.home-projects {
  padding-bottom: 40px;
}

.projects_container {
  padding-top: 40px;
}

.projects_title {
  width: 60%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.text_project_title {
  position: relative;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #29282e;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.projects_columns {
  margin-bottom: 20px;
}

.project_link_thumbnail {
  height: 200px;
  background-image: url('../images/ide.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.contact_container {
  padding-top: 80px;
}

.contact_heading {
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-transform: lowercase;
}

.contact_words {
  padding-top: 20px;
  font-family: Lato, sans-serif;
  color: grey;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-transform: lowercase;
}

.contact_submit {
  margin-top: 25px;
  background-color: #fcee35;
  box-shadow: 2px 2px 2px 0 #b6b6b6;
  font-family: Lato, sans-serif;
  color: #29282e;
  font-size: 20px;
  font-weight: 900;
  text-transform: lowercase;
}

.form_label {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.field-label-2 {
  font-size: 0px;
}

.field-label-3 {
  font-size: 16px;
}

.form-block {
  margin-bottom: 78px;
}

.project-hero {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.83)), to(hsla(0, 0%, 100%, 0.83)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.83), hsla(0, 0%, 100%, 0.83));
}

.projecthero_container {
  padding-right: 0px;
  padding-left: 0px;
}

.projecthero_columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.projecthero_heading {
  margin-right: -271px;
}

.projecthero_text {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #29282e;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.projecthero_lowertext {
  font-family: Lato, sans-serif;
  color: #29282e;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
}

.project-summary {
  background-color: #29282e;
}

.summary_container {
  padding-top: 40px;
  padding-bottom: 0px;
}

.summary_columns {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

.summary_header {
  position: relative;
  margin-bottom: 8px;
  opacity: 0.6;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  text-transform: lowercase;
}

.summary_text {
  position: relative;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.project-text {
  padding-top: 0px;
  background-color: #f8f8f8;
}

.projecttext_container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.projecttext_heading {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #29282e;
  font-size: 25px;
  line-height: 40px;
}

.projecttext_text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.projecttext_container_list {
  position: static;
  margin-top: 29px;
  margin-bottom: 1.5em;
  padding-left: 20px;
  color: #000;
}

.projecttext_listitem {
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
}

.listitem_text {
  margin-bottom: 1.4em;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.listitem_bold {
  color: #000;
  font-weight: 700;
}

.video_container {
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
}

.sketchfab_container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.singleimage_container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.lightbox_single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lbsingle_image {
  display: block;
  height: auto;
}

.multiimage_container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.multiimage_container_columns {
  padding-bottom: 30px;
}

.stack_container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.stack_container_columns {
  padding-bottom: 30px;
}

.stack_text {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stack_text_heading {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Lato, sans-serif;
  color: #29282e;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
}

.stack_text_text {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.project_ide {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.83)), to(hsla(0, 0%, 100%, 0.83))), url('../images/banner_idetrae.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.83), hsla(0, 0%, 100%, 0.83)), url('../images/banner_idetrae.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero_csi {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.83)), to(hsla(0, 0%, 100%, 0.83))), url('../images/csi_header.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.83), hsla(0, 0%, 100%, 0.83)), url('../images/csi_header.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container_multiimage {
  padding-top: 40px;
  padding-bottom: 40px;
}

.multiimage_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects_thumbnail_ide {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 200px;
  background-image: url('../images/ide.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.projects_thumbnail_csi {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 200px;
  background-image: url('../images/csi_header.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero_rowan {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.83)), to(hsla(0, 0%, 100%, 0.83))), url('../images/header_rowan.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.83), hsla(0, 0%, 100%, 0.83)), url('../images/header_rowan.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projects_thumbnail_rowan {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 200px;
  background-image: url('../images/thumbnail_rowan.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: repeat;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.rowan_key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.key_third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  line-height: 26px;
}

.key_text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.key_image {
  margin-left: 10px;
  background-color: transparent;
}

.image {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image_rowanheader {
  display: block;
  margin-top: 30px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.about-dual {
  padding-bottom: 40px;
}

.container_aboutdual {
  padding-top: 40px;
  padding-bottom: 0px;
}

.about-multi {
  padding-top: 40px;
}

.image-2 {
  padding-left: 0px;
}

.about_heading {
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-transform: lowercase;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #29282e;
  font-size: 48px;
  line-height: 44px;
  font-weight: 900;
}

.about_words {
  padding-top: 20px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
}

.text_contact_hero {
  font-family: Lato, sans-serif;
  color: #29282e;
  font-size: 48px;
  line-height: 44px;
  font-weight: 900;
}

.about_hero_text_intro {
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.body_cv {
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  background-color: #222;
}

.cv_header_container {
  padding-top: 80px;
  padding-bottom: 0px;
}

.cv_header_container_dualcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cv_header_container_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 172px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cv_header_image {
  border-radius: 0px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cv_header_heading {
  margin-top: 0px;
  margin-bottom: 4px;
  padding-bottom: 0px;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.cv_header_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  -o-object-fit: fill;
  object-fit: fill;
}

.cv_header_link {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.cv_logo {
  position: relative;
  margin-right: 16px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.cv_logo.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.cv_header_container_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cv_header_text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cv_contents {
  margin-left: 220px;
  padding-right: 600px;
  padding-left: 400px;
}

.cv_contents_container {
  padding-top: 80px;
  padding-bottom: 0px;
}

.cv_contents_section {
  display: block;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cv_content_title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #eee;
  font-size: 14px;
  line-height: 22px;
}

.cv_content_text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
}

.cv_content_container {
  max-width: 100%;
  padding: 80px 0px 0px;
}

.cv_content_section {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cv_content_container_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  white-space: normal;
}

.cv_content_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  -o-object-fit: fill;
  object-fit: fill;
}

.cv_content_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.civ_content_dual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cv_content_dual {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cv_dual_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 82px;
  padding-bottom: 5px;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  -o-object-fit: fill;
  object-fit: fill;
}

.cv_dual_right_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  -o-object-fit: fill;
  object-fit: fill;
}

.cv_header_container_header-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cv_info_container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.cv_info_container_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cv_info_textcontainer {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cv_info_left {
  display: block;
  overflow: visible;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 22px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cv_info_column_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.cv_info_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #eee;
  font-size: 14px;
  line-height: 22px;
  -o-object-fit: fill;
  object-fit: fill;
}

.cv_info_item_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cv_info_head {
  margin-left: 100px;
  padding-bottom: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.grid {
  margin-top: 30px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cv_iconlink {
  display: block;
  margin-bottom: 10px;
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cv_info_contact_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.text-block-2 {
  font-family: 'Material design iconic font', sans-serif;
}

.cv_contact_icon {
  display: block;
  margin-bottom: 10px;
  padding-right: 15px;
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

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

.cv_contact_words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  -o-object-fit: fill;
  object-fit: fill;
}

.link {
  text-decoration: none;
}

.cv_link {
  color: #aaa;
  text-decoration: none;
}

.link-2 {
  color: #aaa;
  text-decoration: none;
}

.cv_viewresume {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fcee35;
  box-shadow: 2px 2px 2px 0 #000;
  color: #29282e;
  font-size: 24px;
  text-transform: lowercase;
}

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

.cv_resume {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-transform: lowercase;
}

.projects_thumbnail_nextgen {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 200px;
  background-image: url('../images/nextGen_thumbnail-min.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.projects_thumbnail_HNI {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 200px;
  background-image: url('../images/HNI_thumbnail-min.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button {
  padding-top: 9px;
  background-color: #fcee35;
  font-family: Lato, sans-serif;
  color: #29282e;
  font-weight: 900;
  text-transform: lowercase;
}

.button.button_contact {
  position: static;
}

.button_contact {
  margin-top: 25px;
  background-color: #fcee35;
  box-shadow: 2px 2px 2px 0 #b6b6b6;
  font-family: Lato, sans-serif;
  color: #29282e;
  font-size: 20px;
  font-weight: 900;
  text-transform: lowercase;
}

.grid_cv_tools {
  margin-top: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cv_header_tools {
  margin-top: 0px;
  margin-bottom: 34px;
  padding-bottom: 0px;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.link_custom {
  color: #9165ff;
  text-decoration: none;
}

.link_arrow {
  font-family: 'Material design iconic font', sans-serif;
  color: #9165ff;
  font-style: normal;
  text-decoration: none;
}

.italic-text {
  color: #ff6568;
  font-style: italic;
  font-weight: 400;
}

.image-3 {
  max-width: 80%;
  padding-right: 0px;
  padding-left: 0px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.container_construct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contruct_multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.image_construct {
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.exp_csi {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 200px;
  background-image: url('../images/capture_csi.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.construct_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.construct_multi_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.hero_text_span_black {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fcee35;
  box-shadow: 2px 2px 2px 0 #464646;
  color: #29282e;
  text-transform: lowercase;
}

@media screen and (max-width: 991px) {
  .navbar_logo {
    border-radius: 0px;
  }

  .icon {
    color: #29282e;
    font-size: 40px;
    line-height: 100%;
  }

  .navbar_menucontainer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    background-color: #252525;
  }

  .navbar_menulink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #252525;
    color: #fff;
  }

  .navbar_menulink:hover {
    background-color: transparent;
    box-shadow: none;
    color: #fcee35;
  }

  .navbar_menulink:focus {
    color: #fcee35;
  }

  .navbar_menulink.w--current {
    background-color: #252525;
  }

  .navbar_menulink.current {
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
  }

  .navbar_menulink.current.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 2px 2px 2px 0 #797979;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translate(18px, 0px);
    -ms-transform: translate(18px, 0px);
    transform: translate(18px, 0px);
  }

  .menu-button.w--open {
    background-color: transparent;
  }

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

  .hero_heading {
    margin-right: -445px;
    margin-left: 0px;
  }

  .home-clients {
    padding-top: 40px;
  }

  .clients_container {
    padding-top: 20px;
  }

  .client_column_logo {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .thumbnail_container_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .projects_thumbnail_container {
    width: auto;
  }

  .tb_container {
    margin-bottom: 10px;
  }

  .projecthero_heading {
    margin-right: -445px;
  }

  .stack_text {
    padding-top: 50px;
  }

  .projects_thumbnail_ide {
    width: auto;
  }

  .projects_thumbnail_csi {
    width: auto;
  }

  .projects_thumbnail_rowan {
    width: auto;
  }

  .text_contact_hero {
    line-height: 65px;
  }

  .about_hero_text_intro {
    padding-top: 0px;
  }

  .body_cv {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #222;
  }

  .cv_header {
    color: #222;
  }

  .cv_contents {
    margin-left: 0px;
    padding-left: 0px;
  }

  .cv_content {
    color: #222;
  }

  .cv_content_container {
    max-width: 70%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cv_information {
    color: #222;
  }

  .grid {
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .projects_thumbnail_nextgen {
    width: auto;
  }

  .grid_cv_tools {
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .image-3 {
    max-width: 100%;
  }

  .image_construct {
    max-width: 100%;
  }

  .exp_csi {
    width: auto;
  }
}

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

  .navbar_menulink {
    padding-left: 20px;
  }

  .navbar_menulink.current {
    padding-left: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer_flexcontainer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero_columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero_columns.mobile-inverted {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero_heading {
    margin-right: -16px;
  }

  .home-clients {
    padding-top: 40px;
  }

  .clients_container {
    padding-top: 0px;
  }

  .client_column_logo {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }

  .client_logo {
    display: inline-block;
    max-width: 100%;
    text-align: left;
  }

  .projects_thumbnail {
    height: 100%;
  }

  .tb_container {
    margin-bottom: 0px;
  }

  .tb_column {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact_column {
    display: block;
    margin-bottom: 59px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact_heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact_words {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .projecthero_container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .projecthero_heading {
    margin-right: -125px;
  }

  .summary_columns {
    margin-bottom: 0px;
    text-align: center;
  }

  .summary_column {
    padding-bottom: 40px;
  }

  .projecttext_container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .video_container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sketchfab_container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .singleimage_container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .lightbox_single {
    padding-bottom: 30px;
  }

  .multiimage_container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .multiimage_container_columns {
    max-width: 100%;
    padding-bottom: 0px;
  }

  .multiimage_column {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .stack_container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .stack_column {
    padding-bottom: 30px;
  }

  .stack_text {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .stack_text_heading {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .container_multiimage {
    padding-right: 24px;
    padding-left: 24px;
  }

  .multiimage_column_rowan {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .about_heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .about_words {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .text_contact_hero {
    text-align: center;
  }

  .about_hero_text_intro {
    display: block;
  }

  .cv_header_container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .cv_header_container_columns {
    padding-left: 0px;
  }

  .cv_header_title {
    color: #aaa;
  }

  .cv_contents_container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .cv_content_title {
    padding-bottom: 13px;
    color: #eee;
  }

  .cv_content_text {
    color: #aaa;
  }

  .cv_content_container {
    max-width: 75%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .cv_content_left {
    color: #aaa;
  }

  .cv_content_right {
    color: #aaa;
  }

  .cv_dual_left {
    color: #aaa;
  }

  .cv_dual_right_header {
    color: #aaa;
  }

  .cv_info_container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .cv_info_left {
    color: #aaa;
  }

  .cv_info_header {
    color: #eee;
  }

  .cv_info_head {
    margin-left: 0px;
  }

  .cv_contact_words {
    color: #aaa;
  }

  .cv_resume {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.button_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .grid_cv_tools {
    display: block;
  }

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

  .container_construct {
    padding-right: 24px;
    padding-left: 24px;
  }

  .contruct_multi {
    max-width: 100%;
    padding-bottom: 0px;
  }

  .image_construct {
    max-width: 100%;
  }

  .construct_multi_holder {
    display: block;
    max-width: 100%;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer_flexcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_copyright {
    text-align: center;
  }

  .hero_heading {
    font-size: 2em;
    line-height: 1.3;
  }

  .projects_columns {
    margin-bottom: 2px;
  }

  .project_column {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .footer_icons {
    margin-top: 42px;
  }

  .projecthero_heading {
    margin-right: -191px;
  }

  .cv_content_container {
    max-width: 100%;
  }
}

#w-node-_5e9aa419-0af5-3ec9-3d12-375fe0269553-e0269550 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-acdc19a7-682e-3e5f-176d-bd465bcd6b02-3056e6fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-acdc19a7-682e-3e5f-176d-bd465bcd6b02-0fa35c1f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-acdc19a7-682e-3e5f-176d-bd465bcd6b02-ac7bd901 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-acdc19a7-682e-3e5f-176d-bd465bcd6b02-c2bae81f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_412fad24-d223-83ab-45ff-bb390f8aada4-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ce778b64-0a89-f470-cf66-37eb06b09263-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_342c4a05-88a0-6881-55a3-a887f646b541-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_342c4a05-88a0-6881-55a3-a887f646b546-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d34981a1-b202-c0b5-9586-2ae570e32ab1-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d34981a1-b202-c0b5-9586-2ae570e32ab6-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5b6c6242-b7e1-c1aa-db78-57cc76a9a34f-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_36944f2b-891f-1f3b-80a5-1de27be84ac8-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8bdce658-a3c3-635f-5423-fad4c3402b97-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_10620a7d-a738-3a22-6157-102dbb403099-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be9e5d74-da8c-54cf-e70d-91f053f32853-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be9e5d74-da8c-54cf-e70d-91f053f32858-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d8fa939-a8e4-56b4-9e68-16196d7ffc38-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d8fa939-a8e4-56b4-9e68-16196d7ffc3d-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d194b4a-3562-a601-458a-b8fd9b71128b-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d194b4a-3562-a601-458a-b8fd9b711290-f4d58e46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5e9aa419-0af5-3ec9-3d12-375fe0269553-e0269550 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}