@font-face {
  font-family: 'traveling__typewriterregular';
  src: url('../fonts/travelingtypewriter-webfont.eot');
  src: url('../fonts/travelingtypewriter-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/travelingtypewriter-webfont.woff2') format('woff2'), url('../fonts/travelingtypewriter-webfont.woff') format('woff'), url('../fonts/travelingtypewriter-webfont.ttf') format('truetype'), url('../fonts/travelingtypewriter-webfont.svg#traveling__typewriterregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #ddd;
  font-family: 'Open Sans', sans-serif;
  font-smoothing: antialiased;
}
.wrapper {
  width: 100%;
}
.aboveAll {
  z-index: 11000;
}
.main-container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 5%;
  padding-top: 50px;
  overflow: hidden;
}
header.bg {
  float: left;
  z-index: -1;
  width: 100%;
  background: url("../images/hero-header_test2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: cover;
  height: 744px;
}
p {
  font-smoothing: antialiased;
  font-size: 16px;
}
.button {
  border-radius: 25px;
  border: 1px solid #fff;
}
header .top-container {
  padding: 200px 10px 0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
header .top-container h3 {
  font-size: 1.3em;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 35px;
  color: white;
  -webkit-font-smoothing: antialiased;
}
header .top-container .placeholder {
  width: 40%;
  background-color: #666;
  float: left;
}
header .top-container h4 {
  float: left;
  width: 58%;
  margin-left: 2%;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 20px;
  font-size: 1em;
}
header .top-container a {
  font-weight: 300;
  font-smoothing: antialiased;
  color: #ffffff;
  text-align: center;
  float: left;
  width: 22%;
  padding: 10px 0;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 25px;
  margin: 20px 0 0 0;
  text-decoration: none;
  margin-left: 5%;
}
.cta {
  transition: all 0.2s ease-in-out;
}
.cta:hover {
  transform: scale(1.1);
  background-color: rgba(35, 31, 32, 0.35);
}
.contactButton {
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid #fff;
  background-color: #6f0e10;
  padding: 12.5px;
  width: 75%;
  max-width: 300px;
  display: block;
  margin: 10px auto 0;
  transition: all 0.2s ease-in-out;
}
.contactButton:hover {
  background-color: #60080c;
}
section.main-container h2 {
  font-size: 1.5em;
  font-weight: 600;
  padding-bottom: 30px;
  font-family: 'traveling__typewriterregular';
}
section.main-container h3 {
  font-size: 1.2em;
  font-weight: 300;
  padding-bottom: 15px;
}
section.main-container p {
  padding-bottom: 75px;
  line-height: 18px;
}
section.main-container .Ian {
  width: 50%;
  margin-bottom: 50px;
  float: left;
}
section.main-container .Paul {
  width: 50%;
  margin-bottom: 20px;
  float: left;
}
section.main-container .centering {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 350px;
}
section.contact {
  width: 100%;
  padding-bottom: 125px;
  background-color: aliceblue;
}
section.contact h2 {
  font-size: 1.5em;
  font-weight: 600;
  padding-bottom: 30px;
  font-family: 'traveling__typewriterregular';
}
section.contact .smallContainer {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
section.contact .smallContainer p {
  font-size: 1em;
  line-height: 30px;
  padding: 0;
}
.cbp-af-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.cbp-af-header .title {
  display: inline-block;
  position: relative;
  padding-top: 5px;
  width: 60%;
}
.cbp-af-header .title h1 {
  font-family: 'traveling__typewriterregular';
}
.cbp-af-header .cbp-af-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.875em;
}
.cbp-af-header .title h1,
.cbp-af-header .title h2,
.cbp-af-header nav {
  display: inline-block;
  position: relative;
}
.cbp-af-header .title h1,
.cbp-af-header .title h2 {
  float: left;
  width: 100%;
}
.cbp-af-header h1,
.cbp-af-header nav a {
  line-height: 50px;
}
.cbp-af-header h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 3em;
  margin: 0;
  letter-spacing: 2px;
  float: left;
}
.cbp-af-header h2 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.15em;
  margin: 0;
  float: left;
  font-weight: 300;
  line-height: 25px;
}
.cbp-af-header nav {
  float: right;
  padding-top: 15px;
}
.cbp-af-header .cbp-af-inner nav a.button {
  border-radius: 25px;
  padding: 5px 10px;
  border: 1px solid #fff;
  font-weight: 300;
}
.cbp-af-header .cbp-af-inner nav a.button:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cbp-af-header nav a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
  margin: 0 0 0 20px;
  font-size: 1em;
}
.cbp-af-header nav a:last-of-type {
  margin-left: 10px;
}
.cbp-af-header nav a.hoverChange:hover {
  color: #333;
}
/* Transitions and class for reduced height */
.cbp-af-header .title h1,
.cbp-af-header .title h2,
.cbp-af-header nav a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink {
  height: 75px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
  line-height: 40px;
}
.cbp-af-header.cbp-af-header-shrink h2 {
  line-height: 15px;
  color: black;
  font-size: 1em;
}
.cbp-af-header.cbp-af-header-shrink nav a {
  color: black;
}
.cbp-af-header.cbp-af-header-shrink h1 {
  font-size: 2em;
  color: black;
}
header .top-container .modal {
  line-height: 20px;
}
header .top-container .modal p {
  padding-bottom: 15px;
  font-size: 0.85em;
}
header .top-container .modal h2 {
  font-size: 1.5em;
  text-align: center;
  font-family: 'traveling__typewriterregular';
  padding-bottom: 15px;
}
header .top-container h3.modalHeadline {
  color: black;
  font-size: 1.1em;
  text-align: left;
  padding-bottom: 8px;
}
/* --------------MEDIA QUERIES------------- */
@media screen and (max-width: 45em) {
  .cbp-af-header .cbp-af-inner {
    width: 100%;
  }
  .cbp-af-header .title {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
    width: 100%;
  }
  .cbp-af-header .title h1 {
    font-size: 2em;
  }
  .cbp-af-header .title h1,
  .cbp-af-header .title h2 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .cbp-af-header nav {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding-top: 0;
  }
  .cbp-af-header h1,
  .cbp-af-header nav a {
    line-height: 45px;
  }
  .cbp-af-header nav a {
    margin: 0 10px;
  }
  .cbp-af-header.cbp-af-header-shrink {
    height: 90px;
  }
  .cbp-af-header .title {
    padding-top: 0;
  }
  .cbp-af-header.cbp-af-header-shrink h1,
  .cbp-af-header.cbp-af-header-shrink nav a {
    line-height: 45px;
  }
  .cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 1.6em;
    padding-top: 0;
  }
  .cbp-af-header.cbp-af-header-shrink nav a {
    font-size: 1em;
  }
  section.main-container h2 {
    font-size: 1.35em;
    font-weight: 600;
    padding: 10px 0 30px;
  }
  section.main-container h3 {
    font-size: 1.1em;
    font-weight: 300;
    padding: 15px 0;
  }
  section.main-container p {
    padding-bottom: 75px;
    line-height: 18px;
  }
  section.main-container .Ian,
  section.main-container .Paul {
    width: 100%;
    margin-bottom: 2px;
    float: left;
  }
  section.main-container p.centering {
    padding-bottom: 30px;
  }
  header.bg {
    height: auto;
  }
  header.bg h3 {
    font-size: 1.15em;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 23px;
    padding-bottom: 25px;
    color: white;
    -webkit-font-smoothing: antialiased;
  }
  header.bg img.placeholder {
    width: 60%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
  header.bg h4 {
    float: none;
    width: 95%;
    margin-left: 2%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    font-size: .90em;
  }
  header.bg .buttonz {
    width: 80%;
    display: block;
    overflow: hidden;
    margin: 0 auto 20px;
  }
  header.bg .cta {
    width: 45%;
  }
  header.bg .cta:hover {
    transform: none;
  }
  header.bg a:first-of-type {
    margin-left: 0;
    float: left;
  }
  header.bg a:last-of-type {
    float: right;
  }
}
@media screen and (max-width: 32.25em) {
  .cbp-af-header nav a {
    font-size: 0.9em;
  }
  .cbp-af-header {
    height: 118px;
  }
  .cbp-af-header .title {
    padding: 0 0 10px 0;
    width: 100%;
  }
  .cbp-af-header .cbp-af-inner {
    padding: 0;
  }
  .cbp-af-header .title h1 {
    font-size: 1.5em;
  }
  .cbp-af-header .title h2 {
    font-size: 1em;
    line-height: 10px;
    width: 100%;
    padding-bottom: 12px;
  }
  .cbp-af-header.cbp-af-header-shrink h2 {
    display: none;
  }
  header.bg img.placeholder {
    width: 90%;
  }
}
@media screen and (max-width: 24em) {
  .cbp-af-header nav a,
  .cbp-af-header.cbp-af-header-shrink nav a {
    line-height: 1;
  }
}
/* [Object] Modal
 * =============================== */
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity .25s ease;
}
.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.modal-state {
  display: none;
}
.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}
.modal-state:checked + .modal .modal__inner {
  top: 0;
}
.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 50%;
}
.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}
.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}
.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}
.modal__close:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}
/* Other
 * =============================== */
p img {
  max-width: 200px;
  height: auto;
  float: left;
  margin: 0 1em 1em 0;
}
