body {
	
	height: 100%;
	
	/* The image used */
    background-image: url("../img/RIRA.jpg");

    /* Full height */
    height: 100vh; 
	width: auto;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	/* Font settings */
	color: white;
	font-family: 'Open Sans', sans-serif;

}

 
@media all and (min-width: 960px) {
    body{
        font-size: 16px;
    }
}
 
@media all and (max-width: 959px) and (min-width: 600px) {
    body{
        font-size: 16px;
  }
}
 
@media all and (max-width: 599px) and (min-width: 320px) {
    body{
        font-size: 16px;
   }
}  


.logo {
	display: block;
	margin: 0 auto;
	margin-top: 5em;
	height: 15%;
	width: auto;
}

.heading {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: 'Unica One', cursive;
	font-size: 2.5em;

}

.impressum,{
	color: black;
}

.address, .contacts {
	text-align: center;
	margin-top: 1em;
}


a, .impressum {
	text-align: center; 
	margin-top: 1em;
	color: white;
}