*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.custom-gmap-wrapper {
  width: 100%;
  height: 300px;
  padding: 1rem;
}

.custom-nav-button {
  width: calc(50% - 2px);
  text-align: left;
  background-color: #fff;
  color: #a90329;
}

.custom-nav-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #a90329;
}

.custom-page-footer {
  padding: 1rem;
  background-image: linear-gradient(to left, #db585c, #ff5c61);
  color: #fff;
  font-size: 16px;
}

.custom-page-wrapper {
  height: calc(100vh - 90px);
}

.custom-sidebar-button {
  font-size: 16px;
  padding: 0.75rem 1rem;
  color: #212529;
  text-decoration: none;
}

.custom-sidebar-button:hover {
  padding: 0.75rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}

.custom-sidebar-panel {
  border: 1px solid #b94a48;
}

.custom-sidebar-panel-header {
  font-size: 18px;
  padding: 0.5rem 1rem;
  color: #b94a48;
  background-color: #f2dede;
  border-bottom: 1px solid #b94a48;
}

.custom-sidebar-panel-body {
  padding: 0.5rem 1rem;
  background-color: #fff;
}

.custom-sidebar-wrapper {
  position: fixed;
  overflow-y: auto;
  min-height: 100vh;
  width: 15rem;
  background-color: #f2f2f2;
  border-right: 2px solid #ccc;
}

@media screen and (min-width: 992px) {
  .custom-gmap-wrapper {
    height: 600px;
  }

  .custom-nav-button {
    width: auto;
  }

  .custom-page-wrapper {
    margin-left: 15rem;
  }
}