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;*/
}

.caimus-navbar {
    background-color: #61128c;
}

.navMenu {
    border-radius: 10px;
}

.navMenu:hover {
    background-color: #9344BE;
}

.gradient {
    background: #7F00FF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F5ADFF, #D8B2FF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F5ADFF, #D8B2FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

@media print {
    .noprint {
        visibility: hidden;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

.footer {
    padding-top: 10px;
    padding-bottom: 10px;
}