@import url("https://fonts.googleapis.com/css?family=Montserrat:900|Work+Sans:500");
* {
  margin: 0;
  padding: 0; }

body {
  /*background: #f5dbbd;*/
  background: #fff;
  color: #222;
  margin: 0;
  padding: 0; }

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif; }

h2 {
  font-size: 1.25em; }

p, .top-bar a {
  font-family: 'Work Sans', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px; }

.hide {
  display: none; }

.full-pixle-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }
  .full-pixle-bg .home-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }

.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  color: #fff;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .top-bar p, .top-bar a {
    padding: 0.5em 1em; }
  .top-bar a {
    text-decoration: none;
    color: #fc0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .top-bar a:hover {
      color: #ffa300; }

.bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  color: #fff;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .bottom-bar p, .bottom-bar .top-bar a, .top-bar .bottom-bar a {
    padding: 0.5em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .bottom-bar .insta {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 0.4em; }
  .bottom-bar .maple {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 7px; }

.bottom-area {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 70px); }
  .bottom-area h1 {
    margin: 0 0 0 2.5em;
    font-size: 3.25em;
    color: #fff; }

.full-wrap {
  width: 100%;
  height: 100%;
  padding: 2.5em 0; }

.center-column {
  width: 65vw;
  margin: 0 auto;
  background: #fff; }

.heading {
  margin: 0 1.5em; }
  .heading h1 {
    font-size: 6.5em;
    padding: 0;
    margin: 0; }
  .heading span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .heading span.andy {
    color: #aac8ed; }
  .heading span.tho {
    color: #09a734;
    margin: -0.2em 0 0; }

.main-content {
  /*	border-left: 3px solid #09a734;
	border-right: 3px solid #09a734;
*/
  padding: 0; }

.bar-content {
  font-family: 'Work Sans', sans-serif;
  background: #f5fafa;
  padding: 2em; }
  .bar-content p, .bar-content .top-bar a, .top-bar .bar-content a {
    padding: 0 0 1em; }

.content-block {
  font-family: 'Work Sans', sans-serif; }

@media screen and (max-width: 1024px) {
  #home-video {
    height: 100%; }
  .top-bar {
    height: auto; }
    .top-bar p, .top-bar a {
      font-size: 22px;
      padding-right: 2em; }
  .bottom-bar {
    height: auto; }
    .bottom-bar p, .bottom-bar .top-bar a, .top-bar .bottom-bar a {
      font-size: 22px; } }
