body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
}

.section {
  position: relative;
  padding: 63px 40px;
  background-color: #fff;
}

.section.section-gray {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #cf404d;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
}

.hero-bio {
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 25px;
  color: #fff;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

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

.section-heading.centered {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  color: #313131;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  margin-bottom: 30px;
  font-family: 'Droid Sans', sans-serif;
  color: #313131;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.form-wrapper.squeezed.mainlogo {
  background-color: #fafafa;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  margin-bottom: 19px;
}

.image-2 {
  margin-bottom: 15px;
}

.hero-title-wrapper {
  position: relative;
  max-width: 60%;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #2d3e4f;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #e2a62b;
}

.nav-link.w--current {
  color: #e2a62b;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 150px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 33%;
  padding: 10px;
  float: left;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/photo-1457612928689-a1ab27da0dad.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/photo-1457612928689-a1ab27da0dad.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.sidelink {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.sidelink:hover {
  color: #cf404d;
}

.mainlogo {
  background-color: #222;
}

.image {
  width: 40%;
}

.socialiconcontact {
  height: 32px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: rgba(185, 44, 44, .74);
}

.socialiconcontact:hover {
  opacity: 0.8;
}

.social-link {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
  text-align: center;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.projectcontainer {
  padding-top: 60px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e1e1e1;
}

.heading {
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.techlist {
  margin-bottom: 20px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.techlistitem {
  margin-bottom: 5px;
}

.projectlink {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #e2a62b;
  color: rgba(0, 0, 0, .74);
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.projectlink:hover {
  border-color: rgba(0, 0, 0, .5);
  color: rgba(0, 0, 0, .74);
}

.projectlink:active {
  color: rgba(0, 0, 0, .74);
}

.projectlink:focus {
  color: rgba(0, 0, 0, .74);
}

.projectlink:visited {
  color: rgba(0, 0, 0, .74);
}

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

.projectcolumnright {
  padding-left: 30px;
}

.sociallinkscontact {
  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;
}

.sociallinkcontact {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
  text-align: center;
}

.socialicon {
  height: 32px;
  opacity: 0.2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: rgba(185, 44, 44, .74);
}

.socialicon:hover {
  opacity: 1;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    padding: 12px;
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #e2a62b;
  }
  .hamburger-button.w--open:active {
    background-color: #e2a62b;
  }
  .banner {
    height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-heading {
    font-size: 36px;
  }
  .form-wrapper.squeezed {
    margin-bottom: 15px;
    padding-right: 8%;
    padding-bottom: 0px;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    margin-top: 0;
    max-width: 80%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #404040;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 15px;
    float: left;
    text-align: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .mainlogo {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .social-link {
    display: none;
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .hamburger {
    font-size: 36px;
  }
  .social-links {
    margin-top: 0px;
  }
  .sociallinkscontact {
    margin-top: 0px;
  }
  .sociallinkcontact {
    display: block;
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 28px;
  }
  .section-heading.centered {
    font-size: 28px;
  }
  .grid-fours {
    width: 50%;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mainlogo {
    width: 100%;
  }
  .column {
    text-align: left;
  }
  .projectcolumnright {
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-heading {
    font-size: 24px;
  }
  .section-heading.centered {
    font-size: 24px;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    max-width: 80%;
  }
  .grid-fours {
    width: 100%;
  }
  .mainlogo {
    width: 100%;
  }
  .projectlink {
    display: block;
    margin-right: 0px;
    font-size: 14px;
    text-align: center;
  }
}

::selection {
  background: #FFD95E; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #FFD95E; /* Gecko Browsers */
}