a.location {
    margin: 2px;
    text-decoration: none;
    color: inherit;
    height: 15rem;
    text-align: center;
    font-size: 1.25rem;
    text-weight: bold;
}

a.footer {
    font-size: 1rem;
}

img.mini-img {
    height: 20rem;
}

img.title-photo {
    display: block;
    max-width: 100%;
    max-height: 90%;
}

div.photo-dirs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

body {
    text-align: center;
    background-image: url("/background.jpg");
    background-repeat:no-repeat;
    background-position: center center;
    background-color: rgba(165, 165, 165, 1.0);
    background-blend-mode: lighten;
    font-size: 1.25rem;
}

div.email > span:nth-child(2), div.email > span:nth-child(5), div.email > span:nth-child(7), div.email > span:nth-child(10), div.email > span:nth-child(13) {
    display: none;
}

hr {
    max-width: 50rem;
}

.img-left {
    margin-right: 40%;
}

.img-right {
    margin-left: 40%;
}
