.slide-image {
  height: 600px;
  object-fit: cover;
  object-position: top;
}

.slide-image-1 {
  object-position: bottom;
}

.slide-image-2 {
}

.slide-image-3 {
}

.overlay {
  height: 100%;
}

.sandor-taking-notes {
  float: left;
  max-width: 100%;
  width: 350px;
  padding-right: 35px;
}

.frontpage-heading {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
}

@media (max-width: 1200px) and (min-width: 576px) {
  header.masthead h1 {
    font-size: 50px !important;
  }
}

