/* CSS RESET. standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0; }

a, img a {
  border: 0 none;
  margin: 0;
  padding: 0; }

/* End RESET. */
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: 'Metropolis Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Regular"), url("../fonts/Metropolis-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Regular Italic"), url("../fonts/Metropolis-RegularItalic.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Extra Light';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Extra Light"), url("../fonts/Metropolis-ExtraLight.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Light';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Light"), url("../fonts/Metropolis-Light.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Thin';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Thin"), url("../fonts/Metropolis-Thin.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Extra Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Extra Light Italic"), url("../fonts/Metropolis-ExtraLightItalic.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Light Italic"), url("../fonts/Metropolis-LightItalic.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Thin Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Thin Italic"), url("../fonts/Metropolis-ThinItalic.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Medium"), url("../fonts/Metropolis-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Semi Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Semi Bold"), url("../fonts/Metropolis-SemiBold.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Bold"), url("../fonts/Metropolis-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Bold Italic"), url("../fonts/Metropolis-BoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Medium Italic"), url("../fonts/Metropolis-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Semi Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Semi Bold Italic"), url("../fonts/Metropolis-SemiBoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Extra Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Extra Bold"), url("../fonts/Metropolis-ExtraBold.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Extra Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Extra Bold Italic"), url("../fonts/Metropolis-ExtraBoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Black';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Black"), url("../fonts/Metropolis-Black.woff") format("woff"); }

@font-face {
  font-family: 'Metropolis Black Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Black Italic"), url("../fonts/Metropolis-BlackItalic.woff") format("woff"); }

button.lines-button {
  -webkit-appearance: none;
  background: transparent;
  border: 0 none;
  outline: 0 none; }

button .lines {
  background: white; }
  button .lines:before, button .lines:after {
    background: white; }

.lines {
  vertical-align: middle;
  background: white;
  border-radius: 0.1rem;
  display: inline-block;
  height: 0.15rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 1.5rem;
  position: relative; }
  .lines:before, .lines:after {
    background: white;
    border-radius: 0.1rem;
    display: inline-block;
    height: 0.15rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 1.5rem;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.1071428571rem center;
    -webkit-transform-origin: 0.1071428571rem center; }
  .lines:before {
    top: 0.5rem; }
  .lines:after {
    top: -0.5rem; }

.lines-button {
  border-radius: 0.2142857143rem;
  cursor: pointer;
  display: inline-block;
  padding: 0.5263157895rem;
  padding-bottom: 0.75rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0;
    transition: 0; }
  .lines-button.x.close .lines {
    background: transparent; }
    .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
      transform-origin: 50% 50%;
      -webkit-transform-origin: 50% 50%;
      top: 0;
      width: 1.5rem; }
    .lines-button.x.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=aab46673704e7643d5fdec2d2e9cbeca)
 * Config saved to config.json and https://gist.github.com/aab46673704e7643d5fdec2d2e9cbeca
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container, .row, *[class^="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

header#header {
  left: 0;
  padding: 10px 0;
  position: fixed;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  header#header.bkg {
    -webkit-backdrop-filter: blur(5px);
    background: rgba(167, 191, 191, 0.8); }
  header#header a.logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    display: inline-block;
    position: relative; }
    header#header a.logo img {
      display: block;
      margin: 0 auto;
      max-width: 150px; }
    header#header a.logo:hover {
      opacity: 0.8; }

footer#footer {
  background: black;
  border-top: 6px solid #c79852;
  color: white;
  text-align: center;
  padding-top: 30px; }
  footer#footer a {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    color: white;
    text-decoration: none; }
    footer#footer a:hover {
      color: #a7bfbf; }
    footer#footer a.social {
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      border-radius: 100%;
      border: 1px solid white;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      margin-top: 20px;
      width: 40px; }
      footer#footer a.social i {
        font-size: 16px; }
      footer#footer a.social:hover {
        border-color: #c79852;
        color: #c79852; }
      footer#footer a.social + .social {
        margin-left: 20px; }
    footer#footer a.logo {
      transition: all 0.25s;
      -moz-transition: all 0.25s;
      -webkit-transition: all 0.25s;
      -o-transition: all 0.25s;
      display: inline-block;
      margin: 30px 0; }
      footer#footer a.logo img {
        display: block;
        margin: 0 auto;
        max-width: 150px; }
      footer#footer a.logo:hover {
        opacity: 0.8; }
  footer#footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 11px;
    margin-top: 30px;
    padding: 30px 0; }

.anchor {
  display: block;
  visibility: hidden;
  padding-top: 70px;
  margin-top: -70px; }
  @media (max-width: 767px) {
    .anchor {
      padding-top: 67px;
      margin-top: -67px; } }
