/*  color palette from
    http://www.colorcombos.com/color-schemes/54/ColorCombo54.html

    ocean-blue: #003366
    boy-blue  : #3399FF
    skin      : #FFCC99
    peach     : #FF9966

    -------------------

    equity union blue: 154478
*/

html {
    overflow-y: scroll;
}

body {
    font-size: 16px;
    font-family: 'Times New Roman', serif;
    margin: 0;
}

img {
    border: 0;
}

a {
    color: #003366;
}

.center-text {
    text-align: center;
}

.page {
    max-width: 75rem;
    margin: 0 auto;
    padding: 1rem 0;
}

.aspect-ratio-image-container-header {
    aspect-ratio: 500 / 333;
    max-width: 500px;
}

.aspect-ratio-image-container-eurs {
    aspect-ratio: 521 / 209;
    max-width: 521px;
}

.flex {
    display: flex;
}

.aspect-ratio-image-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.aspect-ratio-image {
    max-width: 100%;
    height: auto;
    display: block;
}

#banner {
    font-family: 'Gentium Book Basic', serif;
    color: #eee;
    padding: 2rem;
    font-size: 2.5rem;
    text-shadow: 0 0 1rem rgba(0,0,0,1);
    position: relative;
}

#images-background {
    height: 300px;
    background-image: url('tiled_output.webp');
    background-repeat: repeat-x;

    @media (max-width: 800px) {
        height: 150px;
        background-image: url('tiled_output_mobile.webp');
    }
}

#content-wrapper {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

#content {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    color: #222;
    padding: 1rem 2rem;
    font-family: 'Gentium Book Basic', serif;
}

#paragraphs {
    color: #000;
    line-height: 150%;
}

#copyright {
    background-color: #000;
    margin: 0;
    padding: 0.5rem;
    font-size: 0.7rem;
    font-family: verdana;
    color: #bbb;
    text-align: justify;
}

#footer {
    background-color: #154478;
    margin: 0;
    padding: 1rem;
    font-size: 0.9rem;
    font-family: verdana;
    color: #bbb;
    text-align: justify;
}

.footer-block {
    max-width: 50rem;
    margin: 0 auto;
}

.footer-block a {
    color: #bbddee;
}

.clear-all {
    clear: both;
}

.purple-background {
    background-color: #154478;
    margin: 0;
}

.font-2x {
    font-size: 200%;
}

.flex-group {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}

.flex-left-icon {
    flex: 0 0 2.5rem;
    text-align: center;
    margin-right: 1rem;
}

.flex-right {
    flex: 1;
}

.flex-right a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.flex-right a:hover {
    color: #fff;
}
