section.start, .background picture, .background .pic, .overlay {
    height: 100vh !important;
    min-height: 800px;
}
section.start .hero h1{
    max-width: 800px;
}
.overlay {
    position: absolute;
    opacity: 0.8;
    background-color: var(--dark-blue);
    z-index: -1;
}
section.start .wrapper > .flex {
  margin-top: 0;
}
h3.small::after {
    display: none;
}
@media screen and (min-width: 800px) {
  section.start .wrapper > .flex {
    margin-top: 30px;
  }
}
@media screen and (max-width: 300px) {
    section.start, .background picture, .background .pic {
        height: max-content;
    }
    section.start .wrapper > .flex {
        margin-top: 120px;
    }
}