html, body {
    margin: 0;
    padding: 0;
}

.ioel, #ioel {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1em;
    color:#ffffff;
    background: #1b3146;
    margin: 0;
    padding: 0;
}

.ioel {
    display: flex;
    flex-direction: column;
}

.ioel button {
    background-color: black;
    padding: 0.8rem;
    color: white;
    border: 0;
    font-size: 1rem;
}

.ioel button:hover {
    background-color: #555555;
}

.ioel h1 {
    margin-left: 1rem;
    font-weight: bold;
    font-size: 1.5rem;
}

.ioel-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;                      
}

.ioel-header ul {
    display: flex;
    flex-direction: row;
    margin: 0.5rem;
    padding: 0;
    list-style: none;    
}

.ioel-header ul li {
    color: #ffffff;
    text-transform: uppercase;
    padding-right: 0.5em;
    padding-left: 0.5rem;
}

.ioel-header ul li:not(:first-child):before {
    content: " | ";
    color: #94a3b8;
    padding-right: 0.5rem;
}

.ioel-header ul li a {
    text-decoration: none;
    color: #ffffff;
}

.ioel-header ul li a:hover {
    text-decoration: underline;
}

.ioel-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: black
}

ul.ioel-languages {
    justify-content: flex-end;
}

.ioel-header ul li a.ioel-language-selected {
    color: #e0ccb4;
}

.ioel-header ul li a.ioel-language-selected:hover {
    text-decoration: none;
}

.ioel-tagline {
    margin: 1rem;
    color: #eeeeee;
    font-family: Times, "Times New Roman", Georgia, serif;
    font-size: 1.4rem;
    text-align: center;
}

.ioel-collections {
    margin-top: 1.8rem;
    margin-bottom: 2rem;
}

.ioel-collections ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
}

.ioel-collections h1 {
    margin-left: 2rem;
}

.ioel-collections h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 0.4rem;
    margin-bottom: 0.8rem;
}    

.ioel-collections li {
    margin: 1.4rem;
}

.ioel-collection-preview-container {
    min-width: 3.2rem;
    min-height: 1.6rem;
    position: relative;
}

.ioel-collections li, img.ioel-collection-preview {
    max-width: 18rem;
}

img.ioel-collection-preview {
    height: auto;
    filter: drop-shadow(0.5rem 0.5rem 0.4rem #222);
}

.ioel-collection-preview-container button {
    position: absolute;
    bottom: 0;
    right: 0;
}
