.fixed-top {
    z-index: 1031;
}


nav .logo{
  position: absolute;
  width: 250px;
  left: 30px;
  top: 30px;
  z-index: 1031;
    
}

.nav-text {
    padding-left: 3em;
    font-size: 21px;
    color:#898989;
    letter-spacing: 3px;
    text-align: left;
}

.navbar-expand-sm .navbar-toggler {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  height: 30px;
  border-radius: 0;
  z-index: 1032;
}


.active span {
  display: block;
}

.top-logo {
  max-width: 250px;
}

#main-nav {
  overflow:hidden;
  background:#fff;
}

#overlay .layer-video {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}
#overlay .layer-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.menu-top-nav-container{
  margin: 7em auto 0 0%;
  padding: 0%;
  width: 100%;
}


#links {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 75px;
  z-index: 1029;
}

.bg-dark {
  height: 200px;
  background-size: 100% 200px;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-position-y: -2em;
  /*-webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;*/

}


.navbar-brand {
  position: fixed;
  padding: 2% 20px 5px 20px;
  top: 0;
  left: 4%;
  font-family: 'swashingtoncpregular';
  text-transform: uppercase;
  color: #ccb6cc;;
  background-color: rgba(255,255,255,.8);
  z-index: 999;
  transition: opacity .25s ease; 
}


.button_container {
  height: 65px;
  top: 0;
  left: 11%;
  padding: 10px;
  font-size: 1em;
  font-family: 'swashingtoncpregular';
  text-transform: lowercase;
  color: #ccb6cc;;
  background-color: rgba(255,255,255,.8);
  cursor: pointer;
  border: 0;
  z-index: 999;
  transition: opacity .25s ease;
  transition: all .25s ease;
}

.button_container img{
  margin-right: 10px;
  max-width: 35px;
  height: 35px;
}

.navbar-toggler {padding-top: 0;}

.button_container.active{
  color: #ccb6cc;
}


.button_container.active .top {
  -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
          transform: translateY(5px) translateX(0) rotate(45deg);
  /*background: #ccb6cc;*/
}
.button_container.active .middle {
  opacity: 0;
   /*background: #ccb6cc;*/
}
.button_container.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
          transform: translateY(-7px) translateX(0) rotate(-45deg);
   /*background: #ccb6cc;*/
}

