body {
    color: #404040;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    max-width: 1200px;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    letter-spacing: 2px;
}

h2 {
    color: #007489;
    font-size: 1.6em;
}

p {
    margin-bottom: 1.5em;
    color: #898989;
}




.card {
    /*background: white;*/
    background: hsl(0, 0%, 97%);
    margin-bottom: 0.6em;
}

.card a {
    color: black;
    text-decoration: none;
}

.card a:hover {
    /*box-shadow: 3px 3px 8px hsl(0, 0%, 80%);*/
}

.card img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}

.card-content {
    padding: 0.7em;
}

.card-content h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.2rem;
    color: #007489;
    letter-spacing: 0;
}

.card-content p {
    font-size: 80%;
}

.card-content .author {
    font-size: 100%;
}

.card-content .author a {
    cursor: pointer;
}

.card-content .created {
    font-size: 90%;
    color: silver;
}

.card-content .tags a {
    font-size: 95%;
    color: #007489;
    cursor: pointer;
    margin-right: 5px;
}

.card-content .info {
    font-size: 100%;
}

.card-link {
    cursor: pointer;
}


div.tagsFilter {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

div.tagsFilter div {
    margin: 0 4px 18px 4px;
}

.hidden {
    display: none !important;
}

header {
    background-color: white;
    border-bottom: 1px dotted #808080FF;;
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
}

footer {
    margin-top: 50px;
    width: 100%;
    height: 80px;
    border-top: 1px dotted #808080FF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.logo {
    width: 60px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.gallery-info {
    margin-top: 0;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.gallery-info a {
    color: #007489;
}

/* Flexbox stuff */
@media screen and (min-width: 40em) {
    .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .card {
        flex: 0 1 calc(50% - 0.5em);
    }
}

@media screen and (min-width: 60em) {
    .card {
        flex: 0 1 calc(33% - 0.2em);
    }
}



* {
    box-sizing: border-box;
}

img.react-images__view-image {
    max-height: 100vh !important;
}

main {
    padding: 2rem 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}