body {
    font-size: 11pt;
    color: black;
}


nav {
    font-family: 'Open Sans';
}

.navbar {
    box-shadow: none;
    font-size: 12px;
}

.card a:hover {
    text-decoration: none;
}

.card a p {
    color: black;
}

.inactive {
    background-color: #cccccc;
}

.card {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    float: left;
    width: 320px;
/*    height: 230px; */
}

.card-h230 {
    height: 230px;
}

.card-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.card-title {
    /* background-color: silver; */
    padding-bottom: 5px;
    /* min-height: 1.7em; */
    padding-top: 4px;
}

.card-title h4 {
    color: #444444;
    font-size: 1.2em;
    font-weight: bold;
    margin-left:5px;
    margin-top:6px;
}
.card-title.linkedcard:hover {
    background-color: rgba(18,105,255,0.1);
}
.card-text {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 0.8em;
    font-style: italic;
    
}

.post-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}

.post-subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
}

.nav-link {
    font-family: 'Open Sans';
    font-size: 1.2em;
    color: #00000000;
    font-weight: bold;
}

.blueheader {
    color: #003388;
    font-size: 1.5em;
    font-weight: bold;
    clear: both;
}

h3 {
    color: #003388;
    font-size: 1.3em;
    font-weight: bold;
    clear: both;
}

.navbar-scroll .fa-bars {
    color: #4f4f4f;
}

.itemcard {
    max-width: 250px;
}

.caption-box {
    background-color: #0000002f;
    padding: 5px;
    border: 1px solid #0000002f;
    border-radius: 5px;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    width: 80%;
}

.strategicplanning h1,h2,h3,h4,h5,h6 {
    color: #333333;
    margin-bottom: 1.2em;
}
.strategicplanning h4 {
    color: #333333;
    margin-bottom: 0.8em;
    margin-top: 1.2em;
}

.strategicplanning h4:before {
    content: "";
    background-image: url("https://www.americangeosciences.org/static/images/AGIico.png");
    display: inline-block;
    margin-right: 5px;
    background-size: cover; /* or 'contain', or specific sizes like '50% auto' */
    background-repeat: no-repeat;
    width: 20px;
    height: 20px; 
}

.strategicplanning h1 {
    margin-top: 1em;
    font-size: 2.0em;
}

.strategicplanning h2 {
    font-size: 1.9em;
}
.strategicplanning h5 {
    color: teal;
    margin-bottom: 0px;
}

.strategicplanning hr {
    color: rgb(255, 204, 0);
    height: 2px;
    width: 50%;
    margin-left: 25%;
}

.flexcard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
    margin-right: 10px;
}