* {
    margin: 0px;
    padding: 0px;
}


body {
    background-color: white;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: black;
    padding: 15px;
}


h1 {
    font-size: 19px;
    color: white;
    font-weight: bold;
    letter-spacing: 3px;
    text-decoration: none;
}

h1 span {
    font-weight: normal;
}

div.hlavicka {
    margin: 0px auto;
    border: 6px solid #cf1e1e;
    background-color: #cf1e1e;
    width: 170px;
    height: 170px;
    margin-bottom: 15px;
}

div.hlavicka > div {
    border: 1px solid white;
    padding: 6px;
    padding-top: 120px;
    text-align: center;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: center 10px;

    height: 42px;
}

div.photos {
    width: 90%;
    padding: 20px;
    text-align: center;
    margin: 0px auto;
}

div.photos img {
    border: 1px solid rgba(0, 0, 0, 0.20);
    margin: 10px;
}

a.social_link svg {
    font-size: 3em;
    width: 0.875em;
    height: 1em;
    color: rgba(0,0,0,0.25);
    padding: 10px;
}