.font-1 {
  font-family: 'Herr Von Muellerhoff', serif;
  color: #c59d5f;
}

.font-2 {
  font-family: 'Source Sans Pro';
}

#menu {
  transition: background-color 1s ease-in-out, box-shadow .4s;
}

#menu .nav-link {
  color: #fff;
  font-weight: bold;
}

#menu.bg-white .nav-link {
  color: #333;
  font-weight: bold;
}

.bg-nav, nav {
  backdrop-filter: blur(11px) saturate(170%);
  -webkit-backdrop-filter: blur(11px) saturate(170%);
}

.bg-nav {
  background-color: rgba(255,255,255,0.61);
}

.bg-nav .nav-link {
  color: #333!important;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #BCBEC0;
}

.btn-lg, .btn-group-lg > .btn, .btn {
  border-radius: 7px;
  padding: 7px 19px;
}

#toTop {
  padding: 5px 3px;
  /*background: #000;*/
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 5px;
  display: none;
  z-index: 9999;
}

a {
  color: #c59d5f;
}

.bg-new {
  background: #272B2B;
}

.esp {
  letter-spacing: 2px;
}

.text-shadow {
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

