@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
html, body {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 100%;
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

.wrapper {
  min-height: 100%;
}

.head {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 31.25em;
  width: 100%;
}
.head .overlay {
  background-image: url("../img/notch.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 100%;
  text-align: center;
}
.head .overlay > h1, .head .overlay > h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.head .overlay > h1 {
  margin-top: 3em;
}
.head .overlay > h2 {
  margin-bottom: 2em;
}

header {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
header .btn_menu {
  color: #222222;
  display: none;
}
header > h1 {
  background: url("../img/icon_WW.png") no-repeat;
  height: 90px;
  margin-left: .5em;
  width: 80px;
}
header > h1 > a {
  display: block;
  height: 90px;
  width: 80px;
}
header > h1 > a > img {
  display: none;
}
header > nav ol {
  list-style: none;
  position: absolute;
  right: 1em;
  top: 2em;
}
header > nav ol li {
  display: inline-block;
  margin-left: 1em;
}
header > nav ol a {
  color: #FFFFFF;
  padding: .5em 1em;
}
header > nav ol a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
header > nav ol a.is_active {
  border: 2px solid #FFFFFF;
}

.content {
  padding-bottom: 3em;
}
.content .row:last-of-type {
  margin-bottom: 3em;
}

.hexagon_container {
  color: #FFFFFF;
}
.hexagon_container span {
  font-size: 3em;
  font-weight: lighter;
  text-align: center;
}

.hexagon {
  background: transparent url("../img/hexGrey.png") no-repeat;
  height: 115px;
  position: relative;
  width: 100px;
}

.hexagon span {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25%;
  width: 100px;
  height: 55px;
  z-index: 1;
}

footer {
  background: #cccccc;
  color: #555555;
  height: 3em;
  margin-top: -3em;
  padding: 1em;
  position: relative;
  text-shadow: 1px 1px 1px #E1E1E1;
}
footer a {
  position: absolute;
  right: 1em;
  top: 1em;
}

img.hex {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

/* page specific styles */
.home .head {
  background-color: #585858;
  background-image: url("../img/blackboard.jpg");
}
.home .content {
  padding: 2em 0;
}
.home .content .columns {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.home .content .medium-4 {
  width: 32%;
}
.home .intro_text {
  font-size: 1.25em;
}
.home ul.triangles {
  list-style: none;
  margin-left: 0;
}
.home ul.triangles > li {
  background-image: url("../img/triangle.png");
  background-position: 0 .35em;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  padding-left: 1em;
}
.home ul.triangles > li b {
  margin-right: 0.5em;
}

.services .head {
  background-color: #426830;
  background-image: url("../img/greenboard_02.jpg");
}
.services .overlay > img {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}
.services .content > ul {
  list-style: none;
  margin: 0;
}
.services .content > ul > li {
  clear: both;
  padding: 1em;
  width: 100%;
}
.services .content > ul > li .row {
  padding: 2em 0 3em;
}
.services .content > ul > li .hex_wrapper, .services .content > ul > li .text {
  display: inline-block;
  vertical-align: middle;
}
.services .content > ul > li .hex_wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 32%;
}
.services .content > ul > li .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66%;
}
.services .content > ul > li:nth-child(even) {
  background: #ececec;
}
.services .content .row:last-of-type {
  margin-bottom: 0;
}
.services .content .columns {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.services .content .medium-4 {
  width: 32%;
}

.projects .head {
  background-color: #255e86;
  background-image: url("../img/blueboard.jpg");
}
.projects .overlay > img {
  margin-top: -1em;
}
.projects .content ul {
  list-style: none;
}
.projects .row {
  padding-top: 1em;
  padding-bottom: 1em;
}
.projects .house {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  position: relative;
}
.projects .house .name {
  bottom: 0;
  color: #ffffff;
  font-size: 1.25em;
  left: 0;
  line-height: 1.4;
  padding: 50% 2em 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.projects .house .name.long {
  padding-top: 45%;
}
.projects .house .name.super_long {
  padding-top: 40%;
}
.projects .house:before {
  content: "";
  display: block;
  padding-top: 108.8%;
}
.projects .avocado {
  background-image: url("../img/houseSolidAvocado.png");
}
.projects .carrot {
  background-image: url("../img/houseSolidCarrot.png");
}
.projects .cyan {
  background-image: url("../img/houseSolidCyan.png");
}
.projects .indigo {
  background-image: url("../img/houseSolidIndigo.png");
}
.projects .orchid {
  background-image: url("../img/houseSolidOrchid.png");
}
.projects .avocado_outline {
  background-image: url("../img/houseOutlineAvocado.png");
}
.projects .carrot_outline {
  background-image: url("../img/houseOutlineCarrot.png");
}
.projects .cyan_outline {
  background-image: url("../img/houseOutlineCyan.png");
}
.projects .indigo_outline {
  background-image: url("../img/houseOutlineIndigo.png");
}
.projects .orchid_outline {
  background-image: url("../img/houseOutlineOrchid.png");
}

.about .head {
  background-color: #585858;
  background-image: url("../img/terraboard.jpg");
}
.about .medium-12 {
  line-height: 1.6;
  padding-bottom: 4em;
  padding-top: 2em;
}
.about .medium-6 {
  text-align: justify;
  text-justify: inter-word;
}
.about .medium-6:nth-child(1) {
  padding: 0 2.5em 0 3em;
}
.about .medium-6:nth-child(2) {
  padding: 0 3em 0 2.5em;
}
.about p {
  line-height: 2;
}

.contact .head {
  background-color: #585858;
  background-image: url("../img/orchidboard_dark.jpg");
}
.contact .content {
  padding-top: 2em;
}
.contact .row > h1 {
  padding-left: .9375rem;
}
.contact h2 {
  margin-bottom: 0;
}
.contact ul {
  list-style: none;
  margin-left: 0;
}
.contact ul > li > ul {
  margin-bottom: 2em;
}
.contact li {
  line-height: 1.6;
}
.contact .hexagon_container .hexagon {
  background-size: 100% auto;
  margin-bottom: 2em;
  max-width: 100px;
  width: 100%;
}
.contact address {
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 0.75em;
}

.lost .head {
  background-color: #585858;
  background-image: url("../img/greenboard.jpg");
}
.lost .overlay {
  background-image: none;
}
.lost .overlay > img {
  margin-top: 2em;
  margin-bottom: 2em;
}
.lost p {
  font-size: 1.5em;
  margin: 2em auto 0 auto;
  text-align: center;
  width: 90%;
}

@media only screen and (max-width: 64.063em) {
  header {
    background: #FFFFFF;
    border-bottom: 3px solid #222222;
    height: 3em;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-top: .5em;
  }
  header .btn_menu {
    display: block;
    font-size: 1.25em;
    left: 0;
    padding: 0.5em;
    position: absolute;
    top: 0.15em;
  }
  header > h1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6em auto;
    height: 26px;
    width: auto;
  }
  header > h1 > a {
    display: block;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }
  header > h1 > a > img {
    display: block;
  }
  header > nav {
    background-color: rgba(34, 34, 34, 0.8);
    left: 0;
    position: absolute;
    top: 3em;
    width: 10em;
  }
  header > nav > ol {
    margin: 0;
    position: static;
    right: auto;
    top: auto;
  }
  header > nav > ol li {
    display: block;
    margin: 0;
    padding: .5em 0;
    text-align: left;
  }
  header > nav > ol li a {
    padding: 1.5em;
  }
  header > nav > ol li a.is_active {
    border: 0;
  }

  .services .overlay > img {
    margin-top: 4em;
  }

  .projects .overlay > img {
    margin-top: 2em;
  }

  .about .overlay > img {
    margin-top: 4em;
  }

  .contact .overlay > img {
    margin-top: 2em;
  }

  .lost .head {
    height: auto;
  }
  .lost .overlay > img {
    width: 90%;
  }
  .lost p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 40em) {
  .head {
    background-position: center bottom;
    height: auto;
  }

  .overlay {
    background-size: auto 1.75em;
    padding-bottom: 4em;
  }
  .overlay > img {
    width: 90%;
  }

  .home .overlay > h1 {
    margin-top: 1.5em;
    margin-bottom: 0;
    width: 90%;
  }
  .home .overlay > h2 {
    height: auto;
    margin-bottom: 0.5em;
    width: 80%;
  }
  .home .head {
    background: #585858 url("../img/blackboard.jpg") no-repeat center center;
  }
  .home .content .medium-4 {
    width: 100%;
  }
  .home .content .medium-4 img {
    margin-bottom: 1em;
    width: 50%;
  }

  .services .overlay > img {
    margin-top: 1em;
  }
  .services .head {
    background: #426830 url("../img/greenboard_02.jpg") no-repeat center center;
  }
  .services .content {
    padding-top: 1em;
  }
  .services .content .row {
    position: relative;
  }
  .services .content > ul > li .hex_wrapper {
    max-width: 6em;
    position: absolute;
    right: 0;
    top: 1em;
  }
  .services .content > ul > li h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    width: 75%;
  }
  .services .content > ul > li.left .hex_wrapper, .services .content > ul > li.right .hex_wrapper {
    float: right;
    width: 25%;
  }
  .services .content > ul > li.left h2, .services .content > ul > li.right h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-left: 1em;
    margin-right: 25%;
    width: 75%;
  }
  .services .content > ul > li.left > ul, .services .content > ul > li.right > ul {
    line-height: 1.4;
    margin: 0 0 2em 2em;
    width: 100%;
  }
  .services .content li.pre {
    white-space: pre;
  }

  .projects .head {
    background: #255e86 url("../img/blueboard.jpg") no-repeat center center;
  }
  .projects .content {
    padding-top: 1em;
  }
  .projects .content .row {
    padding: 0;
  }
  .projects .content .house {
    margin-bottom: 1em;
  }
  .projects .content .name {
    line-height: 1.2;
    padding-top: 40%;
    padding-left: 1em;
    padding-right: 1em;
  }
  .projects .content .name.long {
    padding-top: 40%;
  }

  .about .overlay > img {
    width: 70%;
  }
  .about .head {
    background: #585858 url("../img/terraboard.jpg") no-repeat center center;
  }
  .about .content .medium-6 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  .about .content .medium-6:nth-child(1) {
    border-bottom: 1px solid #222222;
    margin-bottom: 2em;
  }

  .contact .head {
    background: #585858 url("../img/orchidboard_dark.jpg") no-repeat center center;
  }
  .contact .row > h1 {
    padding: 0 .9375rem;
  }
  .contact .columns .row:last-of-type {
    margin-bottom: 0;
  }
  .contact .hexagon_container {
    display: none;
  }
  .contact .hexagon_container + .columns {
    float: left;
  }
  .contact .large-9 {
    padding-left: 1.9375em;
  }

  .lost .head {
    background: #585858 url("../img/greenboard.jpg") no-repeat center center;
  }
}
