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

.default_color{background-color: #ee6e73 !important}

.default_color_text{color: #ee6e73 !important}

.icon-block {
  padding: 0 15px;
}



html {
  background-color: #428d52;
}
html.giveaway {
  background-color: #333;
}

#index-banner {
      position: relative;
      background-image: url(../img/sandbg.jpg);
      /*    background-image: url(../img/skyline-3.png);*/
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center bottom;
} 

#nav_f{
  box-shadow: none !important; 
  -webkit-box-shadow:none !important;
}

.logo {
  z-index: 10;
  position: relative;
  max-width: 1150px !important;
  box-shadow: 0px 0px 35px #000;
}
  @media only screen and (max-width: 480px) {
    #index-banner {


    }
    .logo {
      max-width:  100% !important;
    }
  }

.skyline {
  margin-top: -17vw;
  margin-bottom: -11vw;
  z-index: 5;
}

.video {
  width: 100%;
  position: relative;
}
.video {
  min-height: 300px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.social-nav {

  margin: 0 0.5vw;
  top:  0;
  right:  0;
}
.social-nav i {

}
  .social-nav-item {
      display:  inline-block;
      margin:  5px;
      font-size: 2rem;
      text-decoration: none;
  }

  .nav-item{
    display: inline-block;
    font-size: 2rem;
    padding: 5px 10px;
  }
  .nav-item:hover {
      background: rgba(0,0,0,0.15);
  }
  .nav-item a {
   text-decoration: none;
  }

@media only screen and (max-width: 480px) {
  .nav-item {
    font-size: 2rem;
    display: block;
  }
}

.text_h {
  padding: 15% 0;
  font-size: 6.0em;
  font-weight: 100;
  color:white;
}

.brand-logo{
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 100;
  padding: 0;
  letter-spacing: 7px;
}

.text_h2 {font-weight: 100;margin-bottom: 4%; line-height: 4.5rem;}

.span_h2 {font-weight: 300;color: #ee6e73;}

.text_b{color: #ee6e73;}

.in{font-weight: 400 !important; font-style: normal !important;}

.promo i {
  color: #ee6e73;
  font-size: 7rem;
  display: block;
}
.card-content a {color: #ee6e73;}

.card-content a:hover {color: #ee6e73;}

#work{background: rgb(247, 247, 247);}

.text_pink{color:#EF9A9A;}

nav ul a {
  font-size: 1.2rem;
  color: #FFF;
  letter-spacing: 2px;
  display: block;
  font-weight: 300;
  padding: 0px 15px;
}

/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;

}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #FFF;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #ee6e73;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}


/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:1200; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(../img/status.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

@media only screen and (max-width: 480px) {
  .text_h {
  padding: 4% 0;
  font-size: 5em;
  font-weight: 100;
  color: white;
  }
}




input[type=text], input[type=password], input[type=email], input[type=date], input[type=tel], input[type=number], textarea.materialize-textarea {
  border-bottom:  2px solid #fff;
  font-size:  18px;

}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=date]:focus, input[type=tel]:focus, input[type=number]:focus, textarea:focus.materialize-textarea {
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 0 #ddd;
  -moz-box-shadow: 0 1px 0 0 #ddd;
  box-shadow: 0 1px 0 0 #ddd; }

.bg-dark {
  background:  rgba(0,0,0,0.15);
}
.bg-beachmen-blue {
  background-color: #27AAE1;
}
.bg-beachmen-grey {
  background-color:  #A7A9AC;
}
.bg-beachmen-orange {
  background: #0a5f55;
}

.card a.event-link {
  margin-right: 0;
  font-size: 0.75rem;
}
.collapsible,
.collapsible-header,
.collapsible-body {
  border: 0;
}

.btn, .btn-large {
    text-decoration: none;
    color: #fedf51;
    background-color: #428d52;
  font-weight: bold;
  font-size: 20px;
}