.header-memorial {
    min-height: 45vh;
    background-image: linear-gradient(rgba(4, 9, 30, 0.1), rgba(4, 9, 30, 0.1)), url(/images/banners/military-81782_1280.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.logo {
    font-size: 3em;
    font-weight: bold;
    position: relative;
    /* background: -webkit-linear-gradient(#ffffff, #0011ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    -webkit-text-stroke-color: rgb(0, 48, 207);
    -webkit-text-stroke-width: 0.03em;
    -webkit-text-fill-color: white;
}

.nav-links ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: 600;
}

.flag {
    background-color: aliceblue;
    padding: 4vh 4vh 2em 4vh;
    width: 100%;
    position: relative;

}

.flag h1 {
    font-size: 4em;
    text-align: center;
    font-weight: 800;
}

.flag p {
    color: black;
    font-size: 1.7em;
    font-weight: 400;
    padding: 2em 2em;
    width: 60%;
    transform: translateX(30%);
    text-align: center;
}

.flag-row {
    display: flex;
    justify-content: space-evenly;
}
.flag-col img {
    max-height: 20vh;
}
.crew-list {
    background-color: aliceblue;
    padding: 0 4vh 20px 4vh;
    /* justify-content:space-evenly; */

}

.crew-list li {
    font-size: 1.1em;
}

.crew-list a {
    cursor: pointer;
    color: darkblue;
}

.crew-list a::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
}

.crew-list a:hover::after {
    width: 100%;
    transition: 0.3s;
}

.crew-list .row1 {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 3em 5vh;
    border: 3px solid blue;
    background-color: lightgray;
    
}

.crew-list .row2 {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 3em 5vh;
    border: 3px solid blue;
    
}

.crew-list .row3 {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 3em 5vh;
    border: 3px solid blue;
    background-color: lightgray;
}

.crew-list .row4 {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 3em 5vh;
    border: 3px solid blue;
    
}

.crew-list .row5 {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 3em 5vh;
    background-color: lightgray;
    border: 3px solid blue;
}

.crew-list .row6 {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 3em 5vh;
    border: 3px solid blue;
}

.crew-col {
    flex-basis: 25%;
    /* border: 1px solid lightblue; */
    justify-items: center;
    /* background-image: url(/images/flagwave.gif); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    box-sizing: border-box;
    margin: 0 1em;
    /* max-height: 58vh; */
    max-height: fit-content;

}

.crew-col h3 {
    /* margin-left: 35%; */
    text-align: center;
    font-size: 1.9em;
    font-weight: 900;
}

.crew-col ul {
    line-height: 1.9em;
    padding: 0.9em 1em;
    font-size: 1.2em;
    font-weight: 600;
}

/* .crew-col ul li {
    text-decoration: underline;
} */

.notes {
    background-color: aliceblue;
    padding: 0 2vh 4vh 4vh;
    text-align: left;
}

.notes-row {
    /* display: flex;
    justify-content: space-around; */
    margin: auto;
    padding: 0 10vh;
}
.notes-row p {
    font-size: 1.2em;
    line-height: 1.2em;
}
.notes ul {
    line-height: 1em;
    padding: 0.9em 1em;
    font-size: 1.2em;
    font-weight: 300;
    text-align: left;
    list-style: decimal;
    margin-left: 2em;
}

.poem {
    display: inline-flexbox;
    justify-content: center;
    background-color: #d8d7d7;
    justify-items: center;
    text-align: center;
    color: black;
    width: 100%;
    padding: 2em 40vh;
}

.poem h1 {
    /* text-align: center; */
    font-size: 3em;
    font-weight: 700;
    /* color: rgb(0, 0, 0); */
}

.poem h3 {
    /* text-align: center; */
    font-size: 2em;
    font-weight: 600;
}

.poem-date {
    /* text-align: center; */
    font-size: 1.7em;
    font-weight: 400;
    
}

.poem p {
    font-size: 1.3em;
    line-height: 1.6em;

}

footer {
    padding: 1.2em 30vh;
    background-color: aliceblue;
    text-align: center;
}

footer a {
    text-decoration: underline;
    color: chocolate;
    cursor: pointer;
}