
.body-content h2 {
    font-size: 2.2em;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.body-content h3 {
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

hr {
    margin: 30px;
}

.emphasized {
    font-weight: bold;
    font-style: italic;
}

.imageBar {
    height: 124px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.welcomeSection {
    position: relative;
    overflow: auto;
}

.inset.events {
    max-width: 20em;
    margin-top: 40px;
    float: right;
    text-align: center;
}

.inset.events h3 {
    border-color: rgb(20, 151, 23);
}

.inset.events p.date {
    font-weight: bold;
    margin-top: 20px;
}

.inset.events p {
    margin-top: 5px;
}

.storySection img {
    float: left;
    margin: 0 20px;
}

.documentarySection {
    margin-top: 50px;
    padding: 10px;
    color: white;
    background-color: rgb(20, 151, 23);
    overflow: auto;
}

.documentarySection h3 {
    text-align: center;
}

.documentarySection p {
    font-size: 1.4em;
}

.documentarySection .videoImage {
    float: right;
    margin-left: 10px;
}

.documentarySection a {
    color: white;
}

.documentarySection a:visited {
    color: white;
}

.section {
    margin-top: 20px;
    display: flex;
}

.ringSection {
    flex: 1;
    font-size: 1.5em;
    text-align: center;
    overflow: auto;
}

.ringSection h4 {
    font-size: 1.25em;
}

.ringSection a {
    font-size: 1em;
    display: block;
}

.ringSection img {
     margin-top: 25px;
 }

.newsletterSection {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletterSection a:first-child {
    margin-top: 0;
}

.newsletterSection a {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.newsletterSection a.emphasizedLink,
.newsletterSection a.emphasizedLink:visited {
    color: red;
}

.body-footer {
    font-family: "Times New Roman", serif;
    font-weight: bold;
    text-align: center;
}

.body-footer p {
    font-size: .9em;
}

#main-carousel {
    width: 640px;
}

#main-carousel img {
    max-width: 640px;
    max-height: 480px;
    margin-left: auto;
    margin-right: auto;
}

.newInducteesSection h2 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0 30px;
}

.newInducteesSection h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-align: left;
}

@media only screen and (min-width: 1440px) {
    #main-carousel {
        margin-left: 15%;
    }
}

@media only screen and (max-width: 1280px) {
    .inset.events {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 30em;
        display: block;
    }

    #main-carousel {
        margin-left: auto;
        margin-right: auto;
    }
}