/*** COLORS ***/
.white {color: white;}
.dark-gray {color: #333333;}
.black {color: black;}
.blue {color: #ccb6cc}
.gray {color:#898989 !important;}

.white-bg {background-color: white;}
.black-bg {background-color: black;}
.tan-bg {background-color: #f0e9d9 /*rgba(218,201,161,.4)*/;}
.blue-bg {background-color: #ccb6cc}

.white-op{ background-color: rgba(255, 255, 255, .30);}
.light-op{ background-color: rgba(255, 255, 255, .9);}

.w-80 {
    width: 80%!important;
}

.overflow {overflow: hidden !important;}
.main-img {max-width: auto;height: 100vh;}
#intro #main-content {display: flex;align-items: center;height: 80vh;margin-top: 40px;}



  #intro .pl-5 { padding-left:4rem!important; }
  #intro .pr-5 { padding-right:4rem!important; }

@media screen and (min-width: 1441px) {
  #intro .pl-5 { padding-left:9rem!important; }
  #intro .pr-5 { padding-right:9rem!important; }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) and (-webkit-min-device-pixel-ratio: 1) { 
  #intro #main-content {display: flex;align-items: center;height: 80vh;margin-top: 120px;}
  #intro .pl-5 { padding-left:15px!important; }
  #intro .pr-5 { padding-right:15px!important; }
}


/*** TEXT ***/

/*** LINKS ***/
.grow { transition: all .2s ease-in-out; }
/*.grow:hover { transform: scale(1.1); }*/
.grow:hover .circle { 
    transform-origin: 50% 50%;
    transform: scale(1.15);
}

.more, .less {
  position: relative;
  font-size: 1.125em;
  letter-spacing: 2px;
  color: #898989;
  text-transform: lowercase;
  font-style: italic;
  transition: all 1s ease-in-out;
}

.more:hover, .less:hover {
  color: #ccb6cc;

}

.more .arrow {position:absolute; top:9px; right:-5px;font-size:.5em;opacity: 0; transition: all 250ms ease-in-out;}
.less .arrow {position:absolute; top:9px; left:-5px;font-size:.5em;opacity: 0; transition: all 250ms ease-in-out;}

.more:after{
    display: none;
    content: '';
    border-bottom: solid 1px #898989;
    transform: scaleX(.8);
    transform-origin: left;
    transition: transform 250ms ease-in-out;
    /*transform-origin: 0% 50%;*/
    width: 115px;
    margin-left: 42.5%;
}

.less:after{
    display: none;
    content: '';
    border-bottom: solid 1px #898989;
    transform: scaleX(.8);
    transform-origin: right;
    transition: transform 250ms ease-in-out;
    /*transform-origin: 0% 50%;*/
    width: 115px;
    margin-left: 42.5%;
}


#vendors #intro .more:after { width: 170px; margin-left: 37%; }

#cover_video {
    width: 100%;
    height: auto;
}


#charity #intro .more:after { width: 140px; margin-left: 39.5%; }

#wedding #intro  .more:after, { width: 65px; margin-left: 43.5%; }

#corporate #intro .more:after, #proms #intro .more:after, #testimonials #intro .more:after,
#trade #intro .more:after, #social #intro .more:after{
    width: 65px;
    margin-left: 45%;
}

#wedding-planners #intro .more:after,
#event-planners #intro .more:after{
  width: 200px;
  margin-left: 35%;
}

#findRoom .more:after{
  width: 105px;
  margin-left: 41%;
}

#contact #intro .more:after{
  width: 170px;
    margin-left: 37%;
}

#planning .more:after, #innvolved .more:after {
    width: 135px;
    margin-left: 45%;
}

.more:hover:after, .less:hover:after { transform: scaleX(1); border-bottom: 1px solid #ccb6cc;}
.more:hover .arrow {opacity: 1; right: -15px;}
.less:hover .arrow {opacity: 1; left: -15px;}


#posts .more:after{
    width: 100px;
    margin-left: 81.5%;
}

#posts .less:after{
    width: 100px;
    margin-left: -5%;
}


@media screen and (min-width: 1441px) {
  .more:after { margin-left: 44.5%; }
  #wedding #intro #more:after { margin-left: 45.5%; width: 80px;}
  #vendors #intro .more:after { margin-left: 42%; }
  #charity #intro .more:after { margin-left:43.5%; }

  #wedding-planners #intro .more:after,
  #event-planners #intro .more:after{ margin-left: 41%;}
  /*#findRoom .more:after{ margin-left: 45%; }*/

  #corporate #intro .more:after, #proms #intro .more:after, #testimonials #intro .more:after,
  #trade #intro .more:after, #social #intro .more:after{ margin-left: 47%;}

  #contact #intro .more:after{ margin-left: 33%;}

  #contact #intro .request .more:after{ margin-left: 39%;}

}

