* {
    box-sizing:border-box;
}

html {
background-color: #E3DED9;
}

body {
    margin:0; 
    padding:0;
    font-family: Arial, sans-serif;
}

navside {
    list-style-type:none;
    width:170px;
}

navside ul {
    width:170px;
}

navside li {
    width:170px;
    font-size: 15px;
    display:block;
    margin: 3px 10px;
    background: #b2cae1;
    padding:3px;
}

navside li a:link {
    list-style-type:none;
    text-decoration:none;
    color:#000;
}

navside li a:visited {
    list-style-type:none;
    text-decoration:none;
    color:#000;
}

navside li a:hover {
    color:#454545;
}

nav {
    position: fixed;
    background: #fff;
    opacity: 0.7;
    z-index: 10;
    height: 60px;
    width:100%;
    top:0;
    font-family: 'Pavanam', sans-serif;
}

nav ul {
	text-align: center;
	font-size: 20px;
	margin: 0 10px;
}

nav li {
    display: inline-block;
    margin: 0 10px;
    padding: 20px 10px;
    opacity: 0.7;
}

a:link {
    text-decoration:none;
    color: #000;
}

a:visited {
    text-decoration:none;
    color: #000;
}

a:hover {
    text-decoration:none;
    color: #ddd;
}
 
h1 {
    text-align:center;
    top: 300px;
    left: 30%;
    background: #fff;
    opacity:0.7;
    font-style: italic;
    font-family: Times;
    padding: 20px;
    font-size: 50px;
    width: 40%;
    position:absolute;
    z-index:2;
}

/* Main */
.block {
background: url("images/00_Haus0994.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index:1;
  position:relative;
  margin-top:60px;
  width:100%;
  height:600px;
}

.block1 {
   background: url(images/03_KÅ0122.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:0;
    width:100%;
    height:600px;
    position:relative;
    z-index:2;
}


.block2 {
    background: url(images/07_Out0869.jpg) no-repeat center center;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:0;
    width:100%;
    height:600px;
    position:relative;
    z-index:4;
}

.block3 {
    background: url(images/11_WZ0572.jpg) no-repeat center center;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:0;
    width:100%;
    height:600px;
    position:relative;
    z-index:5;
}

.divider {
    height:auto;
    width: 100%;
    position:relative;
}


.content {
    width: 80%;
    position:relative;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
    color: #000;
    background:transparent;
    font-size: 18px;
    font-family: 'Pavanam', sans-serif;
    letter-spacing:0.5px;
}

h2 {
    text-align:center;
    position:relative;
    color: #000;
    padding: 10px;
    margin: 0 auto;
    font-size: 50px;
    width: 40%;
    font-family: 'Julius Sans One', sans-serif;
}
