@media (max-width:767px) {
    body {
        background-image: url('assets/img/pagemobo.webp');
    }
}

body {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    background-image: url('assets/img/page.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: Oswald, sans-serif;
    font-size: 1.1rem;
}

.cover-container {
    max-width: 50em;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: normal;
    color: rgba(255, 255, 255, .9);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
    text-transform: uppercase;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: #fce62f;
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

.text-warning {
    --bs-text-opacity: 1;
    color: #ecd621 !important;
}

.btn-warning {
    color: #000;
    background-color: #ecd622;
    border-color: #ecd622;
}

.btn-warning:hover {
    color: #000;
    background-color: #e9d431;
    border-color: #ffc720;
}

a {
    color: #fafce6;
    text-decoration: underline;
}

a:hover {
    color: #f6fbd2;
}

/* oswald-regular - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local(''),
       url('fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/oswald-v49-latin-regular.woff') format('woff');
    font-display: swap;

    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-500 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: local(''),
       url('fonts/oswald-v49-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/oswald-v49-latin-500.woff') format('woff');
    font-display: swap;

    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
}

.lead {
    font-size: 1.35rem;
    font-weight: 300;
}
