h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }

a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid white;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

#banner {
    max-width: 1024px;
    background-color: #427B58;
    text-align: center;
    color: white;
}

#banner h2 {
    font-size: 1.2rem;
    padding: 10px;
    margin: 0;
    width: 100%;
}

#banner h2 a:hover {
    background-color: rgba(255,255,255,.1);
}

#header { 
    max-width: 1024px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-bottom: 10px solid #427B58;
    position: sticky;
    top: 0;
    background-color: white; /* Add this to ensure the header is not transparent */
    z-index: 1000; /* Add this to ensure the header stays on top of other elements */
}
#header .row {
    height: 34px;
}

#header p {
    font-size: .8rem;
    line-height: 1rem;
    font-family: 'Roboto', sans-serif
}

#header-right { 
    text-align: right; 
}

#header-logo h1 {
    font-size: 1rem;
}

#body-1 {
    max-width: 1024px;
    background-image: url("../im/aerial-2024.jpg");
    background-repeat: no-repeat;
    background-position: center; 
    padding: 0 0 19px 0;
    border-bottom: 10px solid #427B58;
}

#body-1-2 {
    max-width: 1024px;
    background-color: #427B58;;
    padding: 0 0 19px 0;
    border-top: 10px solid #427B58;
    border-bottom: 10px solid #427B58;
}

.body-1-box {
    margin: 19px 19px 0 19px;
    padding: 19px;
    background-color: #427B58;
    opacity: 0.85;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.body-1-box p, h2, h3 {
    opacity: 1;
    padding: 0;
    margin: 0;
}

.body-1-box h3 {
    width: 100%;
}

.body-1-box ul {
    line-height: 2rem;
}

.body-1-box a:hover {
    background-color: rgba(255,255,255,.1);
}

#body-2 {
    max-width: 1024px;
    padding: 19px;
}

.body-2-box {
    margin: 19px 0 0 0;
}

.body-2-box h2 {
    color: #427B58;
    margin-bottom: 4px;
}

.body-2-box ul {
    border-left: 10px solid #427B58;
    list-style-type: none;
    padding-left: 10px;
    line-height: 1.5rem;
}

.body-2-box li {
    margin-bottom: 19px;
}

.body-2-box a {
    color: #427B58;
    text-decoration: underline;
}

.body-2-box a:hover {
    background-color: rgba(66,123,88,.2);
}

.info-box {
    text-align: center;
    margin-bottom: 19px;
    border: 10px solid #427B58;
}

.info-box h2 {
    background-color: #427B58;
    color: white;
    padding: 9px 0 19px 0;
    width: 100%;
}

.info-box p {
    padding: 19px 10px 0 10px;
    width: 100%;
}

.info-box h2 a:hover {
    background-color: rgba(255,255,255,.1);
}

.img-container {
    width: 986px;
    text-align: center;
}

.img-container img {
    float: auto;
    margin: 10px 0 10px 0;
    width: 986px;
}

#footer-topper {
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: .8rem;
}

#footer-topper p, span {
    padding: 0 9px 0 9px;
    margin: 0;
}

#footer {
    max-width: 1024px;
    background-color: #427B58;
    text-align: center;
    color: white;
}

#footer p {
    font-size: .8rem;
    padding: 19px;
    margin: 0;
    width: 100%;
}

/* GENERAL TABLE STYLING */
.process-table-wrapper {
    border: 10px solid #427B58;
    padding: 10px;
    margin-bottom: 10px;
}

.process-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    text-align: left;
    font-family: Arial, sans-serif;
}

/* CELLS FOR EACH STEP */
.step {
    width: 23.5%;
    vertical-align: top;
    padding: 0 2px 10px 0;
}

/* Last step cell needs no right padding */
.step:last-child {
    padding-right: 0;
}

/* ARROW CELLS */
.arrow {
    width: 2%;
    text-align: center;
    vertical-align: top;
    font-size: 1.5rem;
    color: #427B58;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

/* STEP TITLE BOX */
.step-title {
    background-color: #427B58;
    color: #FFF;
    padding: 5px;
    margin-bottom: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Process table specific list styling */
.process-table ul {
    border-left: none;
    line-height: 0.8rem;
    font-size: 0.8rem;
    margin-bottom: 0;
    padding-left: 0;
}

.process-table ul li {
    margin-bottom: 10px;
}
.process-table ul li:last-child {
    margin-bottom: 0;
}

.process-table ul ul {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
}
  