a {
    color: #FF8500;
    text-decoration: none;
    background-color: transparent;
}

.navbar-brand img {
    max-height: 2.4em;
    padding: 0em 0.2em 0.2em;
}

.bg-primary {
    background-color: #008FC5 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #008FC5;
    border-color: #19C0FF;
}

.btn-light {
    color: #f8f9fa;
    background-color: #f4623a;
    border-color: #FF8500;
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 77, 66, 0.8)), to(rgba(92, 77, 66, 0.8))), url("/resources/images/bg-masthead.jpg");
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("/resources/images/bg-masthead.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.smartbanner {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width: 992px) {
    .btn-register {
        padding: 0.25em 1em;
        margin: -0.3em 0em 0em 1.0em;
    }
}