body {
    background-color: #eee;
    font-family: Lato, sans-serif;
}

h1 {
    font-weight: normal;
}

#going-to-hell {
    margin: 27px auto;
    max-width: 1200px;
    padding: 54px;
    background-color: white;
    position: relative;
}

#logo {
    padding-bottom: 1em;
    border-bottom: solid 2px gray;
    color: gray;
    text-decoration: none;
}

#logo .prvni {
    font-size: xx-large;
}

#logo .druhy {
    font-size: x-large;
}

#logo .d {
    color: red;
}

#obsah {
    padding-top: 1em;
}

#featured {
    padding-left: 0;
    padding-top: 3em;
}

#featured, .gallery {
    overflow: hidden;
}

#featured li, .gallery li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 30px;
    width: 300px;
    height: 300px;
}

#featured a {
    text-decoration: none;
    color: gray;
    text-transform: uppercase;
}

#featured p {
    margin-left: 0.5em;
}

#featured li:hover img {
    opacity: 0.8;
}

#menu {
    position: absolute;
    top: 55px;
    right: 54px;
}

#menu li {
    list-style: none;
    display: inline-block;
    margin-left: 1em;
}

#menu a {
    color: black;
    text-decoration: none;
}

#menu a:hover {
    color: red;
}

#footer {
    margin-top: 2em;
}

#copyright {
    float: right;
    color: gray;
}