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

body {
    font-family: Roboto, Helvetica, sans-serif;
}

header {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    font-size: 72px;
    text-align: center;
    height: 806px;
}

header .overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-color: #30303061;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 72px;
    text-align: left;
}

header video {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header h1 {
    color: #f1f1f1;
    font-weight: 800;
    font-size: 36px;
    text-shadow: 2px 2px 0px #111;
    text-transform: uppercase;
    text-align: left;
}
.services-link {
    color: #eee;
    font-size: 50px;
    text-decoration: none;
    position: relative;
    top: -50px;
}
main {
    padding: 0 14px;
}
main section {
    padding: 75px 0;
    max-width: 1100px;
    margin: 0 auto;
}
section p {
    line-height: 1.4;
    font-size: 18px;
}
