html, body {
  height: 100%;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0px; }

.clear {
  clear: both; }

.bg-image {
  height: 100%;
  background: url(../images/bg-4.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

h1.slogan {
  text-align: center;
  color: white;
  font-family: futura-heavy;
  margin-top: 60px;
  font-size: 3em; }
  @media screen and (max-width: 460px) {
    h1.slogan {
      margin-top: -20px;
      font-size: 1.8em;
      line-height: 1.4em; } }

h2.slogan {
  text-align: center;
  color: white;
  font-family: futura-light;
  margin-top: -20px;
  font-size: 1.4em; }
  @media screen and (max-width: 460px) {
    h2.slogan {
      padding-top: 20px;
      font-size: 1.2em; } }

.bottom-nav {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px; }
  @media screen and (max-width: 460px) {
    .bottom-nav {
      bottom: 20px; }
      .bottom-nav h3 {
        display: none; } }
  .bottom-nav h3 {
    font-family: futura-light;
    color: white; }

.down-arrow {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  height: 20px;
  cursor: pointer;
  background-image: url(../images/bottom-arrow-white.png);
  background-repeat: no-repeat;
  cursor: pointer; }

.light {
  /* This alleviates collapsing margins problem */
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding-bottom: 80px; }

.dark {
  /* This alleviates collapsing margins problem */
  background-color: #209ded;
  opacity: 0.8;
  display: inline-block;
  width: 100%;
  padding-bottom: 80px; }

.medium-width-container {
  max-width: 800px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto; }
  @media screen and (max-width: 460px) {
    .medium-width-container {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 30px; } }

.large-width-container {
  max-width: 1000px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto; }
  @media screen and (max-width: 460px) {
    .large-width-container {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 30px; } }

h1 {
  color: #777;
  text-align: center;
  font-family: futura-heavy;
  font-size: 2.4em; }
  @media screen and (max-width: 460px) {
    h1 {
      font-size: 1.6em;
      text-align: left;
      line-height: 1.1em; } }

@media screen and (max-width: 460px) {
  h2 {
    text-align: left;
    font-size: 1.3em;
    line-height: 1.25em; } }

p {
  font-weight: 300; }

.dark p, .dark li, .dark a {
  color: white !important; }
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #fff; }

.light p, .light li, .light a {
  color: #777 !important; }
.light h1, .light h2 {
  color: #85c1e8; }
.light h3, .light h4, .light h5, .light h6 {
  color: #777; }

p.copyright {
  font-size: 0.8em;
  margin-bottom: -40px;
  margin-top: 60px; }

table.portfolio {
  margin: auto;
  border-spacing: 0;
  border-collapse: collapse; }
  table.portfolio td {
    width: 50%; }
  table.portfolio tr:first-child td {
    padding-bottom: 50px; }
  table.portfolio tr:last-child td {
    padding-top: 20px;
    border-bottom: none; }
  table.portfolio td:first-child {
    padding-right: 50px; }
  table.portfolio td:last-child {
    padding-left: 50px; }
  table.portfolio img {
    width: 100%;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 860px) {
    table.portfolio thead {
      display: none; }
    table.portfolio td, table.portfolio tr:first-child td, table.portfolio tr:last-child td, table.portfolio td:first-child, table.portfolio td:last-child {
      padding-left: 0;
      padding-right: 0; }
    table.portfolio table.portfolio tr {
      margin-bottom: 10px;
      display: block; }
    table.portfolio tr:last-child td:first-child {
      padding-bottom: 50px; }
    table.portfolio td {
      width: 100%;
      display: block;
      box-sizing: border-box; } }

table.portfolio-border td {
  border-bottom: 1px solid #eee; }
table.portfolio-border tr:last-child td {
  border-bottom: none; }
table.portfolio-border td:first-child {
  border-right: 1px solid #eee; }
@media screen and (max-width: 860px) {
  table.portfolio-border td:first-child {
    border-right: none; }
  table.portfolio-border td {
    border-bottom: 1px solid #eee; }
  table.portfolio-border tr:last-child td {
    border-bottom: 1px solid #eee; }
  table.portfolio-border tr:last-child td:last-child {
    border-bottom: none; } }

@font-face {
  font-family: 'futura-heavy';
  src: url(../fonts/FuturaLT-Heavy.ttf); }
@font-face {
  font-family: 'futura-light';
  src: url(../fonts/FuturaLT-Light.ttf); }
@font-face {
  font-family: 'futura-normal';
  src: url(../fonts/FuturaLT.ttf); }
header {
  display: table;
  width: 100%; }

header h1.logo {
  text-align: left;
  display: table-cell;
  padding: 20px 20px 20px 30px;
  font-size: 1.2em;
  margin-top: 0;
  font-family: futura-heavy;
  color: white;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 800px) {
    header h1.logo {
      text-align: center;
      padding-top: 60px; } }
  @media screen and (max-width: 460px) {
    header h1.logo {
      text-align: center;
      padding-top: 20px; } }

nav {
  display: table-cell;
  padding: 20px auto 20px auto;
  padding-right: 30px;
  text-align: right; }
  @media screen and (max-width: 800px) {
    nav {
      display: none; } }

nav ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

nav ul li {
  letter-spacing: 0.1em;
  font-family: futura-normal;
  color: white;
  margin-left: 20px;
  display: inline; }

a.nav-link {
  color: white;
  text-decoration: none; }

.lets-talk {
  -webkit-background-size: contain;
  background-size: contain;
  margin: auto;
  height: 100px;
  margin-top: 60px;
  width: 100px;
  background-image: url(../images/lets-talk.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: -40px; }

.team {
  margin-bottom: 20px; }
  .team .details {
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    max-width: 70%; }
    @media screen and (max-width: 520px) {
      .team .details {
        max-width: 100%;
        float: none;
        padding-left: 0px; } }
  .team .photo {
    float: left;
    max-width: 30%; }
    @media screen and (max-width: 520px) {
      .team .photo {
        text-align: center;
        max-width: 100%;
        float: none; } }
  .team img {
    border: 4px solid #85c1e8;
    border-radius: 150px;
    max-width: 150px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2); }
  .team h3 {
    margin-bottom: 0; }
  .team .person {
    margin-top: 40px; }

.read-more {
  width: 160px;
  text-align: center;
  margin: auto;
  font-size: 0.8em;
  background-image: url(../images/bottom-arrow-white.png);
  background-repeat: no-repeat;
  background-position: 70px 30px, center;
  margin-top: 15px;
  background-size: 20px 8px;
  height: 50px;
  cursor: pointer; }

.read-more-hidden {
  display: none; }

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