html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
}

.bg-nfc {
    background-color: #191919;
}
.text-nfc {
    color: #009ad0;
}
footer {
    text-align: center;
    padding: 50px 0;
    background-color: #009ad0;
    font-size: 15px;
    font-weight: 700;
}

footer a {
    color: white !important;
    text-decoration: none !important;
}

footer a:hover {
    color: white !important;
    text-decoration: underline !important;
}

#header-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}

#header-fixed + .container {
    margin-top: 100px;
}

#nfc-filter {
    position: sticky;
    top: 81px;
    padding-top: 1rem !important;
    background-color: #fff;
    margin-top:-20px;
}

#nfc-header {
    margin-top: 20px;
    padding: 0px;
    margin-left: 0px;
}