html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-item {
    padding: 3px;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > form .btn-link {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

footer {
    padding: 1rem 0;
}

.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

header.masthead.header-bg-pc-coffee {
    background-image: url('/bg/pc-coffee.jpg') !important;
}

header.masthead.header-bg-pc-dark {
    background-image: url('/bg/pc-dark.jpg') !important;
}

header.masthead.header-bg-film {
    background-image: url('/bg/film.jpg') !important;
}

header.masthead.header-bg-code {
    background-image: url('/bg/code.jpg') !important;
}

.film-card {
    width: 18rem;
    text-decoration: none;
}

    .film-card .card-img-top {
        height: 400px;
        object-fit: cover;
        object-position: center;
    }

.film-media {
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 50;
    background-color: #CCCCCC;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0.375rem;
}

    .film-media img {
        position: absolute;
        z-index: 100;
        top: 3px;
        left: 3px;
    }
