/* Page Setup + Mixins */
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; }

/* HTML5 display-role reset for older browsers */
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; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.text-l {
  text-align: left; }

.text-c {
  text-align: center; }

.text-r {
  text-align: right; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/* WORDPRESS */
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

.alignright {
  float: right; }

.alignleft {
  float: left; }

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

/* Variables */
/* General Styles */
body {
  color: white;
  background: #f4ad86;
  font-family: futura-pt, sans-serif; }

.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto; }

.content-inner {
  max-width: 850px;
  margin: 0 auto; }

a {
  color: currentColor; }

.mobile-nav-link {
  position: relative;
  font-size: 35px;
  display: none;
  line-height: 0; }
  .mobile-nav-link .icon {
    -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .mobile-nav-link .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; }
  .mobile-nav-link.active .icon-menu {
    opacity: 0; }
  .mobile-nav-link.active .icon-close {
    opacity: 1; }
  @media all and (max-width: 768px) {
    .mobile-nav-link {
      display: inline-block; } }

.logo-image {
  width: 100%; }

@media all and (min-width: 769px) {
  .main-nav {
    display: block !important; } }

@media all and (max-width: 768px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: white;
    z-index: 20; } }

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .main-nav ul li {
    display: inline-block; }
    @media all and (max-width: 768px) {
      .main-nav ul li {
        display: block; } }
    .main-nav ul li a {
      display: block;
      padding: 10px 20px;
      text-decoration: none; }
      .main-nav ul li a:hover {
        color: #999999; }
    .main-nav ul li.current-menu-item a {
      text-decoration: underline; }

header {
  padding: 20px 0;
  position: relative; }
  header > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header .header-right {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: right; }

.bg-wrap {
  position: relative; }

.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover; }

footer {
  margin-top: 60px;
  text-align: center;
  padding-bottom: 60px; }
  footer a:hover {
    color: #333; }
  footer p {
    display: inline-block; }

.footer-bubbles {
  margin-top: 60px; }
  .footer-bubbles a {
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #f4ad86;
    text-decoration: none;
    font-size: 20px;
    line-height: 80px;
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .footer-bubbles a .icon {
      font-size: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .footer-bubbles a:hover {
      opacity: .7; }
    @media all and (max-width: 650px) {
      .footer-bubbles a {
        width: 65px;
        height: 65px;
        line-height: 65px; } }
  .footer-bubbles .footer-bubble {
    display: inline-block;
    width: 100%;
    max-width: 80px;
    vertical-align: middle;
    margin: 0 20px; }

ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px; }
  ul.social li {
    display: inline-block; }
    ul.social li a {
      display: block;
      font-size: 25px;
      padding: 10px; }

@media all and (max-width: 768px) {
  .big-doodle {
    max-width: 300px; } }

@media all and (max-width: 650px) {
  .big-doodle {
    max-width: 200px; } }

.men-doodles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }
  .men-doodles img {
    max-width: 90px;
    max-height: 90px; }
    @media all and (max-width: 650px) {
      .men-doodles img {
        max-width: 60px;
        max-height: 60px; } }
  .men-doodles .men-doodle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center; }

h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em; }
  @media all and (max-width: 768px) {
    h1 {
      font-size: 35px; } }
  @media all and (max-width: 650px) {
    h1 {
      font-size: 30px; } }

.page-rows {
  margin: 80px 0; }
  @media all and (max-width: 650px) {
    .page-rows {
      margin: 40px 0; } }

.page-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px; }
  .page-row .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 80px; }
    @media all and (max-width: 768px) {
      .page-row .col {
        padding: 0 30px; } }
    @media all and (max-width: 650px) {
      .page-row .col {
        padding: 0; } }
  @media all and (max-width: 650px) {
    .page-row {
      display: block; } }
  @media all and (max-width: 650px) {
    .page-row > * {
      margin-bottom: 30px; } }

.image-col img {
  width: 100%;
  max-width: 90px; }
  @media all and (max-width: 768px) {
    .image-col img {
      max-width: 50px;
      max-height: 120px; } }

h2 {
  font-size: 35px;
  line-height: 1.3; }
  @media all and (max-width: 768px) {
    h2 {
      font-size: 28px;
      line-height: 1.15; } }
  @media all and (max-width: 650px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 1em; }
