* {
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /*-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;*/ }

body, html {
  background-color: #242424;
  margin: 0;
  padding: 0; }

h1 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 53px;
  margin-top: 140px;
  margin-bottom: 15px;
  max-width: 650px;
  text-transform: uppercase; }
  @media screen and (max-width: 750px) {
    h1 {
      font-size: 44px;
      line-height: 50px;
      margin-top: 90px; } }
  @media screen and (max-width: 510px) {
    h1 {
      font-size: 36px;
      line-height: 40px; } }
  @media screen and (max-width: 375px) {
    h1 {
      font-size: 32px;
      line-height: 38px; } }

h2 {
  color: #5ebd2b;
  font-family: 'Open Sans', sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 450px) {
    h2 {
      font-size: 36px;
      line-height: 40px; } }

h3 {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto 80px;
  text-align: center;
  width: 75%; }
  @media screen and (max-width: 900px) {
    h3 {
      width: 100%; } }

h4 {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase; }
  @media screen and (max-width: 450px) {
    h4 {
      font-size: 24px; } }

h5 {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  font-weight: 300; }
  @media screen and (max-width: 450px) {
    h5 {
      font-size: 18px; } }

p {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 10px 0; }

a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #444;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400; }
  a.button {
    background-color: #5ebd2b;
    border: none;
    color: #242424;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 10px 40px;
    text-transform: uppercase;
    text-decoration: none; }
    a.button:hover {
      background-color: #6ad431; }
  a:hover .link-arrow {
    margin-left: 8px;
    text-decoration: none; }

.hidden {
  display: none; }

.dark-bg h3 {
  color: #e5e5e5; }
.dark-bg h4 {
  color: #fff; }
.dark-bg p {
  color: #444; }

.green-text {
  color: #5ebd2b; }

.white-text {
  color: #fff; }

.grey-text {
  color: #333; }

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

.legal-text {
  font-size: 14px;
  color: #fff; }
  @media screen and (max-width: 450px) {
    .legal-text {
      font-size: 12px; } }

.bold {
  font-weight: 500; }

.small-caps {
  color: #999;
  font-size: 12px;
  text-transform: uppercase; }

.container {
  max-width: 1220px;
  margin: 0 auto;
  overflow: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 550px) {
    .container {
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px; } }

.gradient-top {
  background: transparent url(../images/gradient-top.png) no-repeat;
  height: 16px;
  position: absolute;
  top: 0;
  width: 100%; }

.gradient-bottom {
  background: transparent url(../images/gradient-bottom.png) no-repeat;
  height: 16px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.bottom-angle {
  background: transparent url(../images/hero-angle.png) no-repeat;
  background-size: 100% 100%;
  height: 328px;
  position: absolute;
  bottom: 0;
  width: 100%; }
  @media screen and (max-width: 750px) {
    .bottom-angle {
      height: 30%; } }

header .brand {
  background-color: #fff;
  height: 80px; }
  header .brand .logo {
    display: inline-block;
    margin-top: 10px;
    margin-left: -5px; }
    header .brand .logo img {
      width: 180px; }
  header .brand .mobile-toggle {
    float: right;
    margin-top: 40px;
    display: none;
    cursor: pointer; }
    @media screen and (max-width: 550px) {
      header .brand .mobile-toggle {
        display: inline-block; } }
header .header-contact {
  float: right;
  margin-top: 25px; }
  header .header-contact p {
    color: #5ebd2b;
    display: inline-block;
    margin: 0 20px;
    font-size: 14px;
    font-weight: 400; }
  @media screen and (max-width: 680px) {
    header .header-contact {
      display: none; } }
header nav {
  background-color: #3c3c3c;
  -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.25); }
  header nav a {
    color: #ccc;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 20px 25px;
    text-decoration: none;
    text-transform: uppercase; }
    header nav a.focus {
      color: #fff;
      background-color: #5ebd2b; }
      header nav a.focus:hover {
        background-color: #5ebd2b; }
    header nav a:hover {
      background-color: #454545; }
@media screen and (max-width: 550px) {
  header #main-nav {
    display: none; } }
header #main-nav a:first-child {
  margin-left: -14px; }
header #sticky-nav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 300;
  width: 100%;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 550px) {
    header #sticky-nav {
      display: none !important; } }
header #mobile-nav {
  display: none; }
  header #mobile-nav a {
    color: #ccc;
    display: block;
    padding: 12px 0px;
    text-align: right; }
    header #mobile-nav a.focus, header #mobile-nav a:hover {
      background: none;
      color: #5ebd2b; }
  @media screen and (min-width: 550px) {
    header #mobile-nav {
      display: none !important; } }

.hero {
  background: #242424 url(../images/hero.png) no-repeat right;
  height: 595px;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .hero {
      background-position: 30% 0%; } }
  @media screen and (max-width: 750px) {
    .hero {
      height: 505px; } }

#about {
  background-color: #fff;
  padding-top: 70px; }

#projects {
  background: #5ebd2b url(../images/stripe-green.png); }

#contact {
  background: #fff; }

section {
  padding: 115px 0;
  position: relative; }
  section .three-column .column {
    float: left;
    width: 30%; }
    section .three-column .column h2 {
      text-align: left; }
    section .three-column .column:not(:last-child) {
      margin-right: 3%; }
    @media screen and (max-width: 900px) {
      section .three-column .column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
  section .two-column .column {
    float: right; }
    section .two-column .column:last-child {
      margin-right: 3%;
      width: 63%; }
      @media screen and (max-width: 740px) {
        section .two-column .column:last-child {
          width: 100%;
          margin-right: 0; } }
    section .two-column .column:first-child {
      width: 30%; }
      @media screen and (max-width: 740px) {
        section .two-column .column:first-child {
          width: 100%;
          margin-bottom: 30px; } }

#contact hr {
  border: 2px solid #5ebd2b;
  float: left;
  width: 30px; }
#contact p {
  color: #777;
  font-weight: 300;
  clear: both;
  margin: -8px 0; }
#contact .contact-chunk {
  margin-bottom: 16px; }

#projects p {
  line-height: 22px;
  margin-bottom: 20px; }
