
        main {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .extra-margins {
            margin-top: 1rem;
            margin-bottom: 2.5rem;
        }

        .jumbotron {
            text-align: center;
        }

        .navbar {
            background-color: #C18839;
        }

        footer.page-footer {
            background-color: #C18839;
            margin-top: 2rem;
        }
        .navbar .btn-group .dropdown-menu a:hover {
            color: #000 !important;
        }
        .navbar .btn-group .dropdown-menu a:active {
            color: #fff !important;
        }
		  .map-container-section {
      overflow:hidden;
      /* padding-bottom:56.25%; */
      position:relative;
      height:0;
    }
  .map-container-section iframe {
      left:0;
      top:0;
      height:100%;
      width:100%;
      position:absolute;
    }
	@import "core/bootstrap/rfs";

.title {
  @include responsive-font-size(4rem);
  margin: 0 0 .5em;
}
.article {
  background: white;
  box-shadow: 0 0 10px rgba(black, .25);
  padding: 20px 25px;

  &:not(:first-of-type) {
    margin-top: 20px;
  }

  &__title {
    @include responsive-font-size(27px);
    margin: 0;
  }

  &__date {
    padding-top: .25em;
    @include responsive-font-size(12);
    opacity: .75;
    font-style: italic;
  }

  &__content {
    padding-top: .75em;
    @include responsive-font-size(16);
    margin: 0;
    line-height: 1.4;
  }
}