.photo-main-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.table-of-contents {
    font-family: gtAlpinaRegular;
    margin-left: 4%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    color: #d8412dff;
    line-height: 1.5;
}

.table-of-contents h2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.table-of-contents a:hover {
    text-decoration: underline;
}

.photo-journal {
    margin-left: 5%;
    width: 70%;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    font-family: gtAlpinaRegularLight;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.photo-journal h2 {
    color: #d8412dff;
    font-weight: bolder;
}

.photo-journal div {
    margin-left: 2%;
    margin-right: 2%;
}

.caption {
    font-family: gtAlpinaRegularLight;
    color: rgb(77, 64, 64);
    font-size: small;
    text-align: right;
}

.photos {
    margin-top: 4%;
    margin-bottom: 1%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tecopa img {
    width: 32%;
}

.public-transport img {
    width: 32%;
}

.strawberries img {
    width: 48%
}

.people-nature-photos img {
    width: 22%;
    margin-bottom: 20px;
}

.people-nature-photos2 {
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    justify-content: center;
}

.people-nature-photos2 img {
    width: 35%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 1%;
}

.taiwan img {
    width: 48%;
    margin-bottom: 20px;
}

.north-carolina img {
    width: 32%;
    margin-bottom: 20px;
}

.hugs img {
    width: 15%;
    margin-bottom: 10px;
}

.home img {
    width: 48%;
    margin-bottom: 20px;
}

.grass-valley img {
    width: 32%;
    margin-bottom: 20px;
}

.sd-trip img {
    width: 32%;
}

.buildings img {
    width: 22%;
    margin-bottom: 20px;
}

.nature img {
    width: 15%;
    margin-bottom: 10px;
}

.photo-bead-footer {
    margin-top: 8%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.photo-bead-footer img {
    width: 20%;
    margin-bottom: 15px;
}
