* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
}
::selection {
  color: #ffffff;
  background: #ababab;
}
::-moz-selection {
  color: #ffffff;
  background: #ababab;
}
body {
  position: static;
  background-color: #1f1f1f;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  zoom: 100%;
  height: 100%;
  width: 100% !important;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.6px;
  -webkit-text-size-adjust: none;
}
#everything {
  position: absolute;
  display: block;
  min-width: 320px;
  top: 0px;
  left: 0px;
  width: 100%;
  transform-origin: top center;
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  overflow: hidden;
}
#contentwrap {
  z-index: 2;
  position: fixed;
  background-color: #000000;
  size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
#bodywrap {
  min-height: 100%;
  margin-bottom: -86px;
}
#headerwrap {
  z-index: 3;
  position: absolute;
  top: 0;
  height: 61.5px;
  background-color: #3b3b3b;
  border-bottom: 61.5px solid #2e2e2e;
  width: 100%;
}
a {
  text-decoration: none;
  color: #ffffff;
}
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#title {
  text-align: center;
  color: #ffffff;
  float: left;
  padding: 30px;
  left: 0;
  margin-left: 0;
  margin-right: 50%;
  overflow: hidden;
  white-space: nowrap;
  width: 220px;
}
/* Credit to Call Me Nick (https://callmenick.com/) for hamburger menu icon. */
.c-hamburger {
  position: absolute;
  display: none;
  top: 0px;
  right: 0px;
  padding: 0px 12px 0px 12px;
  width: 123px;
  height: 123px;
  font-size: 0px;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  float: right;
  overflow: hidden;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  position: absolute;
  display: block;
  top: 60px;
  left: 43px;
  right: 43px;
  height: 2px;
  background: #ffffff;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  content: "";
}
.c-hamburger span::before {
  top: -15px;
}
.c-hamburger span::after {
  bottom: -15px;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0px;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0px;
  transform: rotate(-45deg);
}
#links {
  z-index: 3;
  position: absolute;
  display: inline-block;
  width: auto;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 18px;
  float: right;
  right: 0;
  margin-top: 50px;
  margin-right: 52px;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 2px;
}
#link {
  display: inline-block;
  color: #ffffff;
  border: 0px;
  margin-right: 32px;
  text-decoration: none;
  text-align: right;
}
.dropdowncontent {
  z-index: 4;
  visibility: hidden;
  position: absolute;
  background-color: #2e2e2e;
  right: 0;
  margin-left: 50%;
  margin-right: 138px;
  margin-top: 12px;
  margin-bottom: 12px;
  word-wrap: break-word;
  border: 2px solid #4b4b4b;
  border-radius: 4px;
}
.dropdowncontent ~ a {
  visibility: visible;
}
.dropdowncontent #link {
  width: auto;
  display: block;
  margin-right: 0;
  padding: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid #4b4b4b;
}
.show {
  visibility: visible;
}
#phonenumber {
  z-index: 3;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  text-decoration: none;
  color: #b4b4b4;
  margin-left: 316px;
  top: 37px;
  float: right;
  letter-spacing: 1px;
}
#block {
  z-index: 0;
  position: relative;
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: 148px auto 0px auto;
  padding: 0px 32px 0px 32px;
}
h3.missionstatement {
  width: 100%;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 176px;
  margin-bottom: 141px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 400;
  width: 650px;
}
#featuredprojecttitle {
  font-family: 'Archivo', sans-serif;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
}
#featuredprojectcolumn {
  position: absolute;
  background-color: #000000;
  display: inline-block;
  height: 320px;
  width: calc(100% - 64px);
  overflow: hidden;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#featuredportfolioname {
  z-index: 2;
  position: absolute;
  font-weight: 400;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 24px;
  letter-spacing: 1.5px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}
#portfoliophotocredit {
  position: absolute;
  width: 100%;
  margin: 0px;
  padding: 0px;
  bottom: 10px;
  font-size: 12px;
  text-align: center;
}
#portfoliothumbnail {
  width: 100%;
  opacity: 1;
  margin-bottom: -4px;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
#portfoliothumbnail:hover {
  opacity: 0.40;
  transform: scale(1.0);
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
}
#featuredportfolioname:hover ~ #portfoliothumbnail {
  opacity: 0.40;
  transform: scale(1.0);
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
}
#viewall {
  display: block;
  position: relative;
  font-family: 'Archivo', sans-serif;
  font-weight: 300;
  width: 12em;
  text-align: center;
  margin: 508px auto 0px auto;
  padding: 0.5em 0em 0.5em 0em;
  font-size: 24px;
  letter-spacing: 1.5px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}
