.parallax {
    background-image: url("../imgs/amministrazione.jpg");
    /* height: 40vh; */
}

.page_title {
    font-size: 3rem;
}

section {
    padding-top: 0;
}

.content {
    text-align: center;
}

.main-p {
    font-size: 20px;
    margin-bottom: 30px;
}

h1 {
    display: none;
}

h2 {
    font-family: "Futura Heavy";
    color: var(--violet);
    font-size: 26px;
    margin-bottom: 24px;
}

.my {
    display: none;
}

h3 {
    font-size: 26px;
    color: var(--teal);
    margin-bottom: 14px;
}

p {
    font-size: 24px;
}

#people {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.person {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.attach {
    margin-bottom: 40px;
}

.attach span:first-of-type {
    color: var(--magenta);
}

.attach span:nth-of-type(2) {
    cursor: pointer;
}

/* .content h2:last-of-type {
    color: var(--magenta);
} */

@media (min-width: 768px) {
    .page_title {
        display: none;
    }

    .content {
        padding-left: 100px;
        padding-right: 100px;
    }

    h1 {
        display: block;
        margin-bottom: 30px;
        font-family: "Futura Heavy";
        font-size: 60px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    .main-p {
        font-size: 30px;
        margin-bottom: 30px;
    }

    #people p {
        font-size: 24px;
    }

    .person {
        flex-direction: row;
    }
}