
body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

/*
.bg-primary {
    background-color: #a846cc !important;
}*/

.nav-item:hover {
    background-color: #005cbf; /*#5c2d74;*/
    border-radius: 6px;
}

.nav-link {
    color: white !important;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem !important;
    }
}

.jumbotron {
    background-color: #ffffed !important;
}

.card {
    min-height: 350px;
}

.back-to-top {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 35%;
    right: 15px;
    display: none;
    z-index: 99 !important;
    color: #f7fcff !important;
}

.to-bottom {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 25%;
    right: 15px;
    display: none;
    z-index: 99 !important;
    color: #f7fcff !important;
}

.to-bottom span, .back-to-top span {
    padding-top: 40%;
}

input[type="checkbox"] {
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
}