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;
}
.fs-small {
    font-size: 0.7rem;
}
.bg-panel {
    background-color: rgb(220,220,220);
    padding: 20px;
    margin:10px;
    border: 1px solid rgb(200,200,200);
    border-radius: 5px;
}
.accordion-button.collapsed {
    /*background-image: linear-gradient(to bottom right, rgba(220,220,220,.6), rgba(220,220,220,.4), rgba(255,255,255,.5), rgba(255,255,255,1))*/
    background-color: rgb(30, 50, 70);
    color: rgba(250,250,250, .85);
    font-weight: 800;
}

.accordion-button:not(.collapsed) {
    color: rgb(220,220,220);
    font-weight: 500;
    background-color: rgba(30, 50, 70, .85)
    /*background-image: linear-gradient(to bottom right, rgba(255,165,0,.6), rgba(255,165,0,.4), rgba(255,255,255,.5), rgba(255,255,255,1));
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);*/
}

.accordion-button::after {
    flex-shrink: 0 !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin-left: auto !important;
    content: "" !important;
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(250,250,250, .85)'> <path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/> </svg>") !important;
    background-size: 1.25rem !important;
    transition: transform 0.2s ease-in-out !important;
}
.navbar-brand {
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 2px;
    color:firebrick;
}