.button_container.active .text {
  color: #ccb6cc;;
  width:100%;
}
.button_container span {
  background: #898989;
  border: none;
  height: 2px;
  width: 20px;
  position: absolute;
  top: 5px;
  left: 45.5%;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container.active span {
  display: block;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 17px;
}


.overlay {
  position: fixed;
  background: #FFFFFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 1031;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay.open .navbar-brand {
  color: white;
}

.overlay.open li {
  -webkit-animation: fadeInLeft .5s ease forwards;
          animation: fadeInLeft .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: .60s;
          animation-delay: .60s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-family: 'swashingtoncpregular';
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  /*margin: 0 auto;*/
  position: relative;
  height: 100%;
  text-align: center;
  width: 65%;
/*-moz-column-count: 3;
-moz-column-gap: 10px;
-webkit-column-count: 3;
-webkit-column-gap: 10px;
column-count: 3;
column-gap: 100px;*/
}

.overlay ul li {
  display: flex;
  flex-direction: column;
  height: calc(100% / 4);
  margin-bottom: 5px;
  position: relative;
  opacity: 0;
  transition: all .3s ease;
}
.overlay ul li a {
  display: block;
  position: relative;
  color:#898989;
  font-family: 'Playfair Display', serif;
  font-size: 1.55em;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  overflow: visible;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/*
.overlay ul li a:after, .overlay ul li a.dropdown-toggle:after {
  content: '';
  height: 2px;
  width: 0%;
  background-color: #c5914a;
  position: absolute;
  bottom: 0px;
  left: 25%;
  transition: all .3s ease;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 50%;
}
*/



/*** DROPDOWNS ***/
.dropdown-toggle::after {display: none;}

.overlay ul li a.dropdown-toggle{
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/*
.overlay ul li a.dropdown-toggle:hover{
  width: 100%;
  height:48px;
}

/*
.overlay ul li a.dropdown-toggle:hover:after, .overlay ul li a.dropdown-toggle:focus:after, .overlay ul li a.dropdown-toggle:active:after {
    width: auto;
}

.overlay ul li a.dropdown-toggle:before {
  /*bottom: 25px;

.dropdown-toggle:hover:after, .dropdown-toggle:focus:after, .dropdown-toggle:active:after {
    border-top: .3em solid;
}

}
*/

.dropdown-menu {min-width: 25rem;}

.overlay ul li .dropdown-menu {
    display: none;
    overflow: hidden;
    margin-left: 2em ;
    padding-top: 8px;
    border: 0px solid rgba(0,0,0,.15);
    width: 100%;
    height: 10px;
    font-size: .8em;
    background: transparent;
    border: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.overlay ul li.show >.dropdown-menu{
  opacity: 1;
  /*display: inline-flex;*/
  display: block;
  width: 100%;
  text-align: center;
  margin-left: 3%;
  margin-right: auto;
  visibility: visible;
  height: 30px;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
}

.overlay ul li#menu-item-42.show >.dropdown-menu{
  height: 60px;
}

.overlay ul li.show >.dropdown-menu li{
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2em;
}

.overlay ul li:not(.show) .dropdown-menu {
  display: block;
  -webkit-animation: fadeOutLeft .125s ease forwards;
          animation: fadeOutLeft .125s ease forwards;
  -webkit-animation-delay: .125s;
          animation-delay: .125s;
  height: 0px;
  -webkit-transition: height 1s ease;
  transition: height .25s ease;

}

.overlay ul li.show >.dropdown-menu li {
  transition: all 1s ease forwards;
  -webkit-animation: fadeInLeft .5s ease forwards;
          animation: fadeInLeft .5s ease forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.overlay ul li:not(.show) >.dropdown-menu li {
display: block;
  -webkit-animation: fadeOutLeft .125s ease forwards;
          animation: fadeOutLeft .125s ease forwards;
  -webkit-animation-delay: .125s;
          animation-delay: .125s;
  height: 0px;
  -webkit-transition: height 1s ease;
  transition: height .25s ease;
}

#nav-bg {
  display: flex !important;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.image-toggle{
  position: absolute;
  opacity: 0;
  /*top: 20%;
  left:20%;*/
  top: 10%;
  left: 0px;
  width: 50%;
  z-index: 1;
  transition: top .5s ease, right .5s ease, opacity .5s ease;
}


.image-toggle.enter{
  opacity: 1;
  top: 10%;
  left: 0px;
  transition: top 2s ease, right 2s ease, opacity 2s ease;
}

.image-toggle.secondary-img{
  position: absolute;
  opacity: 0;
  /*top:40%;
  left: 50%;*/
   top:20%;
  left: 40%;
  z-index: 0;
  transition: bottom .5s ease, left .5s ease, opacity .5s ease;
}

.image-toggle.secondary-img.enter{
  opacity: .5;
  top:20%;
  left: 40%;
  transition: bottom 2s ease, left 2s ease, opacity 2s ease;
}

.navimg{
  opacity: 1;
  margin-top: 0;
  margin-left: 0;

}

.navimg2{
  opacity: .8;
  margin-top: 0;
  margin-left: 0;
  width: 35%;
  z-index:0;
}





.dropdown-menu.show {
    /*display: flex !important;*/
    display: none;
}

.dropdown-menu li {
  /*width: 100px !important;*/
}

.dropdown-menu li a:after{
  display: none;
}

ul.dropdown-menu li a{
  font-size: 1.15em;
  text-transform: lowercase;
  font-style: italic;
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    rogjt: 20%;
  }
  100% {
    opacity: 1;
    rogjt: 0;
  }
}




@keyframes fadeIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/* (1280x1024) SXGA Display */
@media  screen and (max-width: 1280px) {
  .overlay ul li a, .overlay ul li a.btn-outline-pink {font-size: 1rem;}
}