/* ==========================================================================
   vars 
   ========================================================================== */
/* ==========================================================================
   fonts 
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Abel");
@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/Tungsten-Medium.woff2") format("woff2"), url("../fonts/Tungsten-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/Tungsten-Semibold.woff2") format("woff2"), url("../fonts/Tungsten-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

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

@font-face {
  font-family: 'Balloon Lt TL';
  src: url("../fonts/BalloonTL-Light.eot");
  src: url("../fonts/BalloonTL-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BalloonTL-Light.woff2") format("woff2"), url("../fonts/BalloonTL-Light.woff") format("woff"), url("../fonts/BalloonTL-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Balloon Lt BT';
  src: url("../fonts/BalloonBT-Light.eot");
  src: url("../fonts/BalloonBT-Light.eot?#iefix") format("embedded-opentype"), url("fonts/BalloonBT-Light.woff2") format("woff2"), url("../fonts/BalloonBT-Light.woff") format("woff"), url("../fonts/BalloonBT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Balloon';
  src: url("../fonts/Balloon.eot");
  src: url("../fonts/Balloon.eot?#iefix") format("embedded-opentype"), url("../fonts/Balloon.woff2") format("woff2"), url("../fonts/Balloon.woff") format("woff"), url("../fonts/Balloon.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%; }

h1 {
  color: #ffffff;
  font-family: 'Tungsten', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 1px 1px 0px #000000, 2px 2px 0px #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 55px; }
  h1 span {
    display: inline-block; }
  @media (min-width: 769px) {
    h1 {
      font-size: 80px;
      text-shadow: 2px 2px 0px #000000, 3px 3px 0px #ffffff; } }

h3 {
  color: #000000;
  font-family: 'Tungsten', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 3px;
  text-shadow: 2px 2px 0px #ffffff, 3px 3px 0px #000000;
  text-transform: uppercase; }
  h3 span {
    display: inline-block; }
  h3 small {
    text-shadow: 1px 1px 0px #ffffff, 2px 2px 0px #000000; }

h5 {
  font-size: 30px;
  font-family: 'Abel', sans-serif;
  color: #000000; }
  h5.fast-facts {
    margin: 50px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px; }
    @media (min-width: 1200px) {
      h5.fast-facts {
        font-size: 30px; } }
    h5.fast-facts img {
      padding-right: 20px;
      -ms-flex-item-align: center;
      align-self: center; }

h4 {
  padding-top: 30px;
  color: #eb008b;
  font-size: 30px;
  font-family: 'Balloon', sans-serif; }
  @media (min-width: 769px) {
    h4 {
      font-size: 50px; } }

h6 {
  font-family: 'Tungsten', sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000; }

.button {
  background: #000000;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  font-family: 'Tungsten', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase; }
  .button:hover {
    color: white;
    text-decoration: none; }
  .button img {
    width: 25px;
    padding-right: 10px; }

.quote {
  padding: 30px 0; }
  @media (min-width: 769px) {
    .quote {
      padding: 60px 0; } }
  .quote h5 {
    color: #eb008b !important;
    padding-top: 20px;
    font-size: 20px; }
    .quote h5 a {
      color: inherit;
      text-decoration: none;
      border-bottom: 0px solid #eb008b; }
      .quote h5 a:hover {
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid #eb008b; }
    @media (min-width: 769px) {
      .quote h5 {
        font-size: 30px; } }

p {
  font-size: 20px;
  font-family: 'Abel', sans-serif; }
  p span {
    display: inline-block; }

#main-banner {
  height: 70vh;
  min-height: 768px;
  max-height: 1000px;
  width: 100%;
  background-image: url(../img/banner-main.jpg);
  background-size: cover;
  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; }

#melbourne-banner {
  background-image: url(../img/banner-2.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

#sydney-banner {
  background-image: url(../img/banner-3.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

#beyond-banner {
  background-image: url(../img/banner-6.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

#lucas-banner {
  background-image: url(../img/banner-4.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

#founder-banner {
  background-image: url(../img/banner-7.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

.call-out {
  padding: 90px 0;
  color: #eb008b;
  text-align: center; }
  .call-out h3 {
    color: #eb008b;
    text-shadow: 2px 2px 0px #ffffff, 3px 3px 0px #eb008b; }
  @media (max-width: 769px) {
    .call-out {
      text-align: left !important; } }

.banner {
  height: 40vh;
  min-height: 400px;
  max-height: 800px;
  position: relative;
  padding: 30px 0;
  border-bottom: 5px solid white; }
  @media (max-width: 769px) {
    .banner .col {
      text-align: left; }
    .banner h5 {
      margin-bottom: 25px; }
    .banner h1 span {
      display: block !important;
      width: 200px; }
    .banner img {
      width: 40px; }
    .banner span {
      display: none !important; } }
  .banner h5 {
    cursor: pointer;
    color: #ffffff; }
    .banner h5 span {
      padding-right: 10px; }
    .banner h5 .open, .banner h5 span {
      display: none; }
    .banner h5 .closer {
      display: inline-block; }
    .banner h5.collapsed .open, .banner h5.collapsed span {
      display: inline-block; }
    .banner h5.collapsed .closer {
      display: none; }
  .banner .container {
    z-index: 9;
    position: relative;
    height: 100%; }
  .banner .row {
    height: 100%; }
  .banner:before {
    content: '';
    background-color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: 1;
    top: 0;
    left: 0; }

.v-midlle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.copy-pad-left p {
  padding-left: 15px; }

.content-pad-top {
  padding-top: 60px; }

#footer {
  padding: 60px 0;
  background: #000;
  color: white !important; }
  #footer h6 {
    color: white; }
  #footer a {
    color: inherit;
    text-decoration: none; }
    #footer a:hover {
      color: inherit;
      text-decoration: none; }
  #footer h3 {
    text-shadow: 0 0 0;
    color: white;
    font-size: 40px; }
    #footer h3 small {
      text-shadow: 0 0 0; }
