h1, h2, h3, h4, h5 {
    text-align: left;
    padding: 1px;
    margin: 1px;    
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

h5 {
    font-size: 24px;
}

ul {
    padding-top: 1px;
    padding-bottom: 4px;
    margin-top: 1px;
    margin-bottom: 4px;
}

#page_title {
    font-size: 3.5em;
    padding-bottom: 0px;
    color: #1694CA;
}

/* Logo text styling */
.logo-text h1 {
    font-size: 3em;
    line-height: 1.2;
    margin: 0;
    padding: 10px;
    font-weight: bold;
    color: #fff; /* Adjust color as needed */
}

/* Hide search bar */
.searchbox {
    display: none !important;
}

/* Sidebar inactive options */
#sidebar h5 a {
      color: white !important;
}

.two-columns ul {
    column-count: 2;
    column-gap: 10px;
}

.three-columns ul {
    column-count: 3;
    column-gap: 20px;
    list-style-position: inside;
    max-width: 900px;
}

.contact-info p {
    font-size: 1.75em;
}