#projects h4 {
  margin: 20px 0 16px; }
#projects .fbox {
  display: inline-block;
  position: relative; }
  #projects .fbox .fancybox-gamma {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.6);
    display: table-cell;
    position: absolute;
    top: 0;
    left: 0;
    height: 98%;
    width: 100%;
    opacity: 0;
    text-align: center;
    color: #BBB;
    font-size: 26px;
    padding-top: 25%; }
  #projects .fbox:hover .fancybox-gamma {
    opacity: 1; }
  #projects .fbox img {
    width: 100%; }

#map-canvas {
  border: 1px solid #dedede;
  height: 475px;
  width: 95%; }
  @media screen and (max-width: 950px) {
    #map-canvas {
      height: 350px; } }
  @media screen and (max-width: 740px) {
    #map-canvas {
      width: 100%; } }

footer {
  background-color: #2e2e2e;
  height: 150px;
  padding-top: 50px;
  position: relative; }
  footer .nav-footer {
    float: right;
    margin-top: -30px; }
    footer .nav-footer a {
      color: #fff;
      display: inline-block;
      font-weight: 100;
      padding: 0 14px 2px 9px;
      text-decoration: none; }
      footer .nav-footer a:hover {
        text-decoration: underline; }
      footer .nav-footer a:not(:last-child) {
        border-right: 1px solid #fff; }
      @media screen and (max-width: 450px) {
        footer .nav-footer a {
          font-size: 12px; } }
    @media screen and (max-width: 800px) {
      footer .nav-footer {
        float: left;
        margin-top: 0; } }

/*# sourceMappingURL=styles.css.map */
