@font-face {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 400;
    src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url(../webfonts/Vollkorn.ttf) format('truetype');
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 40px;
    font-family: 'Vollkorn', serif;
    font-size: 1.7em;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
    color: #2e3436;
    margin-bottom: 40px;
}

a:link, a:visited, a:hover, a:active {
    color: #2e3436;
    text-decoration: underline;
}

ul {
    list-style: square;
    font-size: 0.75em;
    padding-left: 1em;
}

.breadcrumbs {
    height: 40px;
    line-height: 40px;
    font-size: 0.5em;
}

.buttons {
    border-left: 1px solid rgba(0,0,0,.1);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.footer, .imprint {
    font-size: 0.5em;
}

.card-img-top.game {
    width: 100%;
    height: 250px;
    object-fit: contain;
    padding: 10px;
    background-color: rgba(0,0,0,0.02);
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2e3436;
    margin-bottom: 0.5rem;
}

.card-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.4;
}

.card {
    transition: transform .2s, box-shadow .2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
}
