.d-none {
    display: none;
}

#menuBtn {
    cursor: pointer;
}

#menuBtn,
#menuBtn svg {
    transition: 0.4s;
}

#menuBtn.active {
    background-color: var(--color-teal-600);
    color: #ffffff;
}

#menuBtn.active svg {
    rotate: 180deg;
}

.opacity-55 {
    opacity: 0.55;
}

#system-message-container, .blavtors {
    display: none;
}

.content .container {
    margin: 0 auto;
}

.page-header h2 {
    font-family: arial;
}

p.inner-title {
    font-size: 18px;
    display: table;
    border-bottom: 2px solid #fe0000;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.items-row .item {
    font-size: 17px;
}


.page-header h2 a {
    color: #0e3775;
}

.item-image {
    width: 300px;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


.pagination ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
