.page-header {
    border-radius: 5px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bold {
    font-weight: bold;
}

.right {
    text-align: right;
}

.card-body {
    border-radius: 5px;
}

.card-body, .list-group-item, .navbar {
    background-color: antiquewhite !important;
}

.card, .card input, .card textarea, .list-group-item, .navbar {
    border-color: burlywood;
}

.navbar-bottom {
    border-top: 1px solid burlywood;
}

.navbar a:focus {
    border: 2px solid black;
}

.navbar-top {
    border-bottom: 1px solid burlywood;
}

.btn-navbar {
    border-radius: 5px;
    border-color: burlywood;
}

.btn-navbar:hover {
    background-color: burlywood;
    border-color: burlywood;
}

h1 {
    text-align: center;
    margin-bottom: 2rem;
}

a {
    color: #000;
}

@media print {
    .navbar {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #logo {
        width: 25%;
        height: 25%;
    }
}

.header {
    text-align: center;
    margin: 1rem;
}

.blockTitle {
    font-size: 1.75rem;
}
