:root {
    --primary: #ff6a00;
}
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: linear-gradient(180deg, rgba(22, 34, 50, 1) 0%, rgba(36,57,82, 1) 100%);
    width: 100%;
    margin: 0px !important;
}

.homelink {
    text-decoration: none;
    color: white;
    width:100%;
    height:100%;
    margin:5px;
    padding:5px;
}

    .homelink:hover {
        font-weight: bold;
        color: white;
    }

    .homelink img:hover {
        filter: brightness(150%);
    }
