﻿body {
    background-color: white;
    color: black;
}

.navbar, .footer {
    background-color: blueviolet;
    color: white;
}

    .navbar a, .footer a, .category-link {
        color: white;
    }

.content, .sidebar {
    padding: 20px;
}

.sidebar {
    background-color: #f8f9fa;
}

@media (max-width: 768px) {
    .sidebar {
        background-color: transparent;
    }
}

.list-group {
    box-shadow: 0px 11px 23px 5px rgba(0,0,0,0.34);
}

.list-group-item {
    background-color: rgba(255,255,255,0.7);
    border: 0;
}

.list-group-item-bold {
 font-weight:700;
}

.list-group-item-line {
    border-bottom:solid;
    border-bottom-color:darkgrey;
    border-bottom-width:thin;
    padding-top:1em;
}

.btn-toolbar {
    margin-top: 10px;
}

img {
    float: left;
    margin-right: 15px;
    height: 128px;
    width: 128px;
}

.container2 {
    margin-top:20px;
    justify-content: center;
    text-align: center;
    align-items:center;
}
.navbar-brand {
    margin-left: 1rem; /* Odsadenie loga od kraja */
}

/* Pre malé zariadenia môžete chcieť menšie odsadenie */
@media (max-width: 768px) {
    .navbar-brand {
        margin-left: 0.5rem;
    }
}
