@media (min-width: 1199px) {

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1720px;
}
}

body * {
    font-family: "Times New Roman", sans-serif !important;
}



@media (max-width: 767px) {

    #page-top {

        background-size: contain;
    }
}



.nav-item .nav-link {
    font-size: 1.5rem;
    letter-spacing: 0.0625em;
    padding: .5rem 1rem !important;
}

.navbar-brand {
    margin-right: 1rem !important;
}

.subheader {
    background: #000;
    padding-bottom: 10px;
}

.subheader-title {
    font-size: 3rem;
    color: rgba(253, 253, 252, 0.568);
}