/* General Layout */
.index-content-margin {
    margin: 2em auto;
}

/* Mission Statement Styling */
.mission-tile {
    text-align: center;
    margin-bottom: 1em;
}

.centered-paragraph {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Update Table Styling */
#updateTable {
    margin: 0 auto;
    border-collapse: collapse;
    width: 80%;
    max-width: 800px;
}

.update-date {
    padding: 8px;
    text-align: right;
}

.update-text {
    padding: 8px;
    text-align: left;
}

.update-target {
    padding: 8px;
    text-align: left;
}

.update-target a {
    text-decoration: none;
    color: inherit;
}

.update-target a:hover {
    text-decoration: underline;
}

/* Website Manager Text */
.website-manager {
    text-align: center;
    margin-top: 1em;
    font-style: italic;
}

/* Hero Section Customizations */
.hero-right {
    margin-left: auto;
}

.buttons-right {
    justify-content: flex-end;
}

.button-leading {
    margin-right: 1em;
}

/* Hero Background Images */
.hero-common {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-image {
    background-image: url('./images/index/Fall_Tour_2022.jpg');
}

.hero-road {
    background-image: url('./images/index/back_on_the_road.jpg');
}

.hero-community {
    background-image: url('./images/index/community.jpg');
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
