html,
body,
nav,
footer {
    width: 100%;
}

.success {
    font-size: 1.1em;
    color: green;
    text-align: center;
}

.error {
    font-size: 1.1em;
    color: red;
    text-align: center;
}

.font-bold-white {
    color: rgba(255, 255, 255, 1);
    font-size: 1.1em;
    font-weight: bold;
}

li.nav-item {
    margin-right: 15px;
}

#logo {
    display: inline-block;
    width: 75px;
    height: 50px;
}

#logo img {
    max-width: 100%;
    max-height: 100%;
}

.font-semi-bold-blue {
    color: rgba(67, 129, 152, 0.8);
    font-size: 1.1em;
    font-weight: 500;
}

.bg-degraded {
    background-image: linear-gradient(to right, rgba(223, 154, 24, 0.8), rgba(67, 129, 152, 0.9));
}

.bg-yellow {
    background-color: #df9a18;
}
