body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

a,
a:visited {
    color: inherit;
    text-decoration: none;
}

.site-header {
    background-color: #e6e7e8;
    padding: 0.25em 1em;
    box-sizing: border-box;
    text-align: center;
}
.site-header h1 {
}

.blue {
    color: #40ad48;
}

.pink {
    color: #3f911c;
}

.pink-bg {
    background-color: #3f911c;
}

.blue-bg {
    background-color: #40ad48;
}

.site-footer {
    border-top: 1px solid #40ad48;
    font-size: 1.25em;
    padding: 1.5em 0.25em;
    text-align: center;
    font-weight: bold;
    color: white;
}

.contact {
    background-color: #e6e7e8;
    padding: 2em 1em;
    box-sizing: border-box;
}

.contact h2 {
    margin: 0;
}

.contact > header,
.contact > main {
    max-width: 80em;
    margin: 0 auto;
}

.contact ul {
    font-size: 1.75em;
    line-height: 1.5em;
}

h2 {
    font-size: 2em;
}

.contact a {
    color: #3f911c; /* e1eddc */
    font-weight: bold;
}

.blank-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.events {
    padding: 1em;
}

.events ol > li > header {
    font-weight: bold;
}

.events ol > li {
    margin-bottom: 1em;
}

.hero {
    background-image: url('/img/hotel.png');
    background-size: cover;
    background-position: 50%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.hero > main {
    margin: 2em;
    padding: 1em;
    font-size: 1.5em;
    text-align: justify;
    max-width: 40em;
    line-height: 1.5em;
    color: white;
    background-color: hsl(0 0% 0% / 0.5);
    border-radius: 0.25em;
    text-shadow: 0 0 1em black;
}

.galerija h2 {
    text-align: center;
}


.galerija > main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.galerija img {
    max-height: 10em;
    display: block;
}

.agenda {
    text-align: center;
}

.dl-btn:visited,
.dl-btn {
    background-color: #40ad48;
    color: white;
    padding: 0.5em 1em;
    font-size: 1.25em;
    border-radius: 0.25rem;
}

.logobox ul {
    list-style: none;
    padding: 1em;
    margin: 0;
    gap: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logobox img {
    height: 5em;
}

.why {
    background-color: #e6e7e8;
    padding: 3em 1em;
}

.why > header {
    text-align: center;
}

.why-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 2em;
    flex-wrap: wrap;
}

.why-list > li {
    background-color: #40ad48;
    color: white;
    text-align: center;
    padding: 1em;
    max-width: 15em;
    outline: 0.25em solid #40ad4838;
    outline-offset: 0.25em;
}

.why-list > li .icon {
    font-size: 2em;
    margin-bottom: 0.25em;
}

.why-list > li .title {
    margin-bottom: 0.5em;
    font-size: 1.25em;
}

.topics {
    padding: 2em 1em;
}

.topics h2 {
    text-align: center;
}

.topics ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.topics ul > li {
    border-left: 2px solid #3f911c;
    padding-left: 0.5em;
    padding: 0.25em 0.5em;
    max-width: 50em;
}

.topics ul strong {
    font-size: 1.25em;
}

.events h2 {
    text-align: center;
}

.events-main {
}

.events-main > aside {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25em;
}

.events-main > aside img {
    max-width: 20em;
}