﻿body {
    background: var(--bg-color);
}
main {
    padding: 0px 10px 10px 10px;
}
h1, h2, h3, h4, h5, h6{
    margin: 2px 0px;
}
.item-1 {
    padding: 10px;
}

.item-1 img {
    border-radius: 10px;
    margin: 10px;
}

.item-1 p {
    padding-top: 5px;
}

.hoverable:hover {
    color: var(--font-color);
    background: var(--bg-color-light);
}

.button-item {
    padding: 5px 10px;
}

.button-item-2 {
    padding: 5px 10px;
}

img.loose-large {
    width: 150px;
}

img.rigid-large {
    width: 150px;
    height: 150px;
}

img.rigid-large-16x9 {
    width: 200px;
    height: 112px;
}

img.sponsor-event {
    width: 60px;
    height: 60px;
}

img.media-product {
    width: 140px;
    height: 140px;
}

img.media-product-16x9 {
    display: block;
    width: 200px;
    height: 113px;
}

img.main-16x9 {
    display: block;
    width: 250px;
    height: 141px;
}

img.event-16x9 {
    display: block;
    width: 225px;
    height: 127px;
}

.category {
    font-weight: bold;
    margin: 0;
}

.category-featured {
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.gap-top{
    margin-top: 10px;
}

.toolbar {
    margin: 0 10px;
}
.toolbar {
    margin: 0 10px;
    padding: 10px 0px 0px 0px;
    display: flex;
    /*position: sticky;*/
    top: 0;
    background: var(--bg-color);
}