.navbar{
  --flex-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

header .navbar-toggler { border: 0 }

header.navbar {
  /* --flex-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
  --flex-navbar-toggler-border-color: rgba(0,0,0,.5);
  --flex-navbar-padding-y: 1rem }

header .nav-link { 
  position: relative;
  transition: all 300ms;
  font-weight: bold;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: #FFF }

@media(min-width:1200px){
  /* header .nav-link:before,
  header .nav-link:after {
    transition: all 300ms;
    opacity: 0;
    width: 50px;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    left:50%;
    transform: translate(-50%,0);
    content: "";
  }

  header .nav-link:before {
    box-shadow: 0 6px 0 0 white;
    top: -3rem;
  }

  header .nav-link:after {
    box-shadow: 0 -6px 0 0 white;
    bottom: -3rem;
  } */
}

header .nav-link:hover,
header .nav-link:active,
header .nav-link:focus,
header .nav-link.show { color: #000 }

header .nav-link:hover:before,
header .nav-link:active:before,
header .nav-link:focus:before {
  opacity: 1;
  top: -1.5rem;
}

header .nav-link:hover:after,
header .nav-link:active:after,
header .nav-link:focus:after {
  opacity: 1;
  bottom: -1.5rem;
}

@media(max-width:991.98px){

    .navbar-brand img { height: 60px }
  
    header .navbar-collapse { 
      background: var(--flex-dark);
      width: 100%;
      position: fixed;
      z-index: 100000;
      top: 0;
      left: 0  }
  
    header .navbar-nav {
      justify-content: center;
      width: 100%;
      height: 100vh }  
  
    header .nav-link { 
      text-align: center;
      color: #FFF;
      padding: .75rem 3rem !important; 
      width: 100% }

    header a { font-size: 120% !important }
  
    header .nav-link.active,
    header .nav-link:hover,
    header .nav-link:active,
    header .nav-link:focus { 
      opacity:1;
      color: var(--flex-primary) !important }

    header .dropdown { width: 100% }

    header .dropdown-menu {
      border: 0;
      border-radius: 0;
      width: 100%;
      background-color: rgba(0,0,0,.125) }

    header .dropdown-menu a { 
      text-align: center;
      padding: .5rem 1rem;
      color: #FFF }
}

#hero { background: var(--flex-dark) }

#hero,
#hero > *,
#hero > * > *,
#hero > * > * > img { 
  /* height: 100%  */
}

#hero > * > * > img { 
  width: 100%;
  object-fit: cover }

.btn { 
  padding: 1rem 1.5rem;
  font-weight: bold  }
  
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus { color: var(--flex-dark) !important }

.btn-outline-secondary:hover .text-secondary,
.btn-outline-secondary:active .text-secondary,
.btn-outline-secondary:focus  .text-secondary { color: #FFF !important}

.posts .col > article { 
  top: 0;
  transition: all 300ms }

.posts .col > article:hover {
  background: #FFF;
  top: -.5rem;
  box-shadow: 0 0 0 1.5rem rgba(255,255,255,1), 0 .5rem 2rem 1.5rem rgba(0,0,0,0.075)
}

.display-1 { line-height: .9 }

.display-3 { letter-spacing: -2px }

@media(min-width:1200px){
  #about .display-1 { 
    letter-spacing: -5px;
    font-size: 650% }

  .display-3 { letter-spacing: -3px }
}

#licensed article .position-absolute img {
  transition: all 300ms;
  opacity: .2; 
  object-fit: cover }
  
#licensed article:hover .position-absolute img {
  transform: scale(1.3);
  opacity: .3 }

.carousel-control-prev-icon {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") }

.start-75 { left: 75% }




/* local 
//////////////////////////////////////////////////*/
#svg-map path { 
  fill:#111; 
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  
#svg-map text { 
  fill:#fff; 
  font: 65% "Poppins", Sans-serif; 
  cursor: pointer }

#svg-map a{ text-decoration:none; }

#svg-map a:hover { 
  cursor:pointer; 
  text-decoration:none }

#svg-map a:hover path{ 
  fill: var(--flex-dark) !important; 
  color:#FFF!important; }

#svg-map .circle { fill:var(--flex-dark);}

#svg-map a:hover .circle { 
  fill:var(--flex-dark) !important; 
  cursor:pointer }

#outlet img {
  transition: all 300ms;
  filter: grayscale(1);
  border-radius: .5rem
}

#outlet img:hover {
  filter: grayscale(0);
}