h1 {
    color: #F08119;
}

h2 {
    color: #171A21
}

.btn-primary {
    background-color: #2589BD;
    border-color: #2589BD;
}

.btn-primary:hover {
    background-color: #7678ED;
    border-color: #7678ED;
}

.row-spacing {
    padding-bottom: 50px;
}

#footer {
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #2589BD;
    color: white;
}

.footer-list {
    list-style-type: none;
}

.footer-heading {
    color: #F49E4C
}

.footer-link:visited {
    text-decoration: none;
    color: white;
}
.footer-link:hover {
    text-decoration: none;
    color: white;
}
.footer-link:active {
    text-decoration: none;
    color: white;
}

.footer-link {
    text-decoration: none;
    color: white;
}

.footer-email-link:visited {
    text-decoration: none;
    color: #F49E4C;
}
.footer-email-link:hover {
    text-decoration: none;
    color: #F49E4C;
}
.footer-email-link:active {
    text-decoration: none;
    color: #F49E4C;
}

.footer-email-link {
    text-decoration: none;
    color: #F49E4C;
}

.cta-heading {
    color: #F6AB65;
}