body {
    color: black;
}

hr {
    display: none;
}
#hero-section {
    width: 100%;
    height: 0;
}
.navbar {
    display: none;
}

.about-button-wrapper {
    display: none;
}

.gallery .about-button-wrapper {
    display: none;
}

.newsletter-button-wrapper {
    display: none;
}

.about-section {
    display: block;
    height: auto;
}

.gallery-section {
    display: block;
    height: auto; 
}

.about-button-wrapper {
    display: none;
}

.about-button {
    display: none;
}

.footer {
    display: none;
}