/*** Scrolbar ***/
.scroll-thermometer {
  position: fixed;
  width: 1px;
  height: 250px;
  left: 20px;
  top: 33%;
  background: #898989;
  z-index: 1032;
}

.scroll-thermometer__inner {
    position: absolute;
    top: 0;
    left: -2px;
    width: 6px;
    height: 55px;
    background: #898989;
    -webkit-transition: background .125s ease;
    transition: background .125s ease;
}

/*** Button ***/
.btn {
    letter-spacing: 2px;
    border:1px solid !important;
}

.btn.more .arrow {
    top: 45%;
    right: 25px;
}

.btn.less .arrow {
    top: 17px;
    left: 25px;
}

footer .btn.more .arrow {
    top: 45%;
}

.card .btn.more .arrow{
  top: 45%;
}

.btn.more:hover .arrow {
    opacity: 1;
    right: 25px;
}

.btn.less:hover .arrow {
    opacity: 1;
    left: 15px;
}

a.play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding: 1em;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: lowercase;  
  line-height: 1em;
  text-align: center;
  color:#ffffff;
  letter-spacing: 5px;
  background: transparent;
  border:1px solid #fff;
  z-index: 999;
}

a.play-btn:hover {
  background-color: #fff;
  mix-blend-mode: hard-light;
  color: #898989;
}

a.play-btn:hover .text{
  color: #000;
}

#intro a.play-btn{
  margin-top: 40px;
}

.heading .more:after , .heading .btn.more:hover:after, .btn.more:after , .btn.more:hover:after{display: none;}

.btn-outline-dark ,.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    height: auto !important;
    padding: .375rem .75rem;
    color: #898989 !important;
    text-transform: lowercase !important;
    background-color: transparent !important;
    background-image: none;
    border-color:#898989 !important;
    border-radius: 0;
}
.btn-outline-dark:hover{
  background: #898989 !important;
  color: #fff!important;
}

/*.btn-outline-dark:hover,*/.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover{
  /*color: #fff !important;*/
  background-color: transparent !important;
  background-image: none;
  padding: .375rem 1.25rem;
}


.btn-outline-pink, .overlay ul li a.btn-outline-pink {
    /*margin-left: -15px;*/
    margin:0 auto;
    width: auto;
    color: #898989;
    text-transform: lowercase;
    font-weight: 300;
    font-style: italic;
    background-color: transparent;
    background-image: none;
    border-color:#ccb6cc;
    border-radius: 0;
    transition: all .2s ease-in-out; 

}
.overlay ul li a.btn-outline-pink {font-size: 1.25em;}

.btn-outline-pink:hover, .overlay ul li a.btn-outline-pink:hover{
  color: #fff;
  background-color:#898989;
  background-image: none;
}


.btn-light {
    color: #ccb6cc;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
    transition: all .2s ease-in-out; 
}

.btn-light:hover {
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-dark {
    color: #fff;
    background-color: #898989;
    border-color: #898989;
    border-radius: 0;
    transition: all .2s ease-in-out; 
}


.btn-pink {
    color: #fff !important;
    background-color: #ccb6cc;
    border-color: #ccb6cc;
    border-radius: 0;
    transition: all .2s ease-in-out; 
}

/*
.btn-pink:hover {
    color: #ccb6cc !important;
    background-color: transparent;
    border-color: transparent;
}*/

 .btn-pink:hover {
    color: #fff !important;
    background-color: rgba(204,182,204,.5);
    border-color: rgba(204,182,204,.5);
}



/*** ICONS ***/
.decor {
  display: block;
  max-width: 150px;
  margin:0 auto;
}

.int-logo {
    position: absolute;
    left: 50px;
    top: 50px;
    max-height: 100px;
    z-index: 2;
}


/*** TEXTURE ***/
.boxshadow {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

.innershadow {
   -moz-box-shadow:    inset 0 0 20px rgba(0,0,0,0.1);
   -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
   box-shadow:         inset 0 0 20px rgba(0,0,0,0.1);
}

.white-shadow{position: relative;}
.white-shadow:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 22%;
    top: -35px;
    background: white;
    z-index: 0;
}

@media screen and (min-width: 1441px) {
  .white-shadow:after{
      width: 35%;
      right: 30%;
  }

}

/*** SHAPES AND BORDERS ***/
.trans--grow{
  -webkit-transition: width 1s ease-out; /* For Safari 3.1 to 6.0 */
  transition: width 1s  ease-out;
  width : 0%;
}

.hr1{
  margin-left: 0;
  border-top: 1px solid #898989;
}

#menus hr {margin-top: 2rem;}

.grow-wide{
  width: 100%;
}

.border-top {
  border-top: 1px solid rgba(255,255,255,1) !important;
}

.frame:before {
    content: '';
    background-color:rgba(255,255,255,1);
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0px;
    left: 0px;
    z-index: 1031;
}
.frame:after {
    content: '';
    position: fixed;
    background-color:rgba(255,255,255,1);
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0px;
    z-index: 1031;
}
.frame-sides:before {
    content: '';
    background-color:rgba(255,255,255,1);
    position: fixed;
    width: 40px;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 1031;
}
.frame-sides:after {
    content: '';
    position: fixed;
    background-color:rgba(255,255,255,1);
    width: 40px;
    height: 100vh;
    top: 0px;
    right: 0px;
    z-index: 1031;
}

.card {
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0rem;
}

.card-header {
  border-bottom: 0px solid rgba(0,0,0,.125);
  max-height: 300px;
}

.card-body {
  background-color: white;
}

#about .card-body{
  padding: 0 1.25rem;
  min-height: 125px;
}

