/* Vars */
/* Main */
body {
  font-family: "Playfair Display", serif;
  background-color: #fffeed;
}

a:link {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #FFD700;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

a:active {
  color: #FFD700;
  text-decoration: underline;
}

/* Navigation */
@media (max-width: 575px) {
  span.brand-icon img {
    display: none;
    width: 30px;
  }
  .brand-icon {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  span.brand-icon img {
    display: inline-block;
    width: 30px;
  }
}
@media (min-width: 768px) {
  span.brand-icon img {
    display: inline-block;
    width: 40px;
  }
}
@media (min-width: 992px) {
  span.brand-icon img {
    display: inline-block;
    width: 60px;
  }
}
@media (min-width: 1200px) {
  span.brand-icon img {
    display: inline-block;
    width: 80px;
  }
}
.brand-icon img {
  width: 30px;
}

.bg-dark {
  background-color: #000000 !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("../../assets/img/nav/toggler-icon.svg");
}

.navbar-dark .navbar-brand {
  color: #FFD700;
}

.navbar-brand:link {
  color: #FFD700;
  text-decoration: none;
}

.navbar-brand:hover {
  color: #ffffff;
  text-decoration: none;
}

.navbar-brand:visited {
  color: #FFD700;
  text-decoration: none;
}

.navbar-brand:active {
  color: #ffffff;
  text-decoration: none;
}

.navbar {
  border-top: 3px solid #FFD700;
  border-bottom: 3px solid #FFD700;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  text-decoration: none;
  font-family: "Playfair Display", serif;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #FFD700;
  /*border-bottom:5px solid $duck-egg;*/
}

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: #fffeed;
  border-radius: 0;
}

/* Buttons */
.btn {
  border-radius: 0.5rem;
  font-family: "Playfair Display", serif;
}

/* primary */
.lrps-primary-btn {
  font-size: 0.8rem;
  color: #000000;
  background-color: #FFD700;
  border-color: #FFD700;
  text-decoration: none;
}

.lrps-primary-btn:link {
  font-size: 0.8rem;
  color: #000000;
  background-color: #FFD700;
  border-color: #FFD700;
  text-decoration: none;
}

.lrps-primary-btn:hover {
  font-size: 0.8rem;
  color: #000000;
  background-color: #fffeed;
  border-color: #fffeed;
  text-decoration: none;
}

/* Blocks */
.lr-profile img {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.card {
  border: 1px solid #000000;
}

/* Footer */
#footer a:link {
  color: #ffffff;
}

#footer a:hover {
  color: #FFD700;
}