html {
  height: -webkit-fill-available; }

body {
  -webkit-text-size-adjust: 100%;
  min-height: -webkit-fill-available;
  font-family: 'Tenor Sans', sans-serif;
  color: black;
  font-size: 14px;
  line-height: 1.25; }
  body.no-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    height: 100vh; }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
p.signature {
  font-family: 'Corinthia', sans-serif; }

.hero {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  align-content: center;
  background: #a7bfbf url(../images/hero-bkg.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  text-align: center; }
  .hero .wrapper h1 {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 80px; }
  .hero .wrapper h2 {
    color: #cfa76c;
    font-family: 'Corinthia', sans-serif;
    font-size: 125px;
    margin-top: -70px; }
  .hero .wrapper a.read-more {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: white;
    position: absolute;
    text-decoration: none;
    bottom: 30px; }
    .hero .wrapper a.read-more img {
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      display: block;
      margin: 15px auto 0 auto; }
    .hero .wrapper a.read-more:hover {
      opacity: 0.7; }
      .hero .wrapper a.read-more:hover img {
        opacity: 0.7; }
  @media (min-width: 768px) {
    .hero {
      min-height: 700px;
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .hero .wrapper h1 {
      font-size: 50px; }
    .hero .wrapper h2 {
      font-size: 100px;
      margin-top: -50px; } }
#big-quote {
  font-size: 50px;
  line-height: 50px;
  padding: 70px 0; }
  #big-quote h3 + p {
    margin-top: 30px; }
  @media (min-width: 768px) {
    #big-quote h3 {
      max-width: 900px; } }
  @media (max-width: 767px) {
    #big-quote {
      font-size: 34px;
      line-height: 36px; } }
#free-session .wrapper .row {
  max-width: 800px;
  margin: 0 auto; }

#free-session .wrapper p:not(.signature) {
  font-family: 'Mulish', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 30px;
  border-left: 1px solid #b7beb9; }
  #free-session .wrapper p:not(.signature) + p {
    padding-top: 20px; }

#free-session .wrapper p.signature {
  font-size: 34px; }
  #free-session .wrapper p.signature span {
    display: block;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    #free-session .wrapper p.signature {
      text-align: right;
      margin-top: 50px; } }
  @media (max-width: 767px) {
    #free-session .wrapper p.signature {
      margin: 30px 0; } }
#free-session .wrapper a.button {
  margin: 30px 0;
  text-align: center; }
  #free-session .wrapper a.button i:first-of-type {
    padding-right: 10px; }
  #free-session .wrapper a.button i:nth-of-type(2) {
    padding-left: 10px; }
  @media (max-width: 767px) {
    #free-session .wrapper a.button {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      width: 100%; } }
#free-session .wrapper img {
  display: block;
  height: auto;
  max-width: 100%; }

#free-session .quote {
  background: #b7beb9;
  padding: 230px 0 70px 0;
  text-align: center;
  margin-top: -180px; }
  #free-session .quote h4 {
    font-size: 40px;
    margin: 0 auto; }
  @media (min-width: 768px) {
    #free-session .quote h4 {
      max-width: 900px; } }
  @media (max-width: 767px) {
    #free-session .quote h4 {
      font-size: 30px; } }
#featured-quote {
  background: #c79852 url(../images/nirsteel-white-signature.svg) no-repeat center center;
  background-size: cover;
  color: white;
  font-size: 40px;
  padding: 100px 0;
  text-align: center; }
  #featured-quote p.signature {
    margin-top: 25px; }
  @media (min-width: 768px) {
    #featured-quote p:not(.signature) {
      margin: 0 auto;
      max-width: 900px; } }
  @media (max-width: 767px) {
    #featured-quote {
      background-size: 170% auto;
      font-size: 30px;
      padding: 60px 0; } }
#my-story {
  margin: 70px 0; }
  #my-story h3 {
    font-size: 50px;
    margin-bottom: 50px;
    text-transform: uppercase; }
    #my-story h3 span {
      font-family: 'Corinthia', sans-serif;
      font-size: 60px; }
  #my-story p {
    font-size: 22px;
    line-height: 26px; }
    #my-story p + p {
      margin-top: 30px; }
  #my-story img {
    display: block;
    height: auto;
    max-width: 100%; }
  @media (max-width: 767px) {
    #my-story h3 {
      margin: 40px 0 30px 0; } }
a.button {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  background: #34a6b2;
  border-radius: 50px;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none; }
  a.button:hover {
    background: #2e949e; }
