.site-footer {
  background-color: #497E75;
}
.site-footer .site-info {
  color: white;
}
.site-footer .site-info a {
  color: white;
  text-decoration: underline;
}
.site-footer .site-info .matsim-logo {
  display: inline;
  float: right;
}
.site-footer .site-info .matsim-logo img {
  width: 120px;
}
.site-footer .site-info .year-date {
  display: inline-block;
}

#masthead {
  padding: 10px 0px;
}
#masthead .navbar-brand {
  font-family: Georgia, "Times New Roman", Times, serif;
}

body {
  scroll-behavior: smooth;
}

.standard-button {
  display: inline-block;
  background-color: #497E75;
  border: 1px solid #497E75;
  color: white;
  text-transform: uppercase;
  padding: 10px 30px;
}

.standard-button:hover {
  text-decoration: none;
  background-color: white;
  color: #497E75;
  border: 1px solid #497E75;
}

section {
  margin-bottom: 4rem;
}

.maintenance-work .row {
  align-items: center;
}

.public-presentation {
  background: #efefef;
  padding: 30px !important;
}

.intro-video video {
  width: 100%;
}

.history-pictures img {
  width: 100%;
  margin-bottom: 2rem;
}

.google-map iframe {
  width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
