.link-button {
    background-color: #E7E7E3;
    border: 10px transparent;
    border-radius: 50px;
    color: black;
    display: inline-block;
	font-weight: bold;
    min-width: 200px;
	padding: 20px 40px;
}

.link-button:hover {
    background-color: #2554A0;
    color: white;
}

.link-button:focus {
    background-color: #2554A0;
    color: white;
}

.banner-section {
    max-width: 100vw;
}

.text-section {
    text-align: justify;
	padding-bottom: 3rem;
    padding-top: 1rem;
}

.dropdown-toggle::after {
    display: none;
}

.red-banner {
    /* background-image: url('../images/red-header.png'); */
}

.green-banner {
   /* background-image: url('../images/green-header.png'); */
}

.blue-banner {
   /* background-image: url('../images/blue-header.png'); */
}

.text-bold {
    font-weight: bold;
}

.blue-text {
    color: #0056b3;
    text-decoration: underline;
}

a.link-button  {
    color: black;
    text-decoration: none;
}

a.link-button :hover button {
    color: white;
    text-decoration: none;
}

a.link-button:hover {
    color: white;
    text-decoration: none;
}
