
body { background: #F9F9F9 }

.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%280,0,0,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 {
  font-size: 87.5%
}

@media(min-width:992px){
  .navtop-city .nav-link {
    font-size: 120%;
    font-weight: bold;
    color: var(--flex-primary)
  }
}


@media(max-width:991.98px){

    .navbar-brand img { height: 40px }
  
    header .navbar-collapse { 
      background: var(--flex-primary);
      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;
      width: 100% }

    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}
}

.hero-cover,
.object-fit-cover,
.ratio img,
.ad img  { object-fit: cover }
    
.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") }

#hero .ratio-lg {
  --flex-aspect-ratio: calc(23 / 73 * 100%);
}

@media(min-width:1200px){
  #hero .carousel-inner {
    margin: 0 -5rem;
    width: calc(100% + 10rem)
  }
}

#search { margin-top: -2rem }

@media(max-width:767.98px){
  #search p { font-size: 100% !important }
}

.btn { 
  padding: 1rem 1.5rem;
  transition: all 300ms;
  letter-spacing: 0;
  font-weight: bold  }


.btn:hover,
.btn:active,
.btn:focus,
.btn.show,
.btn.active { letter-spacing: .125rem; }

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

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

.posts 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)
}

@media(max-width:767.98px){
  .posts article h5 { font-size: 100% }
}

#cites .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='%23FFF'%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") !important }

#cites .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='%23FFF'%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") !important }

.g-6, .gy-6 { --flex-gutter-y: 6rem }
.g-6, .gx-6 { --flex-gutter-x: 6rem }
.g-7, .gy-7 { --flex-gutter-y: 12rem }
.g-7, .gx-7 { --flex-gutter-x: 12rem }

@media(min-width:768px){
  .position-md-absolute { position: absolute }
}

.opacity-5 { opacity:.05 }


.pagination { gap: .5rem }

.pagination .page-link {
  border-radius: 100% !important;
  display: inline-flex;
  font-size: 80%;
  font-weight: bold;
  padding-left: .825rem;
  padding-right: .825rem;
  border: 0
}

.pagination .page-item.active .page-link { background: var(--flex-secondary) !important }

.ads-sm .ratio {
  --flex-aspect-ratio: calc(7 / 64 * 100%);
}

#galleries .nav-pills .nav-link {
  color: var(--flex-body);
  border-radius: .75rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
}

#galleries .nav-pills .nav-link.active {
  color: #FFF;
  background: var(--flex-secondary) }

#footer-cities img {
  transition: all 300ms; 
  opacity: .5;
  filter:grayscale(1) }

#footer-cities .col:hover img { 
  filter:grayscale(0) }

#post .post-photos img { 
  transition: all 300ms;
  opacity:.75 }
  
#post .post-photos a:hover img { opacity:1 }
