/* Was patched directly into public/assets/base/css/stylesheet.css on the old
   install, which meant an SSP upgrade would silently revert it. */
#language-selector, .language-selector {
    display: none;
}

.btn-primary {
    background-color: #3dadff;
    border-color: #3dadff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: darken(#3dadff, 10%);
    border-color: darken(#3dadff, 10%);
}

h3 {
    color: #3dadff;
}

a {
    color: #3dadff;
    text-decoration:none;
}

.w-md-25 {
    width: 75%;
}

#hubs_text {
    display: none;
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25%;
    }

    #hubs_text {
        display: block;
    }
}

footer {
    background-color: #e7e7e7;
}

header {
    background-color: #e7e7e7;
    border-bottom: 2px solid black;
}

body {
    background-color: #f3f7fc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
