body {
    margin: 0;
    height: 100%;
    background-image: linear-gradient(hsl(205, 20%, 85%), white 13%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Verdana;
    font-size: 14px;
    text-align: justify;
    line-height: 140%;
}

h1 {
    font-family: Verdana;
    margin-top: 0px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

nav div.logo {
    position: absolute;
    left: 50%;
    margin-left: -390px;
    margin-top: 30px;
}

nav div.title {
    position: absolute; 
    left: 50%; 
    margin-left: -260px; 
    margin-top: 45px;
    color: hsl(0, 0%, 20%);
    font-weight: bold;
    font-size: 20px;
    color: #7998ae;
}

nav div.menu {
    position: absolute;
    left: 50%;
    margin-left: -260px;
    margin-top: 90px;
}

nav div.menu span {
    margin: 0 7px;
    font-size: 14px;
    color: #c6d4df;
}

nav div.menu ul {
    padding: 0;
    margin: 0;
}

nav div.menu li {
    display: inline;
}

nav div.menu li:nth-child(n+2)::before {
    content: "|";
    font-size: 14px;
    color: #c6d4df;
    margin-left: .6em;
    padding-right: .6em;
}

nav div.menu a {
    font-family: Verdana;
    font-size: 1em;
    font-weight: normal;
    color: #7998ae;
    text-decoration: none;
}

nav div.menu a:link {
    font-weight: normal;
    color: #7998ae;
    text-decoration: none;
}

nav div.menu a:visited {
    font-weight: normal;
    color: #7998ae;
    text-decoration: none;
}

nav div.menu a:hover {
    font-weight: normal;
    color: #7998ae;
    text-decoration: underline;
}

nav div.menu a:active {
    font-weight: normal;
    color: #7998ae;
    text-decoration: none;
}

div.content {
    position: absolute;
    width: 70em;
    left: 50.52%;
    margin-left: -430px;
    margin-top: 160px;
}

div.box {
    padding: 0 2.5em 2.5em 2.5em;
    margin-bottom: 2em;
}

div.box a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

div.box h1 {
    margin-bottom: inherit;
    padding-top: .6em;
    font-size: 1.1em;
}

div.box h1 span {
    background-color: #3f6783;
    color: white;
    font-weight: bold;
    padding: .6em .6em .6em .6em;
}

.color-blue {
    background-image: linear-gradient(#78a3c1, white 50em);
    background-repeat: no-repeat;
    /*background-color: #78a3c1;*/
    color: black;
}

.color-light {
    background-image: linear-gradient(hsl(205, 20%, 85%), white 15em);
    background-repeat: no-repeat;
    /*color: #7998ae;*/
    color: hsl(0, 0%, 20%);
}

.color-orange {
    background-image: linear-gradient(hsl(35, 100%, 55%), white 30em);
    /*background-color: hsl(35, 100%, 55%);*/
    background-repeat: no-repeat;
    color: hsl(0, 0%, 20%);
}

.hotel-picture-left {
    float: left;
}

.hotel-picture-right {
    float: right;
}

.hotel-picture-size {
    height: 16.6em;
}