#about .card-body p{
    font-style: italic;
    text-transform: lowercase;
    font-size: 1.2em ;
    letter-spacing: 12px;}

#about .card-body .btn {
  font-size: 1em;
    margin-bottom: -1em;
}


/*** MAPS/LOCATIONS  ***/

.map {
    position: relative;
    
}

.map:after{
  content: '';
  position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/whtie-map-transparent-01.png) no-repeat right top;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: 100%;
    opacity: .1;
    width: 100%;
    height: 100%;
}

.map-link{
  position: absolute;
  top: 44%;
  left: 44%;
}


@media screen and (min-width: 1441px) {
.map-link{
  left: 46%;
}

}
.map .icon{
      display: block;
    margin: 12px auto;
    width: 50px;
}

.map .d-flex{ 
  height: 500px;
}

.direct-button {
    position: absolute;
    left: 50%;
    bottom: 150px;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*** BORDERS ***/



/*** BACKGROUNDS ***/
.vert-stripe-bg {
    height: 100%;
    background: url(../images/bg/BG-01.png);
    background-repeat: repeat;
    background-size: 35vw;
}

/*** CAROUSEL ***/
#heroSlider{
  height: 100vh;
  overflow: hidden;
}

#heroSlider img:after, .page-hero:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ccb6cc
  opacity: 0.7;
  z-index: 1;
}


.carousel-caption {
  position: absolute;
  top: 30%;
  right: auto;
  left: 50%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 00px;
  text-align: left;
}

.carousel-indicators li {
    bottom: 25px;
    border-radius: 10px;
    margin: 1px 3px;
    height: 10px;
    max-width: 10px;
    border: 1px solid #FFF;
    background-color: transparent;
    opacity: .7;
}
.carousel-indicators .active {
    background-color: #fff;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}

/*** Front Page ***/
#masthead{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: #898989;
}

#masthead .logo {
    max-width: 250px;
    margin:0 auto;
}

#masthead h1, #planning h1, #innvolved h1, #individual-rooms #planning h1{
  position: relative;
  font-weight:300;
  letter-spacing: 9px;
  font-size: 2em;
  z-index: 1;}

#masthead h1 span{
  display: block;
  font-family: 'the_braggestdemoregular';
  font-weight: 100;
  text-transform: capitalize;
  font-size: 5em;
  letter-spacing: 4px;
  font-weight: 100;
}


#masthead h1 span:before {
    content: '';
    position: absolute;
    margin-left: -300px;
    top: 40%;
    left: 50%;
    width: 600px;
    height: 35%;
    background-color: #fff;
    z-index: -1;
}

h1.heading {
  position: relative;
    font-weight: 300;
    letter-spacing: 9px;
    font-size: 2.25em;
    z-index: 1;
}
#about h1 {
  font-family: 'the_braggestdemoregular';
}

#planning.section{margin-bottom: 0;}

#planning h1, #about #history h1, #wedding #weddings h1, #socials h1, #form h1, #reviews h1{
  position: relative;
  font-weight:300;
  letter-spacing: 9px;
  font-size: 2em;
  z-index: 1;}



#planning h1 span, #about #history h1 span, #wedding #weddings h1 span, #socials h1 span, #form h1 span, #innvolved h1 span, #reviews h1 span{
  display: inline-block;
  font-family: 'the_braggestdemoregular';
  font-weight: 100;
  text-transform: capitalize;
  font-size: 3em;
  background-color: #fff;
  letter-spacing: 0;
}

