body {
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    text-align: center;
}

p {
    margin-top: 12px;
    margin-bottom: 12px;
}

em {
    font-style: italic;
}

b {
    font-weight: 700;
}

ul {
    list-style: disc inside;
}

ol {
    list-style: decimal inside;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.header__logo {
    width: 200px;
}

.header__title {
    font-family: "Bad Script";
    font-size: 24px;
    line-height: 1.5;
}

.gallery {
    width: 895px;
    margin: 25px auto 25px auto;
}

.gallery:after {
    display: table;
    content: '';
    clear: both;
}

.gallery__img {
    width: 275px;
    float: left;
    padding: 25px 1px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.gallery__img--middle {
    width: 339px;
    border-color: #000;
}

.content {
    padding-bottom: 30px;
}

.content__item {
    padding: 5px;
}

.content__title {
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.content__title:hover {
    text-decoration: underline;
}

.content__text {
    padding: 20px;
    color: #333;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
.content__subtitle {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

input[type=checkbox] {
    display: none;
}

.content__text {
    text-align: left;
}

.content__map,
.content__story,
.content__shah,
.content__tara,
.content__bobl,
.content__calendar,
.content__program,
.content__school,
.content__schedule,
.content__address,
.content__site,
.content__path {
    display: none;
}

#map:checked ~ .content__map,
#story:checked ~ .content__story,
#shah:checked ~ .content__shah,
#tara:checked ~ .content__tara,
#bobl:checked ~ .content__bobl,
#calendar:checked ~ .content__calendar,
#program:checked ~ .content__program,
#school:checked ~ .content__school,
#schedule:checked ~ .content__schedule,
#address:checked ~ .content__address,
#site:checked ~ .content__site,
#path:checked ~ .content__path {
    display: block;
}