#push, #footerwrap {
  height: 86px;
}
#footerwrap {
  z-index: 2;
  color: #ffffff;
  text-align: center;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 86px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 2px;
}
h3.portfoliocategory, h3.portfoliocategory a {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
}
#row {
  display: flex;
}
#row > #column1, #column2, #column3 {
  flex: 1;
}
#column1, #column2, #column3 {
  position: relative;
  display: inline-block;
  justify-content: flex-start;
  max-width: 33.3333%;
  background-color: #000000;
  margin-top: 0;
  overflow: hidden;
  text-align: center;
}
#column1 {
  left: 0;
}
#column2 {
  left: 0;
  right: 0;
  margin: 0 auto;
}
#column3 {
  right: 0;
}
#portfolioname {
  z-index: 2;
  position: absolute;
  width: calc(100% - 32px);
  padding: 18px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}
#portfolioname:hover ~ #portfoliothumbnail {
  opacity: 0.40;
  transform: scale(1.0);
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
}
.slideshow {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 186px;
  margin-bottom: 48px;
}
.leftslideshow, .rightslideshow {
  position: absolute;
  background-color: rgba(31, 31, 31, 0.4);
  margin: -598px 32px 0px 32px;
  padding: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-decoration: none;
  cursor: pointer;
}
.leftslideshow {
  left: 0;
  padding: 262px 12px 263px 24px;
}
.rightslideshow {
  right: 0;
  padding: 262px 24px 263px 12px;
}
#leftarrow, #rightarrow {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 12px
}
#leftarrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#rightarrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
h3.projectcategory, h3.projectcategory a {
  color: #808080;
  font-family: 'Archivo', sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: -28px;
}
h1.projecttitle {
  font-family: 'Archivo', sans-serif;
  width: 100%;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 4px;
  margin-top: 30px;
  margin-bottom: 5px;
}
hr {
  margin: 0px 0px 48px 0px;
  border: none;
  height: 1px;
  color: #ffffff;
  background-color: #ffffff;
}
#staff h3, #scope h3 {
  font-family: 'Archivo', sans-serif;
  margin-top: 0px;
  margin-bottom: 42px;
  font-size: 16px;
  letter-spacing: 3px;
}
#staff {
  float: left;
  font-family: 'Archivo', sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 63%;
}
#staff b {
  color: #808080;
  font-weight: 400;
}
#scope {
  position: absolute;
  float: right;
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 39%;
  margin-right: 32px;
}
h3.heading {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 36px;
  margin-bottom: 36px;
}
ul {
  color: #a2a2a2;
  padding: 0.5em 1.5em 0.5em 1.5em;
  list-style: none;
  line-height: 1.3em;
}
li.left {
  margin-top: 0;
  margin-left: 0;
  margin-right: 50%;
}
li.right {
  margin-top: -1.3em;
  margin-left: 20em;
}
#role, #name, #email {
  font-family: 'Archivo', sans-serif;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 30px;
}
#role, #email {
  font-size: 22px;
  color: #808080;
}
#name {
  position: relative;
  top: -1px;
  margin-bottom: -2px;
}
#email {
  color: #666666;
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}
#email:hover {
  color: #909090;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
  body.stuck {
    position: fixed;
    overflow: hidden;
  }
  #contentwrap.darken {
    opacity: 0.3;
    visibility: visible;
    pointer-events: all;
  }
  #headerwrap.grow {
    position: fixed;
    border-bottom: 391.5px solid #2e2e2e;
  }
  .c-hamburger {
    display: block;
  }
  #links {
    display: none;
    font-size: 25px;
    width: 100%;
    margin-top: 134px;
    margin-bottom: 8px;
    margin-right: 40px;
  }
  #links.show {
    display: block;
  }
  #link {
    display: block;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .dropdowncontent {
    right: 0px;
    margin-right: 0px;
    margin-top: -30px;
    padding: 0;
  }
  .dropdowncontent #link {
    display: block;
    font-size: 21px;
    text-align: right;
    margin: 0;
    border-bottom: 2px solid #4b4b4b;
  }
  #phonenumber {
    display: none;
    font-size: 28px;
    margin-top: 202px;
    margin-left: 86px;
    float: left;
    width: 100%;
    top: 36px;
    letter-spacing: 1px;
  }
  #phonenumber.show {
    display: block;
  }
  #block {
    font-size: 22px;
  }
  h3.portfoliocategory, h3.portfoliocategory a {
    font-size: 18px;
  }
  #portfolioname {
    font-size: 20px;
  }
  li.right {
    margin-left: 18em;
  }
}
@media only screen and (max-width: 780px) {
  #everything {
    left: calc(-50% - 1px);
    width: calc(200% + 1px);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
