* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/* Navbar */
a.navbar-brand,
a.nav-link {
  font-family: Palatino, Georgia, serif;
  font-weight: 200;
}
.active .nav-link{
  opacity: .5;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav {
  color: #333;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.bg-dark {
  background-color: #556B2F !important;
}
/* Footer */
body {
  padding-bottom: 70px;
}
.bg-light {
  background-color: #DCDCDC !important;
}
.fixed-bottom {
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.fixed-bottom .navbar-brand {
  height: 16px;
  margin-right: .5rem;
  opacity: .75;
  padding: 0;
  vertical-align: middle;
  width: 16px;
}
/* index.html */
.col-lg img {
  position: relative;
  width: 100%;
}
.col-lg {
  position: relative;
}
.caption {
  color: white;
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 5px #000;
  top: 50%;
  width: 100%;
}
.page-map .col-sm {
  text-align: center;
  width: 33%
}
.page-map .row {
  justify-content: space-between;
}
.col-sm img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
.col-sm p {
  font-size: 1.2rem;
  margin-bottom: 0;
  /* border: 1px solid #DCDCDC; */
}
/* reviews.html */
.profile {
  width: 64px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}
/* about.html */
.card-img-left {
  width: 100%;
  height: auto;
}
/* Desktop Styles */
@media only screen and (min-width: 990px) {
  .caption {
    font-size: 4rem;
  }
  .page {
    width: 50%;
  }
  .card-img-left {
    height: 15rem;
    width: auto;
    float: left;
    margin-right: 10px;
  }
}
