body {
    background-image: url(img/den-zeme-pozadi.jpg);
    background-position: center;
    background-size: auto;
    background-blend-mode: normal;
}

.navbar {
    background-color: rgba(24, 131, 42, 0.9);
}

.btn-primary {
    background-color: rgba(24, 60, 131, .5);
}

.btn-secondary {
    background-color: rgba(94, 120, 173, 0.5);
}

.btn-success {
    background-color: rgba(20, 214, 101, 0.25);
}

.bg-danger-transparent {
    background-color: rgba(214, 20, 20, 0.25);
}

.bg-grey-transparent {
    background-color: rgba(77, 77, 77, 0.25);
}

.bg-blue-transparent {
    background-color: rgba(19, 65, 190, 0.25);
}

.bg-success-transparent {
    background-color: rgba(20, 214, 101, 0.25);
}

.bg-warning-transparent {
    background-color: rgba(226, 151, 12, 0.25);
}

hr {
    color: rgba(21, 92, 235, 0.75);
}

.very-small-text {
    font-size: 0.7rem;
  }

body {
    color: rgb(204, 204, 204);
}  

.textbox-green {
    background-color: rgba(13, 136, 19, 0.5);
    border-top: 1px solid rgb(20, 188, 28);
    border-bottom: 1px solid rgb(20, 188, 28);
    color: rgb(219, 255, 75);
}

.textbox-yellow {
    background-color: rgba(148, 177, 19, 0.349);
    border-top: 1px solid rgb(188, 171, 20);
    border-bottom: 1px solid rgb(188, 171, 20);
    color: rgb(75, 255, 87);
}

.text-yellow {
       color: rgb(219, 255, 75);
}