
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 2000;
}



// this is a black icon with 50% opacity

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;..");
}

.card-text {
    color: #dddddd!important;
}

/*
.form-check-input, .form-check-input:checked {
  background-color: #595959!important;
  color: #color!important;
}
*/


body
{
    background-color: #124258!important;
    color: white!important;
}

.navbarNav, .card, .card-body
{
    color: #00A8CC!important;
    background-color: transparent!important;
}
.card-body {
    font-size:15pt!important;
}

@media only screen and (max-width: 600px) {

    .card-body {
        font-size:12pt!important;
    }

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  left: 10px;
  display: none;
  z-index: 2000;
}


}


.card-subtitle
{
    color: #00a8cc!important;
}


a.link
{
    color: #9fd1fe!important;

}




h1, h2, h3, h4, h5, h6 {
    color: #7F97BA!important;

}

.ruka {
    cursor: pointer!important;
}
