.nav-link {
    color: #0f6674;
    }
.bg-light {
 background-color: rgb(186 195 205) !important;
}
body {
    background-color: #f8f9fa;
}
.nabizim {
    background-color: #0f6674;
    margin: 20px;
    padding: 10px;
    font-size: xx-large;
    color: white;
}
.name {
    font-size: xx-large;
}

.green-bullets {
    font-size: x-large;
    list-style-type: none; /*removes default bullet styling */
}
.green-bullets li:before {
    content: "\2022"; /* Unicode character for bullet */
    color: #0f6674; /* color of the bullet */
    display: inline-block; /* needed to add space between bullet & list item*/
    width: 1em; /* space between bullet & list item */
    margin-left: -1em; /* pulls bullet back over left padding */
    font-size: 0.8em; /* size of the bullet */

}
.mensi {
    font-size: large !important;
}

.centertext {

    font-size: x-large;
}
.sluzba {
    background-color: #0f6674;
    margin: 20px;
    padding: 10px;
    font-size: x-large;
    color: white;
}
.sluzby  {
    margin-left: 20px;
    padding-left: 10px;
    font-size: large;
    padding-bottom: 20px;
}

.podnadpis {
    color:#0f6674;
    font-size: x-large;
    padding-top: 20px;
}
.container-fluid {
    width:90%;
}