#wedding #intro h1, #wedding-planners #intro h1, #corporate #intro h1{
  display: inline-block;
  font-family: 'the_braggestdemoregular';
  font-weight: 100;
  text-transform: capitalize;
  font-size: 5em;
  line-height: .7em;
}


#wedding #gallery .fg-item:nth-child(n+4), #corporate #gallery .fg-item:nth-child(n+4), 
#trade #gallery .fg-item:nth-child(n+4), #proms #gallery .fg-item:nth-child(n+4),
#social #gallery .fg-item:nth-child(n+4){
    display: none;  
}

#planning h1:before, #planning h1:after,
#innvolved h1:before, #innvolved h1:after{
  content: '';
  position: absolute;
  width: 150px;
  height: 75px;
  top: 25px; 
  background-image: url(../images/icons/halfdecoration-grey.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#planning h1:after,
#innvolved h1:after{
  transform:scaleX(-1);
}



#innvolved h1:before{
  left: 5%;
}

#innvolved h1:after{
  right: 3%;
}

#planning h1:before{
  left: 10%;
    
}

#planning h1:after{
 right: 8%;
}

/*#planning h1 span:before {
    content: '';
    position: absolute;
    margin-left: -40px;
    top: 10px;
    left: 50%;
    width: 280px;
    height: 70%;
    background-color: #fff;
    z-index: -1;
}
*/


#about .img1{
  margin-top: 40px;
  position: absolute;
  width: 50%;
  height: 125%;
  background: url(../images/DVS_0926.jpg);
  background-size: cover;
  overflow: hidden;
}
#about .img2 {
  position: absolute;
  margin-left: 30%;
  width: 45%;
  height: 100%;
  background: url(../images/Z75_8385.jpg);
  background-size: cover;
  overflow: hidden;
}


#occasions h1{
  position: absolute;
  display: block;
  padding: .3rem;
  top: -50px;
  left: 50%;
  margin-left: -20%;
  width: 40%;  
  font-family: 'the_braggestdemoregular';
  font-weight: 100;
  text-transform: capitalize;
  font-size: 5em;
  background-color: #fff;  
  z-index: 1;
}

#promovideo {
  min-height: 100vh;
  width: 100%;
  position: relative;
}

#promovideo video {
  width: 100%;
  height: auto;
  min-height: auto;
}

.relative { position:relative; }
.play_button_container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#play_button {
  font-size: 4rem;
  background: transparent;
  border: 0;
  fill: white;
  color: white;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#play_button.active {
    opacity: 1;
}

#promovideo iframe {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

#rooms {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#rooms .layer-video iframe, #promovideo .layer-video iframe {
  height: 200%;
}

#front-page #rooms h2{
  position: relative;
  font-family: 'the_braggestdemoregular';
  font-weight: 100;
  text-transform: capitalize;
  font-size: 8em;
  margin-top: -20px;

}

#front-page #rooms h2:after{
  content: '';
  position: absolute;
  bottom:25px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border-bottom: 1px solid #898989;
}

#individual-rooms #intro h1{
  margin: 0 auto;
  width: 100%;
  font-family: 'the_braggestdemoregular';
  font-weight: 100;
  text-transform: capitalize;
  font-size: 6em;
  /* margin-top: -40px; */  
}

#individual-rooms a.pagelink{
  color: #898989;
    letter-spacing: 6px;
    text-transform: lowercase;
    margin: 0 1em;
}

#trending p{font-size: .8rem;}


/*** ABOUT PAGES ***/
.int-header {
  background-size: cover;
  background-position: center  40px;
  background-repeat: no-repeat;
}

.second-img, .third-img, .fourth-img, .fifth-img {
  position: relative;
  top: 0;
  left: 5%;
  min-height: 28em;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.interior #intro {
  height: 95vh;
}

#team1 h2{
    display: block;
    margin-left: -.75em;
    font-family: 'the_braggestdemoregular';
    text-transform: capitalize;
    font-size: 15em;
    letter-spacing: 4px;
    font-weight: 100;
    line-height: .68em;
    transform: rotate(-5deg);
}

/*** Venders ***/
#vendors a{color:#898989; font-size: 1em;}

#vendors .card-body a{color:#898989; font-size: 1.5em;text-transform: capitalize;letter-spacing: 5px;}

#vendors h3, #planners h3, #posts h3, #findRoom h3, #individual-rooms #gallery h3, 
#individual-rooms #specs h3 {
  position: relative; margin-bottom: 2em;
}

