/* HEADER, NAV, AND INITALIZATION BELOW */

* {
    margin : 0;
    padding: 0;
    box-sizing: border-box;
}

header nav {
    display         : flex;
    align-items     : center;
    gap: 40px;
    background-color: navy;
    padding         : 10px 20px;
}

.Logo {
    width       : 75px;
    height      : 75px;
    margin-right: 20px;
}

header nav a {
    display: inline-block;
    transition: transform 0.3s;
    color          : white;
    font-size      : 1.5em;
    font-weight    : bold;
    text-decoration: none;
    padding        : 0 20px;
}

header nav a:hover {
    transform: scale(1.2);
    color: gold;
    -webkit-text-stroke: 1px white;
}

/* HOME ROW BELOW */

.main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.banner {
    width       : 100%;
    height      : auto;
    border-bottom: solid 4px navy;
}

.homeRow {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
}

.homeCol img{
    width: 55%;
    margin-left: 22.5%;
    height: auto;
    border: solid 2px black;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
}

.homeCol {
    width: 48%;
    margin: 0;
}


.homeCol {
    width: 48%;
    float: left;
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
}

.homeCol h2 {
    color : navy;
    padding-bottom : 10px;
    padding-top: 20px;
}

.homeCol p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.homeCol ul {
    margin-left: 15px;
}

.homeCol ul li {
    padding-bottom: 5px;
}

iframe {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
}

/* OFFICER PAGE BELOW */

.officers div{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: solid 2px navy;
    box-sizing: border-box;
}

.officerItem {
    border: thin solid white;
    height: 350px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.officerItem img{
    margin: 2em;
    float: right;
    width: 275px;
    height: 275px;
    border-radius: 10px;
}

.officerItem iframe{
    padding: 2em;
    padding-left: 20px;
    padding-bottom: 4em;
    float: right;
    height: 250px;
    width: 400px;
}

.officerItem h2 {
    padding-left: 20px;
    padding-top: 10px;
    color: navy;
    font-size: 2em;
}

.officerItem h3 {
    padding-left: 20px;
    color: navy;
    padding-bottom: 10px;
}

.officerItem p {
    padding-left: 20px;
    font-size: 1.5em;
}

.officers h1{
    color: gold;
    background-color: navy;
    padding-left: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-top: 1em;
    padding-bottom: 1em;
    border: solid 2px black;
    margin-top: 1em;
    border-radius: 20px;
    -webkit-text-stroke: 0.5px white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* ABOUT PAGE BELOW */

.about h1 {
    color: gold;
    background-color: navy;
    padding-left: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-top: 1em;
    padding-bottom: 1em;
    border: solid 2px black;
    margin-top: 1em;
    border-radius: 20px;
    -webkit-text-stroke: 0.5px white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.aboutRow {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.aboutCol {
    width: 30%;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    margin-top: 10px;
    text-align: left;
    border: 2px solid navy;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.aboutCol p {
    padding: 20px 10px;
}

.aboutCol h2 {
    padding-left: 10px;
    padding-top: 10px;
    color: navy;
}

.smuAboutRow {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.smuAboutRow h2 {
    color: gold;
    background-color: navy;
    padding-left: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
    border: solid 2px black;
    margin-top: 1em;
    border-radius: 20px;
    -webkit-text-stroke: 0.5px white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.smuAboutRow a {
    font-weight: bold;
    color: navy;
    text-decoration: none;
}

.smuAboutRow a:visited {
    color: navy;
}

.smuAboutRow a:hover {
    color: black;
    text-decoration: underline;
}

.smuAboutRow p{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.aboutGallery h2{
    color: navy;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}

.about hr {
    background-color: navy;
    height: 2px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid navy;
    margin-bottom: 10px;
    margin-top: 5px;
}

.aboutGallery {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.aboutGallery img{
    margin: 2em;
    float: left;
    width: auto;
    height: 350px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* FOOTER CONTENT BELOW */

footer {
    margin-top: 20px;
    width: 100%;
    background-color: navy;
    overflow: auto;
    color: white;
    font-weight: bold;
}

.footerCol {
    padding-top: 10px;
    width: 48%;
    float: left;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 5px;
    padding-bottom: 25px;
}


#email {
    margin-right: 10px;
}