
body {
    margin: 0;
    padding: 0;
    font-family: Lato;
}

.header {
    height: 100%;
    background: linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
    ), url(team.JPG) no-repeat center;
    background-size: cover;
    text-align: center;
}

.image-overlay {
    height: 100%;
}

.overlay-content {
    padding-top: 50%;
    transform: translateY(-50%);
}

.header-text {
    color: white;
    letter-spacing: 1px;
    line-height: 77px;
    font-size: 77px;
    margin: 0;
    padding-bottom: 10px;
}

.button {
    font-size: 30px;
    border: 2px solid #130739;
    color: white;
    background-color: #130739;
    padding: 13px 26px;
    border-radius: 5px;
}

.button:hover {
    border: 2px solid white;
    color: #130739;
    background-color: white;
    cursor: pointer;
}

.content {
    background-color: white;
    margin: 0 auto;
    padding: 50px;
}

.content p, .content ul, .content ol {
    color: rgba(0,0,0,.6);
    font-size: 18px;
    letter-spacing: 0.23px;
    line-height: 1.37em;
}

.content hr {
    background-color: rgba(0, 0, 0, 0.15);
    border-style: none;
    height: 0.997596px;
    margin: 34px 0;
}

.content h3 {
    color: #130739;
    font-style: normal;
    font-size: 32px;
    line-height: 1.5em;
    letter-spacing: 0px;
    text-transform: none;
}

.content h4 {
    color: #130739;
    font-style: normal;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 0px;
    text-transform: none;
}