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

/*.carousel-slider{height:500px!important;}*/


.tabs_alt_text{font-size: 25px!important;}

/*GLOWING TEXT*/
.glow {
  font-size: 16px;
  color: #000000;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ccac00, 0 0 40px #e5c100, 0 0 50px #ffd700, 0 0 60px #ffd700, 0 0 70px #ffd700;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ffd700, 0 0 40px #ffd700, 0 0 50px #ffd700, 0 0 60px #ffd700, 0 0 70px #e5c100, 0 0 80px #ccac00;
  }
}


.colorbox{background: rgba(0, 0, 0, 0.25)}



.img-opacity{opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */}
.card-gallery {
  position: relative;
  margin: 0.5rem 0 0.5rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}

a{color:#666666;}

.item.w2 {
  width: 300px!important;
}

.btn-border1{border-style: solid;
              border-width: 1px;}
.v-center{top: 50%;
          transform: translateY(-50%);
          position: relative;}
.rounded_img {border-radius: 40%!important;}


.bannerLogo{font-size: 200px;}
.cinzelD{font-family: 'Cinzel Decorative', cursive;}
.cinzel{font-family: 'Cinzel', serif;}
.open-sans{font-family: 'Open Sans', sans-serif;}
.font-bold{font-weight: bold;}
.font-medium{font-size: 50px!important;}
.font-small{font-size: 15px!important;}

.textNegR{
-ms-transform: rotate(-5deg); /* IE 9 */
-webkit-transform: rotate(-5deg); /* Safari 3-8 */
transform: rotate(-5deg);
font-size: 110px;
}


.btn-stack-padding{padding:2px;}

.parallax-container {
  height: 600px;
}




.nav-logo{font-size: 60px!important;
margin-top:5px;}

.great-vibes{font-family: 'Great Vibes', cursive;}

.font-body{font-family: 'Great Vibes', cursive;}

.closed{display:none;}


.body{font-family: 'Open Sans', sans-serif;
      font-family: 'Alegreya Sans', sans-serif;
      font-family: 'Alegreya', serif;}






.no-shadows {
    box-shadow: none!important;
}






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





  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }













p {
  line-height: 2rem;
}



.sidenav-trigger {
  color: #000000;
}

.parallax-container {
  min-height: 380px;
  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;
}


/*my shit*/

.landing{
  height: 60vh;
  background-image: url('/images/blue_pattern_3.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
  
  
  
}
.sub-parallax{
  height: 80vh;
  background-image: url('/images/facial_boutique_banner.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
  
  
}
.sub-parallax-1{
  height: 30vh;
  background: rgb(238,174,202);
background: linear-gradient(90deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
  
  
}

.sub-parallax-banner{
  height: 30vh;
  background: #bbdefb;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
  
  
}

#mainText{
  margin-top: 30vh;
}


.ul-horz {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}

.li-horz {
  float: left;
  padding-right: 20px;
}

.gold{background-color:	#FFD700}
.gold-metal{background-color:#D4AF37;}
.old-gold{background-color:#CFB53B}

.logo-reduce {
  margin-top: -10px;
}



/*TABS VERTICAL*/
.tabs-vertical .tabs {
  height: auto;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
}
.tabs-vertical .tab {
  width: 100%;
}
.tabs-vertical .tab .active {
  -moz-transition: border-color .5s ease;
  -o-transition: border-color .5s ease;
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease;
  border-right: 3px solid #424242;
}
.tabs-vertical .tab :hover {
  border-right: 3px solid #eeeeee;
}
.tabs-vertical .indicator {
  display: none;
}
.tabs-vertical .tab-content {
  display: none;
}
.tabs-vertical > .tab-content .active {
  display: block;
}