#vendors h3:after, #planners h3:after, #posts h3:after, #findRoom h3:after,
#individual-rooms #gallery h3:after, #individual-rooms #specs h3:after{
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border-bottom: 1px solid #898989;

}


#charities p{color:#898989; font-size: 1.15em;text-transform: capitalize;}

/*** GALLERY ***/
ul.gallery {
  margin: 20px auto 0 auto;
  width: 600px;
  list-style: none;
  letter-spacing: 3px;  
}

ul.gallery li{
  display: inline;
  border-right: 1px solid #898989;
  padding: 0 2em;
}

ul.gallery li:last-child, ul.gallery li:nth-child(3){
  border-right: 0px solid #898989;
}

ul.gallery li a{
  color:#898989;
  letter-spacing: 5px;
}

ul.gallery li a:hover{
  color:#ccb6cc;
}

ul.gallery li.active a{
  font-weight: bold;
}

#rooms #heading h1, #contact #intro h1, #vendors #intro h1, #charity #intro h1, #gallery #top h1{
  display: inline-block;
  font-family: 'the_braggestdemoregular';
  font-weight: 100;
  text-transform: capitalize;
  font-size: 7em;
  line-height: .7em;
}

#rooms #heading h1{
  position: relative;
  margin-bottom: 25px;
}

#rooms #heading h1:after{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border-bottom: 1px solid #898989;
}

#intro-trend {
  padding-top: 100px;
}

#intro-trend h1{
  font-family: 'the_braggestdemoregular';
  font-weight: 100;
  text-transform: capitalize;
  font-size: 7em;
}

#proms #intro h1, #trade #intro h1, #social #intro h1, #event-planners #intro h1{
  display: inline-block;
  font-family: 'the_braggestdemoregular';
  font-weight: 100;
  text-transform: capitalize;
  font-size: 6em;
}



.foogallery .fg-loaded a.fg-thumb {overflow: hidden;transition: all .4s linear;}
.foogallery .fg-loaded a.fg-thumb .fg-image{transition: all .4s linear;}

.foogallery .fg-loaded a.fg-thumb:hover .fg-image{
  margin:0 auto;
  transform: scale(1.025);
  opacity: .5;
}

.foogallery.fg-hover-scale .fg-item:hover a img {
    ms-transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

/*** MENUS ***/
ul.menu-nav {
  margin: 0 auto;
  width: 962px;
  list-style: none;
  letter-spacing: 3px;
    
}

ul.menu-nav li{
  display: inline-block;
  border-right: 1px solid #898989;
  padding: 0 2em;
}

ul.menu-nav li:last-child, ul.menu-nav li:nth-child(3),ul.menu-nav li:nth-child(6), ul.menu-nav li:nth-child(9){
  border-right: 0px solid #898989;
}

ul.menu-nav li a{
  color:#898989;
  letter-spacing: 5px;
}

ul.menu-nav li a:hover{
  color:#ccb6cc;
}

ul.menu-nav li.active a{
  font-weight: bold;
}

/*
#menus .img-fluid{max-width: 80%!important;}

#menus p {width: 80%;}*/

#menus h2 {
    font-size: 2.5em;
}

#menus h3, #testimonials h3{
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 5px;
  z-index: 1;
}
#menus h3:before, #testimonials h3:before {
  border-top: 2px solid rgba(204, 182, 204, .2);
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

#menus h6 {margin-bottom: 1em;}

#menus #seated h3 {
  margin-bottom: 0em;
}

.menu-box{
      min-height: 440px;
}

.three-cols, ul.three-cols {
     font-size: .8em;
    font-family: 'Faustina', serif;
    color: #898989;
    letter-spacing: 1.25px;
  list-style: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}


/*** TESTIMONIALS ***/
#testimonial p {
    letter-spacing: 5px;
    font-size: 1em;
}

p.sub-title {
  font-style: italic;
  text-transform: lowercase;
}

#what-they-say h2{
    font-family: 'the_braggestdemoregular';
    text-transform: capitalize;
    font-size: 10em;
    letter-spacing: 4px;
    font-weight: 100;
    line-height: .68em;
    transform: rotate(-5deg);
}

ul.review{
  text-decoration: none;
  margin:0 auto;
  padding: 0;
}

ul.review li{
  display: inline;
  margin-right: 2em;
}

ul.review li a {
  font-size: 2em;
  color: #898989;
  -webkit-transition: 0.4s ease;
  -moz-transition:  0.4s ease;
  transition:  0.4s ease;
}

ul.review li a img{
  width: 1.2em;
}

ul.review li a:hover {
  opacity: .5;
  mix-blend-mode:normal;
}
ul.review li:last-child {
  margin: 0;
}

