:root {
  --mus-border: #e5e7eb;
  --def-font-color: #C8C8C8;
  --active-nav-color: #E8E8E8;
  --def-border:#333;
  --prod-tags: #5D9B9B; /*#ACB78E*/
  --year-tags: #7FB5B5;
  --default-tags: #ACB78E;
  --size-h1: 2.625rem;
  --dark-back: #222222;
}
html {
  background-color: #141414;
  height: 100%;
}
body {
  height: 100%;
  color: var(--def-font-color);
}
h1,h2,h3,h4 {
  color: var(--def-font-color);
}
.uk-text-lead {
  color: var(--def-font-color);
}
#rbar {
  background-color: var(--dark-back);
}
#gencontent {
  min-height: 100vh;
}
.mus-menu-container {
  padding: 1.5rem;
}
.mus-section-default {
  background-color: #141414;
}
.mus-container {
  padding-left: 3rem;
}
.uk-nav-primary > li.uk-active > a, .uk-nav-default > li.uk-active > a, .uk-navbar-nav > li.uk-active > a {
  color: var(--active-nav-color);
}
.bordb {
  border-bottom: 1px solid var(--def-border);
}
.navbar-mus {
  background: white;
  border-bottom: 1px solid var(--mus-border);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 0.75rem 0;
}
.navbar-mus .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navbar-mus .navbar-nav {
    display: flex;
    align-items: center;
    gap: .25rem;
    margin: 0;
    padding: 0;
}
.navbar-mus .dropdown-item, .navbar-mus .nav-item {
    padding: .5rem .3rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background: none;
    width: 100%;
    color: #374151;
    font-size: 1.05rem;
}
.uk-nav-primary {
  font-size: 1.2rem;
}
ul.mus-secondary-nav {
  padding-left: 1.8rem;
}
#breadcr {
  margin-top: 2rem;
}
.hero-section {
 /* background: #898989;
  background: linear-gradient(
    90deg,
    rgba(137, 137, 137, 1) 0%,
    rgba(199, 199, 199, 1) 72%,
    rgba(235, 235, 235, 1) 100%
  ); */
  background: #222222;
  background: linear-gradient(27deg,rgba(34, 34, 34, 1) 0%, rgba(87, 87, 87, 1) 50%, rgba(20, 20, 20, 1) 100%);
  color: white;
  overflow: hidden;
  position: relative;
}
/*.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: radial-gradient(circle, rgba(137, 137, 137, 1) 0%, rgba(199, 199, 199, 1) 64%, rgba(235, 235, 235, 1) 100%);;
}*/
.alink {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
main {
    min-height: 50vmin;
}
.uk-light {
  color: white;
}
.mus-icon {
 /* display: block; */
  width: 1rem;
  height: 1rem;
  transition: all 0.2s ease-in-out;
  fill: var(--def-font-color);
}
.mus-icon.mus-navbar-icon {
 /* flex-shrink: 0; */
  width: 1.5rem;
  height: 1.5rem;
}
.uk-navbar-nav > li.uk-active .mus-icon.mus-navbar-icon, .uk-navbar-nav > li:hover .mus-icon.mus-navbar-icon {
  fill: var(--active-nav-color);
}
.expo-card {
  border-radius: 0.3vw;
  border: 1px solid var(--def-border);
  background-color: #222;
}
.expo-card .card-img-top {
  border-radius: .3vw .3vw 0 0;
}
.mus-badge {
  background-color: #5091cd;
  color: white;
  padding: 0.15rem 0.45rem;
  border-radius: 3px 0 0 3px;
  font-size: 80%;
}
.link-text {
  color: inherit;
  text-decoration: none;
}
.link-text:hover {
  color: inherit;
}
.mus-badge .link-text:hover {
  text-decoration: none;
}
.mus-tag-list {
  gap: 0.35rem;
}
/*.mus-tag {
  padding: 0.15rem 0.45rem;
  font-size: 80%;
}*/
.mus-tag a {
  padding: 0.15rem 0.45rem;
  font-size: 80%;
  color: white;
  border-radius: 3px;
}
.mus-tag a.tag-prod { 
  background-color: var(--prod-tags);
}
.mus-tag a.prod-year { 
  background-color: var(--year-tags);
}
.mus-tag a {
  background-color: var(--default-tags);
}
.exhibit .mus-tag-list {
  padding: 1.2rem 0;
}
.exhibit .mus-tag a {
  font-size: 100%;
  padding: 0.20rem 0.55rem;
}
.badge-media {
  top: 1rem;
  right: 0;
  z-index: 101;
}
.card-title, .card-title h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}
h4.card-title {
  font-size: 1.1rem;
}
.mus-slide-element {
  min-height: 100%;
  border-radius: 1.1rem;
}
.mus-dotnav {
  position: absolute;
  width: 100%;
  bottom: 2rem;
}
.mus-info-block {
  line-height: 1.2;
  font-size: 110%;
}
.mus-info-text {
  max-width: 55%;
  text-align: right;
}
.mus-exhibit-desc {
  font-size: 110%;
}
.mus-vignette {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-shadow: inset 0 0 1.2rem 1.4rem rgba(20, 20, 20, 1);
}
.mus-hero-button {
  background-color: rgba(255, 255, 255, .9);
  border-radius: .2rem;
  color: #333;
  transition: all 0.2s ease-in-out;
}
.mus-hero-button:hover {
  background-color: rgba(255, 255, 255, .1);
  color: #FFF;
}
.mus-hero-button .mus-icon {
  display: inline-block;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  min-height: 60px;
}
.exposition-header h1 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  font-size: var(--size-h1);
}
.mus-icon.mus-icon-header {
  width: var(--size-h1);
  height: var(--size-h1);
  margin-right: 1rem;
}
.items-container, .mus-cat-card-container {
  padding: 4rem 0;
}
/* .mus-cat-card-container {
  gap: 3rem 3rem;
} */
.mus-cat-card {
  box-sizing: border-box;
  border: .1rem solid #DDD;
  border-radius: .8rem;
  aspect-ratio: 4/3;
  text-align: center;
  position: relative;
}
.mus-cat-card .mus-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}
.testc {
  height: 100%;
  padding: 2rem;
  box-sizing: border-box;
}
.mus-cat-card h3 {
  margin: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.mus-cat-card:hover h3 {
  opacity: 0;
}
.text-body-secondary {
  color: var(--def-font-color);
  line-height: 1.2;
}

@media (max-width: 639px) {
  .uk-container {
    padding-left: 0;
    padding-right: 0;
  }
  #rbar {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 110;
    background-color: #333;
    color: #FFF;
  }
  .mus-container {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
    padding: .5rem;
  }
  .card-title, .card-title h3 {
    font-size: 1rem;
  }
  .text-body-secondary {
    font-size: .9rem;
  }
  .badge-media {
    top: .3rem;
  }
  .mus-menu-container {
    padding: 0;
  }
  .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 4rem;
  }
  #rbar .vis-men .uk-navbar-nav > li {
    font-size: .9rem;
    text-transform: uppercase;
  }
  #rbar .vis-men .uk-navbar-nav > li > a {
    flex-wrap: wrap;
    justify-content: center;
    font-size: .65rem;
  }
  #rbar .vis-men .nav-item .mnav-icon, #rbar .vis-men .nav-item .navsvg {
    width: 100%;
    text-align: center;
    padding: .2rem 0;
  }
  .uk-text-lead {
    line-height: 1.2;
  }
  .testc {
    padding: 1rem;
  }
  .mus-cat-card h3 {
    font-size: 1rem;
    line-height: 1.1;
  }
  .mus-cat-card .mus-icon {
    width: 1.8rem;
    height: 1.8rem;
  }
  h4.card-title {
    font-size: .9rem;
    margin-bottom: 0;
  }
  .testc .uk-position-cover {
    position: relative;
    height: 100%;
  }
  .testc .uk-transition-slide-top-small, .testc .uk-transition-slide-bottom-small {
    opacity: 1;
    transform: none;
  }
  .mus-cat-card h3 {
    color: red;
  }
}

/*@media (hover: none) {
  .testc .uk-position-cover {
    position: relative;
    height: 100%;
  }
  .testc .uk-transition-slide-top-small, .testc .uk-transition-slide-bottom-small {
    opacity: 1;
    transform: none;
  }
  .mus-cat-card h3 {
    color: red;
  }
}*/