* {
    margin:0;
    padding: 0;
    font-family: "Tahoma", sans-serif;
    text-decoration : none;
    list-style: none;
    color:#6A5740;
    
}

.wrapper {
    width: 60%;
    margin: auto;
    background-color: #F5EDE4;
}

.logo {
    position: relative;
    padding: 2em;


}

.logo h1 {
        font-family: 'Alegreya Sans SC', sans-serif;
        font-size: 200%;
}

.nav {
    background-color: #F5DFC6;
    border-bottom: 1px solid #F5DFC6;
    
}

.nav li {
    display: inline-block;
    padding: 0.8% 4% 0.8% 4%;


}

.nav li:hover {
    border-bottom: 3px solid #6A5740;
}

#active {
    
    border-bottom: 3px solid #D0A069;
}


.jumbotron {
  background-image:url(images/jumbotron.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;

}

.content {
    padding: 1em;    
}


.content img {
    width: 45%;
    margin: 1.7% 2% 1.7% 2%;

}


.map-content {
    float: right;
    width: 18%;
    padding-right: 10%;
}

.map-content li {
    padding: 1em 0 1em 0;
}

.map-content a:hover {
    text-decoration: underline;
}

.content td {
    padding: 0.3em 0.3em 0.3em 0;
}




.content input {
    margin-right: 10px;
}


.facilities {
    width: 35%;
    float:right;
    padding-right: 10%;
}

.adress {
    padding: 1em;
}

.adress li {
    padding-left: 25px;
}

.adress li:first-child {
    background: url(images/contact_icons.png) 0 2px no-repeat;
}
.adress li:last-child {
    padding-top: 10px;
    background: url(images/contact_icons.png) 0 -38px no-repeat;
}