#text-row {margin-top: 2em;}
#text-row:nth-child(odd) {display: flex; flex-direction: row-reverse;}
#text-row:nth-child(even) {display: flex;flex-direction: row;     }

/*** FOOTER ***/
footer, .bg-purple  {
  color:#ffffff;
  background-color: #ccb6cc;
}

footer{ font-size: .8rem;}

footer p{
  color:#ffffff;
}
footer a {
   color:#ffffff; 
   text-transform: capitalize;
}

footer a:hover {
   color:rgba(255,255,255,.6);
   
}

footer h4 span {
  font-size: 2em;
  margin: 0px -5px 0 -10px;
  letter-spacing: 0;}

footer .container-fluid.footer{
  padding: 30px;
}

footer .logo {
    max-width: 250px;
    margin: 0 auto 1.5em auto;
}

 #posts .logo {
    max-width: 150px;
}

footer .map-bg {
    background-image: url(../images/whtie map transparent-01.png);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: 50% center;
}

footer .circle {
    width: 30px;
    height: 30px;
    margin:0 auto;
    padding: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    transition: all .2s ease-in-out; 
}

footer .nf-response-msg {color:white!important;}

/*** Call Now ***/
#call-now {
  position: fixed;
  left: 50%;
  bottom: 6px;
  margin-left: -100px;
  width: 275px;
  padding: 0;
  z-index: 1031;
  letter-spacing: 3px;
}

#call-now .tel a{
  color: #898989;
}

#call-now .tel a:hover{
  color: rgba(137,137,137,.6);
}

/*** Social***/
.social {
  position: fixed;
  right: 10px;
  top: 35%;
  margin-top: 15px;
  text-align: center;
  list-style: none;
  padding: 0;
  z-index: 1031;
}
.social li {
  display: block; 
  margin-bottom: .8em;
  list-style: none;
}


.social li a {
  font-size: 1em;
  color: #ccb6cc;
  -webkit-transition: 0.4s ease;
  -moz-transition:  0.4s ease;
  transition:  0.4s ease;
}

.social li a img{
  width: 1.2em;
}

.social li a:hover {
  opacity: .6;
  mix-blend-mode:normal;
}
.social li:last-child {
  margin: 0;
}

#contact .social li a {
  font-size: 1.2em;
  color: white;
  -webkit-transition: 0.4s ease;
  -moz-transition:  0.4s ease;
  transition:  0.4s ease;
}



#union, #union a {
  text-transform: capitalize;
  padding-top: 3px;
  font-size: .9em;
  background: transparent;
}



