html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  src: local("Merriweather Light"), local("Merriweather-Light"), url(https://fonts.gstatic.com/s/merriweather/v8/ZvcMqxEwPfh2qDWBPxn6nk4GofcKVZz6wtzX_QUIqsI.woff2) format("woff2");
  unicode-range: U0-0FF, U131, U152-153, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U0-0FF, U131, U152-153, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U0-0FF, U131, U152-153, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U0-0FF, U131, U152-153, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000; }

body, html {
  font-size: 16px;
  font-family: Open Sans, Helvetica, sans-serif;
  margin: 0;
  padding: 0; }

.home-content {
  margin-left: 16.5em;
  margin-bottom: 0;
  z-index: 3; }
  .home-content article {
    margin: 0 auto; }
    .home-content article h2 {
      font-size: 1.5em;
      text-align: center;
      margin: 1.5em auto;
      margin-bottom: 1em; }

@media (max-width: 775px) {
  .home-content {
    margin: 0;
    width: 100%; }
    .home-content article#hero .leading-text {
      margin-bottom: -2em; } }

.home-header {
  box-sizing: border-box;
  width: 16.5em;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: auto;
  box-shadow: 0 0 5px #444;
  background: #fff;
  color: #000;
  text-align: center; }
  .home-header .header-logo {
    width: 8em;
    margin: 2em auto; }
  .home-header .company-title {
    font-size: 2.1em;
    line-height: 1.2;
    letter-spacing: .02em; }
  .home-header .home-nav-toggle {
    display: none;
    height: 2em;
    width: 2em;
    margin: 0;
    padding: 1.2em;
    position: absolute;
    top: 0;
    right: 0; }
  .home-header .home-nav {
    margin-top: 1em;
    padding-right: 2em; }
    .home-header .home-nav .nav-item {
      display: block;
      width: 100%;
      text-decoration: none;
      color: #777;
      padding: 1em 0;
      padding-right: 2em;
      text-align: right;
      transition: all 250ms ease-in-out; }
      .home-header .home-nav .nav-item:hover {
        color: #000; }
  .home-header .copyright {
    font-size: .9em;
    color: #999;
    position: absolute;
    bottom: 1em;
    padding: 0 1.5em;
    line-height: 1.2;
    letter-spacing: .01em; }

@media (max-width: 775px) {
  .home-header {
    position: fixed;
    right: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    box-shadow: 1px 0 5px #555;
    overflow: hidden; }
    .home-header .header-logo {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 3em;
      margin: 1em; }
    .home-header .company-title {
      display: inline-block;
      font-size: 1.5em;
      text-align: center;
      margin: 1.35em; }
    .home-header .home-nav-toggle {
      display: block;
      padding: 1.8em; }
    .home-header .home-nav {
      display: none;
      margin: 0;
      padding: 0; }
      .home-header .home-nav .nav-item {
        text-align: center;
        border-top: 1px solid #DDD;
        padding: 1.7em 0; }
    .home-header .copyright {
      display: none; } }

@media (max-width: 480px) {
  .home-header .header-logo {
    width: 2em; }
  .home-header .company-title {
    font-size: 1.2em;
    margin: 1.25em; }
  .home-header .home-nav-toggle {
    padding: 1.2em; }
  .home-header .home-nav .nav-item {
    display: block;
    text-align: center;
    border-top: 1px solid #DDD;
    padding: 1.5em 0; } }

#hero {
  width: 100%;
  height: 35em;
  margin: 0;
  padding: 0;
  background: url(../assets/hero.jpg) no-repeat 50% 50%;
  background-attachment: fixed;
  background-size:cover;
  position: relative; }
  #hero .leading-text {
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: white;
    font-family: merriweather;
    font-size: 3.2rem;
    font-weight: 300;
    width: 8em;
    text-align: center;
    line-height: 1.3;
    margin-left: -4em;
    margin-bottom: -1em;
    text-shadow: 0px 2px 5px #444; }

@media (max-width: 775px) {
  #hero .leading-text {
    font-size: 2.5em; } }

#about {
  width: 100%;
  margin: 5em auto 3em; }

hr {
  border: none;
  border-top: 1px solid #DDD;
  width: 30%; }

.about-blurb {
  padding: 1.5em;
  padding-top: 1.1em;
  width: 50%;
  max-width: 40em;
  margin: 0 auto;
  line-height: 1.6; }

@media (max-width: 775px) {
  .about-blurb {
    width: 75%;
    text-align: center; } }

#services hr {
  border: none;
  border-top: 1px solid #DDD;
  width: 30%; }

