body, html {
    /*background: rgb(245,245,245);*/
    background-color: #000;
}

main{
    max-width: 1920px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}

.container-fluid {
    padding: 0 !important;
}

.navbar {
    background: transparent;
    padding: 0;
}

.navbar-brand img{
    max-height: 3rem;
    margin: 1rem;
}

.navbar-dark .navbar-toggler {
    border-color: transparent;
    color: rgb(255, 255, 255)
}

.navbar-toggler:focus,
.btn-check:focus + .btn, .btn:focus {
    box-shadow: 0 0;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 2rem !important;
}

.nav-item {
    padding: 0 1rem;
}

.nav-link {
    color: rgb(255, 255, 255) !important;
}

.small, small {
    color: rgba(245, 245, 245) !important;
    font-size: .675rem;
}

hr {
    color: rgb(255, 255, 255);
    max-width: 5rem;
    padding: 0 7.5rem;
    margin: .5rem 1rem 0;
}

.fixed-top {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 1920px !important;
}

.bg {
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /*background-size: cover;*/
    background-size: contain;
    background-position: center;
    min-height: 100%;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    height: auto;
    /* position: fixed;*/
}

@media screen and (max-width: 1024px) {
    .bg {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }
}