@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

.fs-5 {
  font-family: "Rubik", sans-serif;
  line-height: 1;
  color: #555;

  /* Only works if there is nothing absolutely positioned in relation to body */
  overflow-x: hidden;
}


.navbar-nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: .8rem;
  overflow-x: hidden;
}

.nav-link:link,
.nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  font-weight: 500;
}

.nav-link:hover,
.nav-link:active {
  color: #6f6f6f;
}

.nav-logo{
  height: 6vh;
}

.social-links {
  list-style: none;
  display: flex;
}

.social-icon {
  height: 2.0rem;
  width: 2.0rem;
}


.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card-row {
  margin-right: 0 !important;
}



.footer-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: #fff;
}