/*** NEWSLETTER ***/
footer .nf-before-form-content {display: none;}
footer .form-control {
    height: 20px !important;
    color: #fff !important;
    text-transform: capitalize;
    background-color: transparent !important;
    border-bottom: 1px solid #fff !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

.nf-field-label label{
    margin-bottom: 0 !important;
    padding: 0;
    font-size: 15px !important;
    font-weight: 300!important;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .label-above .nf-field-element, .label-below .nf-field-element {
    margin: 0;
    width: 95%!important;
}

footer .nf-multi-cell .nf-cell,
#in-touch .nf-multi-cell .nf-cell
 {padding: 0px; }

footer .nf-field-9-wrap,
#in-touch .nf-field-9-wrap,
 {text-align: left;}

footer .ninja-forms-field.btn-light {
  height: auto !important;
    padding: .375rem .75rem;
    color: #ccb6cc!important;
    font-style: italic;
    background-color: #ffffff!important;
    border-color: #ffffff!important;
    border-radius: 0;
}

footer .ninja-forms-field.btn-light:hover {
    color: #fff!important;
    font-style: italic;
    background-color: transparent!important;
    border-color: #ffffff!important;
    border-radius: 0;
    /*padding: .375rem 1.25rem;*/
}

.nf-error-msg, .ninja-forms-req-symbol {color: #fff !important;}


#posts .nf-error-msg, #posts .ninja-forms-req-symbol {color: #e80000 !important;}

#events .nf-error-msg, #events .ninja-forms-req-symbol {color: #898989!important;}

/*** CONTACT FORM ***/

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
  width: 100%;
  text-align: center;
}
.form-control {
  margin-bottom: 1em !important;
  height: 20px !important;
  font-family: 'Faustina', serif;
  font-weight: 300;
  color: #898989 !important;
  text-transform: capitalize !important;
  background-color: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid #898989 !important;
  border-radius: 0 !important;

}

textarea.form-control{
  height: 200px!important;
}

#nf-field-10 {padding: .5rem 3rem; text-transform: uppercase;    font-size: 1em;}
#nf-field-10:hover {padding: .5rem 4rem;}

input.form-control::-webkit-input-placeholder {color: #ccb6cc }
input.form-control::-moz-placeholder {color: #ccb6cc}
input.form-control::-ms-placeholder {color: #ccb6cc}
input.form-control::placeholder {color: #ccb6cc}

textarea.form-control::-webkit-input-placeholder {font-family: 'Raleway', sans-serif;color:#ccb6cc}
textarea.form-control::-moz-placeholder {color: #ccb6cc }
textarea.form-control::-ms-placeholder {color:#ccb6cc }
textarea.form-control::placeholder { font-family: 'Raleway', sans-serif;color:#ccb6cc }


footer input.form-control::-webkit-input-placeholder {text-transform:uppercase; color: #898989}
footer input.form-control::-moz-placeholder {text-transform:uppercase; color: rgba(218,201,161,1);}
footer input.form-control::-ms-placeholder {text-transform:uppercase; color: rgba(218,201,161,1);}
footer input.form-control::placeholder { text-transform:uppercase;color: rgba(218,201,161,1);}

footer textarea.form-control::-webkit-input-placeholder {color:rgba(218,201,161,1);}
footer textarea.form-control::-moz-placeholder { color: #898989}
footer textarea.form-control::-ms-placeholder { color:#898989}
footer textarea.form-control::placeholder { color:#898989}





/*** VIDEO ***/

#front-page .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent 
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 *
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient 
*/
    background: rgba(255,255,255,.35);
    opacity: 1;
    z-index: 1;
}

.interior .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.3); /* Chrome10-25,Safari5.1-6 */
    opacity: 1;
    z-index: 1;
}

.layer-video {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.layer-video iframe {
    height: 115%;
    width: 200%;
    margin-left: -50%;
    z-index: -1;
}

#about .layer-video, #wedding-planners .layer-video, #testimonials .layer-video, #event-planners .layer-video {
    position: absolute;
    top: 40px;
    width: 50%;
    height: 90vh;
    overflow: hidden;
}

#about .layer-video iframe, #wedding-planners .layer-video iframe, #testimonials .layer-video iframe, #event-planners .layer-video  iframe{
    height: 200%;
    width: 200%;
    margin-top: -50%;
    margin-left: -50%;
    z-index: -1;
}

#about #history .layer-video , #wedding #weddings .layer-video{
    position: absolute;
    top: 0px;
    width: 50%;
    height: 50%;
    overflow: hidden;
}

#about #history .layer-video iframe {
    height: 100%;
    width: 100%;
    margin-left: -50%;
    z-index: -1;
}

#wedding #weddings .layer-video{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#wedding #weddings .layer-video iframe {
    height: 200%;
    width: 200%;
    margin-top: -15%;
    /*margin-left: -50%;*/
    z-index: -1;
}

/*** ANIMATION ***/
.line-to-draw {
    position: relative;
    /* top: 85%; */
    /* right: -4%; */
    margin: 15px auto 0 auto;
    width: calc(100% - 100%);
}

.line-to-draw.animate>div {
    position: absolute;
    height: 30em;
    opacity: 1;
    transition:height 2s ease-out;
}

#testimonials .line-to-draw.animate>div {
    height: 45em;
}

@media screen and (min-width: 1441px) {
  .line-to-draw.animate>div {
      height: 30em;
  }
  #about .line-to-draw.animate>div {
      height: 60em;
  }
}

.line-to-draw>div {
    width: 2px;
    height: 0;
    background: #898989;
    transition: height 2s ease;
    opacity: 1;
}

#contact .line-to-draw.animate>div {
    position: absolute;
    height: 500px;
}

.box-to-draw{
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0%;
  left: 0;
  height: 100%;
  margin-top: 0;
}

.box-to-draw-small{
  position: absolute;
  top: 50%;
  bottom: 0px;
  right: 0%;
  left: 0;
  height: 50%;
  margin-top: 0;
}
.box-to-draw.animate>div {
    opacity: 0;
    margin-top: 200%;
    transition:margin-top 1s ease-out, opacity 1s ease-out;
}

#planners .box-to-draw.animate>div {
    opacity: 0;
    margin-top: 50%;
    transition:margin-top 2s ease-out, opacity 2s ease-out;
}

.box-to-draw.remove>div {
    opacity: 1;
    margin-top: 0%;
    transition:margin-top 1s ease-out;
}

.box-to-draw>div {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    transition: margin-top 1s ease;
    opacity: 1;
}

.box-to-draw-small>div {
    width: 100%;
    height: 75%;
    margin-top: 25%;
    background: rgba(255,255,255,.6);
    transition: margin-top 2s ease;
    opacity: 1;
}
.box-to-draw-small.animate>div {
    opacity: 0;
    height: 0;
    margin-top: 100%;
    transition:margin-top 2s ease-out, height 2s ease-out, opacity 2s ease-out;
}

.box-to-draw-small.remove>div {
    opacity: 1;
    margin-top: 0%;
    transition:margin-top 2s ease-out;
}

#trending .box-to-draw, #trending .box-to-draw-small  {
    position: absolute;
    top: 0;
    bottom: 0px;
    right: auto;
    left: 0;
    height: 100%;
    margin-top: 0;
}


#trending .box-to-draw>div, #trending .box-to-draw-small>div{
    width: 0%;
    height: 100%;
    background: rgba(255,255,255,.9);
    transition: width .5s ease;
    opacity: 0;
}

#trending .box-to-draw.animate>div {
  opacity: 1;
  margin-top: 0;
  width: 200px;
  height: 100%;
  transition:width .25s ease-out, opacity 2s ease-out;
}

