body {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 1.2rem;
  font-style: normal;
  color: #242424;
  text-align: left;
}

.pageBackground {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageBackground::before {
  content: "";
  background-image: url("Pictures/Background.jpg");
  background-size: 100% 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 30%;
}

.container-fluid {
  position: relative;
  background-color: rgba(150, 133, 100, 0.2);
}

img {
  border: 0px solid rgb(149, 141, 129);
}

.jh-logo {
  border: none;
  height: 70px;
  width: 70px;
}

.img-fluid {
  margin: 0.5rem;
}

:root {
  --linkColor: $link-color;
}

.nav-link {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(129, 44, 44, 0.7);
}

.menulink,
.nav-link:hover {
  color: #ce9400;
}

.homeLink {
  font-size: 2rem;
  text-align: center;
}

.caption {
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  color: #393939;
}

.sold {
  color: rgb(158, 0, 0);
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #684a00;
}

.email {
  font-size: 1.3rem;
}

hr {
  border-width: 2px;
}

.image {
  display: none;
}

.active {
  display: initial;
}

.paused-image {
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100px;
  opacity: 60%;
  z-index: 1;
}

.image-caption {
  color: #684a00;
  font-size: 1.5rem;
}

.nav > li > .dropdown-menu.show {
  background-color: rgb(240, 192, 103);
}/*# sourceMappingURL=style.css.map */