header {
    background-image: url("../images/clubhouseClose.JPG");
}

.subheader {
    font-weight: bold;
    margin-top: 3%;
    margin-bottom: 1%;
}

.secondParagraph {
    margin-top: 1%;
}

/* the styles applied to the subPoint class should be applied also the first <p> in the Hours of Operation subheader with exception of the text being underlined */

.subPoint {
    margin-top: 3%;
    text-decoration: underline;
}

main ul.indentedList li {
    margin-left: 5%;
    margin-bottom: 3%;
}

main ul.indentedList {
    margin: 3% 0%;
}

main ul.indentedList > ul {
    list-style-type: none;
    margin: 3%;
}

main ul.indentedList > ul li:first-of-type {
    margin-bottom: 3%;
}

main ul:last-of-type {
    margin-bottom: 5%;
}