html{
	font-size: 62.5%;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

body{
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	color: #333;
}

/* main styles */

h1, h2, h3{
	font: 700 3rem 'Libre Baskerville', serif;
	margin: 0;
	color: #fff;
}

h2{
	font-size: 2.5rem;
	margin: 3rem 0 1.5rem 0;
	color: #000;
}

h3{
	font-size: 1.8rem;
	margin-bottom: 1rem;
	color: #000;
}

p{
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

a{
	text-decoration: underline;
}

a:hover{}

/* main layout */

.wrapper,
header,
section,
.hero,
footer{
	width: 100%;
	float: left;
}

section{
	padding: 5rem 2rem;
}

.container{
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
}

.hero{
	height: 50rem;
	background-color: #e1e1e1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url("../images/home-hero.jpg") no-repeat center center;
	background-size: cover;
}

.hero h1{
	text-shadow: 1px 1px 1px #000;
}

.history{
	background: url("../images/history-hero.jpg") no-repeat center center;
	background-size: cover;
}

.renovations{
	background: url("../images/renovations-hero.jpg") no-repeat center center;
	background-size: cover;
}

.geschichte{
	background: url("../images/geschichte-hero.jpg") no-repeat center center;
	background-size: cover;
}

.jugendstil{
	background: url("../images/jugendstil-hero.jpg") no-repeat center center;
	background-size: cover;
}

.past-events{
	background: url("../images/past-events-hero.jpg") no-repeat center center;
	background-size: cover;
}

.renovation-row{
	padding-top: 0;
}

.left-col{
	width: 66%;
	float: left;
	margin: 0 2%;
}

.right-col{
	width: 26%;
	float: left;
	margin: 0 2%;
}

.single-col{
	width: 100%;
	float: left;
}

.two-col,
.three-col,
.four-col{
	width: 46%;
	float: left;
	margin: 0 2%;
}

.three-col{
	width: 29%;
}

.four-col{
	width: 21%;
}

.center{
	text-align: center;
}

/* header */

.mobile-link{
	display: none;
	float: right;
	padding: 1rem 1.5rem;
	margin: 2rem 0 0 0;
	border: 1px solid #000;
	border-radius: 3px;
	text-decoration: none;
	font: 700 1.6rem 'Libre Baskerville', serif;
	color: #000;
}

.mobile-link:hover{
	background-color: #fff;
}

#mobile-menu{
	display: none;
	width: 100%;
	height: 100%;
	float: left;
	background-color: rgba(0,0,0,0.85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
}

#mobile-links ul{
	float: left;
	z-index: 2;
	margin-top: 50px;
}

#mobile-links ul li{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-left: 5%;
	list-style: none;
}

#mobile-links ul li a{
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	text-decoration: none;
}

#mobile-links ul li a{
	background-color: none;
}

.close-btn{
	float: right;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
	text-decoration: none;
}

header{
	height: 8rem;
	padding: 0 2rem;
	position: relative;
}

.site-logo{
	float: left;
}

.site-logo p{
	margin-top: 2rem;
}

.site-logo p a,
.footer-logo{
	font: 700 2.6rem 'Libre Baskerville', serif;
	color: #000;
	text-decoration: none;
}

.footer-logo{
	color: #fff;
}

a{
	color: #000;
	text-decoration: underline;
}

nav{
	float: right;
}

nav ul{
	float: right;
	margin: 1.6rem 0 0 0;
}

nav ul li{
	float: left;
	margin-left: 2rem;
	list-style: none;
	font: 700 3rem 'Libre Baskerville', serif;
}

nav ul li a{
	padding: 1rem;
	border-radius: 0.5rem;
	background-color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	color: #000;
}

nav ul li a:hover{
	background-color:#6d7993;
	color: #fff;
}

/* footer */

footer{
	padding: 5rem 2rem;
	background-color: #6d7993;
	text-align: center;
	color: #fff;
}

footer ul{
	float: none;
	display: inline-block;
}

footer ul li{
	list-style: none;
	margin: 0 1rem;
	float: left;
}

footer ul li a,
footer a{
	color: #fff;
	text-decoration: none;	
}

footer ul li a:hover,
footer a:hover{
	text-decoration: underline;
}

.intro{
	background-color: #6d7993;
	text-align: center;
	color: #fff;
}

.intro h2{
	margin: 0;
	color: #fff;
}

.intro p{
	font-size: 1.8rem;
}

.gallery{
	width: 100%;
	float: left;
}

.gallery img{
	width: 23%;
	margin: 1%;
	float: left;
	border-radius: 5px;
}

.alt-row{
	width: 100%;
	float: left;
	padding: 2rem 0;
}

.alt-row .two-col{
	display: flex;
	flex-wrap: wrap;
}

.alt-row img{
	max-width: 100%;
}

.history-row{
	padding: 2rem;
}

.history-row h2{
	margin-bottom: 4rem;
	text-align: center;
}

.img-width-100{
	max-width: 100%;
}

.past-events-gallery .gallery{
	margin-bottom: 5rem;
}

@media all and (max-width:1160px){

nav{
	display: none;
}

.mobile-link{
	display: block;
}
	
}

@media all and (max-width:768px){

.left-col,
.right-col,
.three-col{
	width: 96%;
	margin-bottom: 2rem;
}

.footer-col,
.four-col{
	width: 46%;
	margin-bottom: 2rem;
}

.gallery img{
	width: 31%;
}

}

@media all and (max-width:480px){

.two-col,
.four-col,
.footer-col{
	width: 96%;
	margin-bottom: 2rem;
}

.hero{
	height: 30rem;
	padding: 5%;
}

h1{
	font-size: 2rem;
}
	
.site-logo p{
	margin-top: 2.7rem
}

.site-logo p a{
	font-size: 1.7rem;
}

.footer-logo{
	font-size: 2rem;
}

.history-row h2{
	text-align: left;
	margin: 0 0 2rem 2%;
}

.gallery img{
	width: 48%;
}

.intro{
	padding: 3rem 2rem;
}

}