html {
    scroll-behavior: smooth;
}

.menuzord-brand img {
    height: 90px;
    margin-top: -25px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.about-image {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 0.375rem;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.story-image {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 0.375rem;
    /* clip-path: rect(25% 0%, 100% 0%, 75% 100%, 0% 100%); */
}

.reuion-image {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 0.375rem;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.reuion-content {
    margin: auto;
    padding: 10px;
}

.header-nav .header-nav-wrapper .menuzord {
    padding: 0;
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .menuzord-brand img {
        height: 70px;
        margin-top: -1px;
        padding-top: 10px;
        padding-bottom: 8px;
    }
    .header-nav .header-nav-wrapper .menuzord {
        padding: 0;
        align-self: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
}