.hero-parallax {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

@supports (-webkit-touch-callout: none) {
    .hero-parallax {
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: auto 100vh;
    }
}

.hero-networks {
    position: absolute;
    top: 20px;
    right: 20px;
}

.hero-logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.hero-logo img {
    width: 150px;
    /*filter: brightness(100);*/
}

.hero-content {
    max-width: 800px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.hero-content h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.content {
    padding: 50px;
    text-align: center;
}

.half-section {
    min-height: 50vh;
}

.three-quarter-section {
    min-height: 75vh;
}

.full-section {
    height: 100vh;
}

.blue-section {
    background-color: white;
    color: #0f58ce;
}

.bg-blue-section {
    background-color: #0f58ce;
    color: white;
}

.footer {
    min-height: 25vh;
}

.black-section {
    background-color: black;
    color: white;
}

.black-section a {
    color: white;
}
