.fp-enabled .modal{
   position:fixed !important;
}
.container-fluid{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section {
  text-align:center;
  font-size: 3em;
}

@font-face {
    font-family: "Avestrava-Regular";
    src: url("../src/Avestrava-Regular.woff") format("woff");
}

@font-face {
    font-family: "Px Grotesk";
    src: url("../src/PxGrotesk-Light.woff") format("woff");
    src: url("../src/PxGrotesk-Bold.woff") format("woff");
    src: url("../src/PxGrotesk-BoldIta.woff") format("woff");
    src: url("../src/PxGrotesk-LightIta.woff") format("woff");
    src: url("../src/PxGrotesk-Regular.woff") format("woff");
    src: url("../src/PxGrotesk-RegularIta.woff") format("woff");
}

@media only screen and (max-width: 768px){
  div{
    
    position: absolute !important;
    text-align: left !important;
    display: block;
    left: 150px !important;
    }

    .fadein{
      animation: fadeIn 6s 3s infinite;
      color:#c9060d;
      font-size: 100px;
      font-family: 'PxGrotesk-Bold';
      margin-top: 340px !important;
      margin-left: 1px !important;
      opacity: 0;
      position: absolute;
    }
}

/* -------FADE IN------- */
.fadein{
  animation: fadeIn 6s 3s infinite;
  color:#c9060d;
  font-size: 100px;
  font-family: 'PxGrotesk-Bold';
  margin-top: 400px;
  margin-left: 600px;
  opacity: 0;
  position: absolute;
}

@keyframes fadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}



/*-------SMOKE EFFECT-------*/
.loves {
  font-family: 'Avestrava-Regular';
  text-align: left;
  color: white;
  font-size: 100px;
  line-height: 95%;
  top: 200px;
  left: 600px;
  position: absolute;
}

body {
  background-color: black;
  overflow: hidden;
  font: 20px "helvetica";
  text-align: center;
  color: transparent;
  backface-visibility: hidden;
}

span {
  display: inline-block;
  text-shadow: 0 0 0 whitesmoke;
  animation: smoky 5s 3s both;
  font:"Avestrava-Regular" !important;
  
}

span:nth-child(even){
  animation-name: smoky-mirror;
}

@keyframes smoky {
  60% {
    text-shadow: 0 0 40px whitesmoke;
  }
  to {
    transform:
      translate3d(15rem,-8rem,0)
      rotate(-40deg)
      skewX(70deg)
      scale(1.5);
    text-shadow: 0 0 20px whitesmoke;
    opacity: 0;
  }
}

@keyframes smoky-mirror {
  60% {
    text-shadow: 0 0 40px whitesmoke; }
  to {
    transform:
      translate3d(18rem,-8rem,0)
      rotate(-40deg) 
      skewX(-70deg)
      scale(2);
     text-shadow: 0 0 20px whitesmoke;
    opacity: 0;
  }
}

.smokey{ 
  font-family: 'Avestrava-Regular';
  position: absolute !important;
  text-align: left;
  color: white;
  font-size: 200px;
  line-height: 95%;
  /* top: 200px;
  right: 600px;  */
  
  }

  

/*--------SIDEBAR NAV---------*/
.breadcrumb{
    color: #fff;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    padding: 0;
    margin-bottom: 1rem;
    margin-left: 1rem;

}
.breadcrumb-item.active a {
    color: #fff;
}
@media (min-width: 759px) {
  #mySidebar2 {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #mySidebar {
    visibility: hidden;
    display: none;
  }
  .sidebar{
    visibility: hidden;
    display: none;
  }
  #mySidebar2.sidebar {
    visibility:visible;
    width: 100vw;
    height:36px;
    display: block;
    background-color: #fff;
    border: 1px solid #000;
  }


}
.sidebar {

    height: 100%;
    width: 36px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #000;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 40px;
    margin-top: -1px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    
}

.drop-icon{
transform: rotate(180deg);
-moz-transform: rotate(180deg);
border: none;
background: none;
font-size: 30px;
color: #000;
padding: 20px;
font-family: 'Avestrava';


}

.nav{
  display: block;
}
.dropdown{
  position:static;
  color: #000;
  text-decoration: none;
}
.dropdown a{
  color: #000;
  text-decoration: none;
}
a:hover{
  color: #000;
  text-decoration: none;
}

.dropdown-menu.show {
    display: block;
    margin: auto 0;
    position: absolute;

    border-top: none;
    border-radius: 0;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.navbar{
  /* margin-top: 40px; */
  border: 1px solid #000;
  background: #fff;
  z-index: 999;
}

.sidebar:hover{
  animation: none;
}

.bounce-3 {
        animation-name: bounce-3;
        animation-timing-function: ease;
    }
    @-webkit-keyframes bounce-3 {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateX(0);}
  50% {-webkit-transform: translateX(-15px);}
}

a {
 text-decoration: none;

}
.sidebar a {
  text-decoration: none;
  color:#000;

}
.btn-menu {
    position: relative;
    font-family: 'Avestrava-Regular';
    text-align: left;
    padding: 8px 8px 8px 40px;
    text-decoration: none;
    font-size: 50px;
    color: #000;
    display: block;
    transition: 0.3s;
    

}
.btn-menu:hover::before {
  display: block;
    content:"> ";
    position: absolute;
    left: 25px;
    top: 8px;
    text-decoration: none;


}


.marquee {
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 200vw;
  font-size: 1rem;
  padding-top:0.8rem;
  line-height: 0.8rem;
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  overflow: hidden;

}

.marquee.top {

  z-index: 4;
}

.marquee.bottom {
  top: auto;
  bottom: 0;
  z-index: 2;
}
.marquee.bottom > p {
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-animation-name: marquee-reverse;
  animation-name: marquee-reverse;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
}
