/* Agency Custom CSS */

.govblue-text {
    color:#01426a !important;
    }

    .buttonIcon {
    border: solid;
    border-color: #1a4f8c;
    box-shadow: 3px 3px grey;
    color: black !important;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
}
a.buttonIcon {
    transition: 0.3s;
}
.circle {
    height: 50px;
    width: 50px;
    background-color: #01426a;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

/*Adding in Custom Colors*/
.blue {
    background-color: #36c2da;
    border-radius: 20px;
    padding: 3em !important;
}
.yellow {
    background-color: #ffc72c;
    padding: 3em !important;
    border-radius: 20px;
}

.darkblue {
    background-color: #01426a ;
    padding: 3em !important;
    border-radius: 20px;
    color: white;
}