body {
    margin: auto;
    font-family: 'Georgia', sans-serif;
}

/* PAGE MAIN */

#mainSection {
    margin: auto;
}

#sectionNav {
    width: 479px;
    height: 92px;
    border: solid black 2px;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 65.8px;
}

#sectionNavHeader {
    font-size: 42px;
    text-align: center;
    margin: auto;
    margin-top: 13px;
}

#sectionNavElement {
    font-style: italic;
    text-align: center;
}

#sectionNavElement a {
    color: rgb(128, 128, 128);
    text-decoration: none;
    font-size: 9px;
    margin-top: 5px;
    margin-right: 7px;
    margin-left: 7px;
}

#sectionNavElement a:hover {
    color: black;
}

#sectionNavElement a.default {
    color: black;
}

#sectionImage {
    padding-bottom: 3px;
    margin: 0 auto;
    text-align: center;
}

#sectionImage .imgClassOne {
    width: 548px;
    height: 548px;
    margin: 0 auto;
    object-fit: cover;
}

#sectionImage .imgClassTwo {
    width: 548px;
    height: 542px;
    margin: 0 auto;
    object-fit: cover;
}

#sectionImage .imgClassThree {
    width: 548px;
    height: 552px;
    margin: 0 auto;
    object-fit: cover;
}

#sectionFooter {
    font-size: 7px;
    font-style: italic;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 14px;
    color: rgb(100, 100, 100);
}

#sectionFooterIcon {
    text-align: center;
}

#sectionFooterIcon img {
    height: 13px;
    width: 13px;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 18px;
}

/* PAGE page2 */

#home,
#nature,
#urban,
#bio {
    font-weight: bold;
}