#trending .box-to-draw-small.animate>div {
  opacity: 1;
  margin-top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  transition:width .5s ease-out, opacity 2s ease-out;
}


#trending #alternate-row:nth-child(even) .box-to-draw,
#trending #alternate-row:nth-child(even) .box-to-draw-small{
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0;
    left: auto;
    height: 100%;
    margin-top:0;
}



#trending #alternate-row:nth-child(even) .box-to-draw>div, 
#trending #alternate-row:nth-child(even) .box-to-draw-small>div  {
    width: 0px;
    height: 100%;
    background: rgba(255,255,255,.9);
    opacity: 0;
}

#trending #alternate-row:nth-child(even) .box-to-draw.animate>div {
  opacity: 1;
  margin-top: 0;
  width: 200px;
  height: 100%;
  transition: width .5s ease-out, opacity 2s ease-out;
}

#trending #alternate-row:nth-child(even) .box-to-draw-small.animate>div {
  opacity: 1;
  margin-top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  transition: width 1s ease-out, opacity 2s ease-out;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #front-page #masthead {height: 43vh;}
}


/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #front-page #masthead {height: 43vh;}
}


#object {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(255,255,255,.6);  
}

#object-small {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: rgba(255,255,255,.6);  
}

.bounce-in-bottom {
  -webkit-animation: bounce-in-bottom 1.5s 1s alternate both;
          animation: bounce-in-bottom 1.5s 1s alternate both;
}

.bounce-in-bottom2 {
  -webkit-animation: bounce-in-bottom 2.5s 1s alternate both;
          animation: bounce-in-bottom 2.5s 1s alternate both;
}

.bounce-out-bottom {
  -webkit-animation: bounce-out-bottom 1.5s both;
          animation: bounce-out-bottom 1.5s both;
}


/* ----------------------------------------------
 * Generated by Animista on 2019-7-9 16:36:21
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-bottom
 * ----------------------------------------
 */
 .slide-in-blurred-bottom {
  -webkit-animation: slide-in-blurred-bottom 1s ease-in-out both;
          animation: slide-in-blurred-bottom 1s ease-in-out both;
}
.slide-in-blurred-bottom {
  -webkit-animation: slide-in-blurred-bottom 1.5s ease-in-out both;
          animation: slide-in-blurred-bottom 1.5s ease-in-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-7-9 17:13:26
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-9 16:49:50
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-out-bottom
 * ----------------------------------------
 */
@-webkit-keyframes bounce-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  5% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  15% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  25% {
    -webkit-transform: translateY(38px);
            transform: translateY(38px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  52% {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  85% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(800px);
            transform: translateY(800px);
    opacity: 0;
  }
}
@keyframes bounce-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  5% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  15% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  25% {
    -webkit-transform: translateY(38px);
            transform: translateY(38px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  52% {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  85% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(800px);
            transform: translateY(800px);
    opacity: 0;
  }
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}


/*** Large Monitors  ***/
@media screen and (min-width: 1600px) {
    
}

#masthead h1{

    font-size: 72px;
	color:#fff;
	font-family: baskerville;
    font-weight: 600;
    text-shadow: 3px 4px 10px #0006;

}
#masthead h1 span:before{
	display:none !important;
}
#masthead #video-btn{
    font-size: 30px;
    color: white !important;
    background: #ccb6cc !important;
    border: none !important;
    padding: 12px 20px !important;
}

#masthead .logo.desktop {
    filter: drop-shadow(2px 4px 3px #0006);
}
/* p{
	font-size:1em;
} */