

p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 300;
    color: black;
}
.container a {
    color: #307AB3 !important;
}

.top-container a {
    color: white !important;
    opacity: 0.8;
}

.container a:hover {
    color: #2070A8 !important;
}

.container .row a {
    font-weight: 500;
}

nav .breadcrumb {
    font-size: 15px;
}

.top-container {
    color: white !important;
    padding-top: 50px;
    padding-bottom: 50px;
    opacity: 0.8;
}

.bottom-container {
    min-height: 33vh;
}

@media only screen and (min-width: 600px) {
    #mainContainer {
        margin-top: 25px !important;
    }

    #titleOne {
        margin-top: 3%;
    }

    #topTitle {
        margin-top: -1%;
    }
}

.calculator-card-background-color {
    background: #2C77B0;
}

.calculator-main-button {
    background:#d67900;
}

.calculator-main-button:hover {
    background:#d67900;
}

.calculator-main-button:focus {
    background:#d67900;
}