#services .services {
  width: 90%;
  max-width: 60em;
  margin: 2em auto; }
  #services .services .col1, #services .services .col2 {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 2em;
    vertical-align: top; }
    #services .services .col1 h3, #services .services .col2 h3 {
      font-size: 1.2em;
      font-weight: 400;
      text-align: center;
      margin: .5em auto; }
    #services .services .col1 hr, #services .services .col2 hr {
      border: none;
      border-top: 1px solid #DDD;
      width: 30%; }
  #services .services .col1 {
    padding-right: 1.5em; }
  #services .services .col2 {
    padding-left: 1.5em; }

@media (max-width: 775px) {
  #services .services {
    margin-top: 0; }
    #services .services .col1, #services .services .col2 {
      width: 100%;
      margin: 0;
      padding: 2em;
      padding-top: 0;
      text-align: center; } }

#clients {
  box-shadow: inset 0 2px 6px #555;
  background-color: #e2e2e2;
  padding: 1em;
  text-align: center; }
  #clients .card-contain {
    display: block;
    margin: 0 auto; }
    #clients .card-contain .clients-col1,
    #clients .card-contain .clients-col2 {
      display: inline-block;
      width: 50%;
      max-width: 30em;
      vertical-align: top; }
      #clients .card-contain .clients-col1 .business-card,
      #clients .card-contain .clients-col2 .business-card {
        padding: 2em;
        background: #fff;
        box-shadow: 0 2px 6px #555;
        margin: 2em 1em; }
        #clients .card-contain .clients-col1 .business-card h3,
        #clients .card-contain .clients-col2 .business-card h3 {
          font-size: 1.1em; }

@media (max-width: 775px) {
  #clients .card-contain {
    margin: 0 auto; }
    #clients .card-contain .clients-col1,
    #clients .card-contain .clients-col2 {
      display: block;
      margin: 0 auto;
      width: 100%; }
      #clients .card-contain .clients-col1 .business-card,
      #clients .card-contain .clients-col2 .business-card {
        margin: .5em; } }

#contact {
  height: auto; }
  #contact hr {
    border: none;
    border-top: 1px solid #DDD;
    width: 30%; }
  #contact section.email {
    text-align: center;
    margin-top: 2em; }
  #contact .contactinfo {
    display: block;
    width: 80%;
    max-width: 50em;
    margin: 0 auto; }
    #contact .contactinfo input {
      box-sizing: border-box;
      display: inline-block;
      width: 45%;
      padding: 1em;
      margin: auto;
      font-size: 1.1em;
      border: 1px solid #999;
      border-radius: 2px;
      transition: border 300ms ease;
      color: #444;
      background: #fff; }
      #contact .contactinfo input:nth-child(1) {
        margin-right: 1em; }
      #contact .contactinfo input:nth-child(2) {
        margin-left: 1em; }
      #contact .contactinfo input:focus {
        outline: none;
        border-color: #000; }
  #contact textarea {
    box-sizing: border-box;
    margin: 2em auto;
    display: block;
    width: 80%;
    max-width: 40em;
    height: 15em;
    color: #444;
    font-family: open sans, helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.5;
    padding: 1em;
    border: 1px solid #999;
    border-radius: 2px;
    transition: border 300ms ease;
    background: #fff; }
    #contact textarea:focus {
      outline: none;
      border-color: #000; }
  #contact .send {
    background: #14224F;
    border: 1px solid #14224F;
    border-radius: 2px;
    padding: 1em 2.5em;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #fff;
    display: block;
    transition: background 300ms ease; }
    #contact .send:hover {
      cursor: pointer;
      background: #1e3478;
      color: #fff; }
  #contact .otherinfo {
    bottom: 0;
    background: #1f1f1f;
    color: #fff;
    margin: 2.5em auto 0em;
    box-sizing: border-box;
    padding: 2em 2em; }
    #contact .otherinfo div {
      display: inline-block;
      width: 32.8%;
      box-sizing: border-box;
      text-align: center;
      line-height: 1.5;
      vertical-align: middle; }
      #contact .otherinfo div:nth-child(2) {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff; }
      #contact .otherinfo div h3 {
        font-weight: 600; }
      #contact .otherinfo a {
        text-decoration: none;
        color:blue;}
@media (max-width: 775px) {
  #contact .email .contactinfo input {
    display: block;
    width: 100%;
    margin: 1em auto; }
  #contact .email textarea {
    margin: 1em auto 1.5em; }
  #contact .otherinfo {
    margin: 1.5em auto 0;
    padding: 1em 0; }
    #contact .otherinfo div {
      display: block;
      margin: 1em auto;
      width: 75%;
      padding: 1em; }
      #contact .otherinfo div:nth-child(2) {
        border: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; } }
