html {
    font-size: 14px;
}

    html * {
        font-family: 'arcade';
    }

body {
    background-color:#fff !important;
}

input, textarea {
    background-color: #fff !important;
}

h1 {
    color: #f7d51d;
    text-shadow: -2px -4px 0px #1D1705, -5px -4px 0px #1D1705, -5px -2px 0px #1D1705, -4px -4px 0px #1D1705, -2px -3px 0px #1D1705;
    -webkit-text-stroke: 1.5px #1D1705;
}

@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%;
}

header {
    position: sticky !important;
    top: 0 !important;
    z-index:9999;
}

footer {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 9999;
    background-color:white;
}

.content {
    min-height: 87vh;
}

.nav-item {
    min-height: 45px;
    display: flex;
    justify-content: center;
}

.nav-link {
    min-width: 150px;
    text-align: center;
    font-size:x-large
}

@font-face {
    font-family: 'arcade';
    src: url('../joystix.otf'); 
}

.nes-pointer {
    cursor: $cursor-click-url, pointer;
}

hr {
    border: 1px solid black !important;
    opacity: 1 !important;
}
