body {
    margin: 0 auto;
    max-width: 1280px;
    min-width: 920px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.5em;
    font-weight: 300;
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.2em;
}
h1, h2, h3 {
    font-weight: 600;
    padding-bottom: .75em;
}
p {
    padding-bottom: .5em;
}
strong {
    font-weight: 700;
}
.block {
    margin-left: 30px;
    margin-right: 30px;
}
header {
    margin-top: 30px;
    position: relative;
}
.navigation {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 60px;
}
.logo {
    float: left;
    font-size: 1.4em;
    font-weight: 500;
    padding: 20px;
}
.menu {
    float: right;
    text-align: right;
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 20px;
}
.menu ul {
    list-style: none;
}
.menu ul li {
    display: inline-block;
    position: relative;
    padding: 0px 10px 10px 10px;
}
.menu ul li ul {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 10px;
    visibility: hidden;
    display: none;
    text-align: left;
}
.menu ul li:hover ul {
    visibility: visible;
    display: block;
    margin: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 1);
    width: 200px;
}
.menu ul li ul li {
    display: block;
    padding: 3px;
    font-size: 0.9em;
}
.menu ul li ul li a {
    color: #999;
}
.menu ul li ul li a:hover {
    color: white;
}
.logo a, .menu a {
    color: white;
    text-decoration: none;
}
.hero {
    background-color: black;
    min-height: 60px;
}
.hero img {
    width: 100%;
}
.content {
    background-color: #ddd;
    padding: 30px;
}
.content p {
    text-align: justify;
}
.content ul {
    list-style: disc;
    padding-left: 2em;
}
footer {
    margin-bottom: 30px;
    padding: 30px;
    background-color: rgb(20, 20, 20);
    color: #bbb;
    font-size: 0.9em;
}
footer a {
    color: #999;
    text-decoration: none;
}
footer a:hover {
    color: white;
}
footer h3 {
    text-transform: uppercase;
}
footer .address, footer .contacts {
    float: left;
    width: 25%;
}
footer .reservations {
    float: left;
    width: 50%
}
