body {
    font-family: sans-serif;
    margin: 0px;
}

h1 {
    font-size: 30px;
    padding: 5px;
    margin: 0px;
    text-align: center;
}

h2 {
    font-size: 26px;
    padding: 5px;
    margin: 0px;
    text-align: center;
}

h3 {
    font-size: 24px;
    padding: 5px;
    margin: 0px;
}

p {
    font-size: 14px;
    padding: 5px;
    margin: 0px;
}

/*-----------------------------------------Nav--*/

.nav {
    height: 125px;
}

.nav ol {
    float: right;
}

.nav ol li {
    display: inline-block;
    padding: 20px;
}

.nav ol li a {
    text-decoration: none;
    color: black;
}

.nav ol li a:hover {
    color: #D88028;
}

.nav .selected_nav {
    color: #D64848;
}

.nav .logo {
    height: 100px;
    float: left;
}

/*-----------------------------------------Header--*/

.header_image {
    height: 300px;
    width: 100%;
    margin: 0px;
    object-fit: cover;
    margin-bottom: 20px;
}

/*-----------------------------------------Main--*/

.main {
    width: 80%;
    display: flex;
    margin-bottom: 20px;
    margin-left: 150px;
}

.main .text {
    background-color: black;
    color: white;
    float: left;
    width: 45%;
    height: 400px;
}

.main_image {
    float: right;
    width: 45%;
    height: 400px;
    padding-left: 20px;
}

/*-----------------------------------------Locations--*/

.locations {
    margin-bottom: 20px;
    text-align: center;
}

.locations table {
    margin-left: 125px;
}

.locations h1, h2 {
    padding: 0px;
}

.locations img {
    width: 350px;
    height: 300px;
    object-fit: cover;
    margin: 0px;
    padding-top: 10px;
    padding-right: 20px;
}

/*-----------------------------------------Footer--*/

.footer {
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.footer .logo {
    height: 100px;
    padding-right: 50px;
}

.social_media {
    padding-right: 50px;
}

.social_media ol li a {
    text-decoration: none;
    color: white;
}

.social_media ol li a:hover {
    color: #D88028;
}

.footer_nav ol li a {
    text-decoration: none;
    color: white;
}

.footer_nav ol li a:hover {
    color: #D88028;
}

/*-----------------------------------------Events--*/

.events_header img {
    object-position: 0% 10%;
}

.events {
    margin-bottom: 20px;
}

.events table {
    margin-left: 60px;
}

.events img {
    width: 390px;
    height: 300px;
    object-fit: cover;
    margin: 0px;
    padding-right: 20px;
    margin-top: 10px;
}

.events h1, h2 {
    padding: 0px;
}

/*-----------------------------------------About--*/

.about_header p {
    margin: 20px;
    margin-top: 0px;
}

.about_header img {
    object-position: 0% 85%;
}

.team {
    margin-bottom: 20px;
}

.team table {
    padding: 20px;
}

.team table th {
    text-align: left;
}

.team img {
    height: 300px;
    width: 300px;
    object-fit: cover;
}

.team h1, h2 {
    padding: 0px;
}

/*-----------------------------------------Contact--*/

.contact_header img {
    object-position: 0% 70%;
}

.contact form {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.contact form label {
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

/*-----------------------------------------Donate--*/

.donate_header img {
    object-position: 0% 75%;
}

.main .text {
    background-color: black;
    color: white;
    float: left;
    width: 45%;
    height: 400px;
}

.donate form {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.donate form label {
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

