/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Raleway', sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */

.discrete-link{
  color: #212529;
  text-decoration: underline;
}

.bg-light {
  background-color: rgb(245, 245, 245) !important;
}

.navbar-brand {
  font-family: 'Rouge Script', cursive;
  font-size: 3rem;
  margin: auto;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

.fullscreen-img {
  position: relative;
  height: auto;
  width: 100%;
  /* padding: 15px; */
  white-space: nowrap;
  overflow: hidden;
}

.fullscreen-img>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.contact {
  border-radius: 10px;
  padding: 15px;
  margin: 0;
}

.hr {
  border-left: none;
}

.footer {
  text-align: center;
}

#map {
  height: 300px;
  /* margin: 0 15px; */
}

@media(min-width:992px) {
  .hr {
    border-left: thin solid rgba(0, 0, 0, .5);
  }
  .fullscreen-img {
    height: 35vh;
  }
}