.about-us-image-1 {
    width: 100%;
    height: 65vh;
    object-fit: cover;
}

.about-us-image-2 {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.about-us-content {
    width: 70vw;
    text-align: center;
    margin: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.song {
    width: 50%;
    margin: auto;
    font-size: 1.2em;
}

.song-title {
    margin-top: 3%;
    font-size: 0.5em;
}

.index-intro-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.about-us-link {
    color: blue;
}

.about-us-text {
    width: 70%;
}

.about-us-background-img {
    background-image: url("gallery/ExteriorViews/dron1.jpg");
    /* Set the background size to 100% width and auto height */
    background-repeat: no-repeat;
    background-size: cover;
    /* Prevent the background image from repeating */
    background-position: center;
    height: 70vh;
    /* Center the background image */
}
@media only screen and (max-width: 760px) {
    .about-us-content{
        width: 100%;
        margin-top: 3em;
        margin-bottom: 2em;
    }
    .index-intro-logo{
        width: 80%;
    }
    .about-us-text {
        width: 90%;
    }

    .about-us-background-img{
        height: 50vh;
    }
    .about-us-image-2 {
        width: 100%;
        height: auto;
    }
    .about-us-title{
        padding-left: 2em;
        padding-right: 2em;
    }

}
.minus-margin{
    margin-top: 1em;
    margin-bottom: 1em;
}