@font-face {
    font-family: 'RubikDistressed-Regular';
    src: url('../fonts/RubikDistressed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1{
    text-align: center;
    padding: 10px;
    font-family: 'RubikDistressed-Regular', sans-serif;
}

h2 {
    scroll-margin-top: 80px;
    font-family: 'RubikDistressed-Regular', sans-serif;
}

img{
    border-radius: 10px;
}

/* alap */
div.row {
    padding: 4px;
    margin: 10px;
}

div[class^="col"] {
    padding: 4px;
}

div[class="container"] {
    padding: 0px;
}

p {
    text-align: justify;
    padding-right: 20px;
}

img {
    width: 100%;
    max-height: 280px;
}

/* Táblázat */
table {
    border-collapse: collapse;
    width: 100%;
    font-family: sans-serif;
}

caption {
    caption-side: top;
    text-align: left;
    font-weight: bold;
    padding-bottom: 0.5em;
}

table, th, td {
    border: 1px solid #5A5340;
}

th, td {
    padding: 3px;
    text-align: left;
}

th {
    background-color: #F2D8C2;
    color: #384001;
}

details {
    margin-top: 0.5em;
    font-weight: normal;
}

details p {
    margin: 0.5em 0 0 1em;
}

#oldalmenu {
    background-color: #F2D8C2;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(90, 83, 64, 0.2);
    font-family: "Segoe UI", sans-serif;
    margin-top: 10px;
}


.thumbnail {
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
    transition: 0.3s;
}

.thumbnail:hover {
    border-color: #777;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

article, .article-style {
    border: 1px solid #ccc;
    padding: 1em;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
  