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%;
}

body {
    margin-bottom: 60px;
    background-color: black;
    color: white;
}

.link-container {
    text-align: center;
    background-color: lightgray;
    border: 1px solid #5555AA;
    margin-bottom: 10px;
    padding: 20px;
}

.link-container-none {
    text-align: center;
    margin-bottom: 10px;
}

    .link-title {
        font-size: 2.5vw;
        color: #5555AA;
        text-decoration: none;
    }


.link-image {
    width: 100%;
    height: 100%;
}

.block-separator {
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
    color: white;
}

.chk-big {
    transform: scale(2.5);
    margin-right: 20px;
}

.navbar-checkbox {
    display: flex !important;
    text-align: right !important;
    color: black;
    height: 20px;
    padding-right: 50px;
}

.btn-item-link {
    width: 100%;
}