/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 @font-face {
  font-family: 'another_flightregular';
  src: url('../fonts/another_flight-webfont.woff2') format('woff2'),
       url('../fonts/another_flight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'back_to_black_demoregular';
  src: url('../fonts/back_to_black_demo-webfont.woff2') format('woff2'),
       url('../fonts/back_to_black_demo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

h1, h2, h3,h4 {
  font-family: 'back_to_black_demoregular', sans-serif;
  letter-spacing: 2px;
}

h4 {
  margin-top: 2rem;
}

h5 {
    font-family: 'back_to_black_demoregular', serif;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2.5rem;
  font-size: 1.8rem;
  text-align: center;
  font-family: 'another_flightregular', serif;
  text-transform: uppercase;
  letter-spacing: 5px;
}

a {
  color: white;
}

a:hover {
  color: white;
}
.head-font {
  font-family: 'back_to_black_demoregular', sans-serif;
  text-transform: none;
  letter-spacing: 2px;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 100vh;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.sticky-upper-nav {
  float: left;
  display: inline-block;
  position: fixed;
  top: 2em;
  left: 2em;
}

.sticky-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sticky-link-1 {
  position: fixed;
  top: 3em;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sticky-link-2 {
  position: fixed;
  bottom: 0.5em;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sticky-contact {
  background: black;
  color: white;
  position: fixed;
  left: 150%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 4em;
  padding-top: 3em;
  margin: 0em;
  border: 2px solid white;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.sticky-mobile {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;

}

.mobile-bg{
  background: url(../Studio9_003.jpg);
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  background-position: 50% 0;
}

.sticky-contact-mobile {
  background: black;
  color: white;
  padding: 1em;
  width: 80%;
  margin: auto;
  border: 2px solid white;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);

}

.grey-btn {
  background-color: black;
  letter-spacing: 4px;
  border: 2px solid white;
  font-size: 1.4rem;
  font-family: 'another_flightregular', serif;
}

.btn-large:hover {
  background-color: black;
}
/* ICOMOON */


.social {
  text-align: center;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?xe25xc');
  src:  url('../fonts/icomoon.eot?xe25xc#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?xe25xc') format('truetype'),
    url('../fonts/icomoon.woff?xe25xc') format('woff'),
    url('../fonts/icomoon.svg?xe25xc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 2em;
  padding: 0.2em;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-cross:before {
  content: "\e901";
  position: absolute;
  top: 10px;
  right: 10px;
}
.icon-up:before {
  content: "\e902";
}
.icon-facebook-square:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e903";
}

.icon-mob {
  font-size: 2em;
  padding: 0.5em;
}


