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;
	font-weight: 400;
	color: #333;
}

/* main styles */

h1, h2, h3{
	font: 700 5rem 'Libre Baskerville', serif;
	margin: 0 0 2rem 0;
	color: #000;
}

h2{
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
}

h3{
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

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/zeiler-hero.jpg") no-repeat center center;
	background-size: cover;
}

.history-hero{
	background: url("../images/history-hero.jpg") no-repeat center center;
	background-size: cover;
}

.renovations-hero{
	background: url("../images/renovations-hero.jpg") no-repeat bottom center;
	background-size: cover;
}

.hero h1{
	text-shadow: 1px 1px 1px #000;
}

.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: 2.2rem;
}

.site-logo p a,
.footer-logo{
	font: 700 2.6rem 'Libre Baskerville', serif;
	color: #333;
	text-decoration: none;
}

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 1.5rem;
	border-radius: 0.5rem;
	background-color: #fff;
	text-decoration: none;
	font-size: 1.8rem;
	color: #000;
}

nav ul li a:hover{
	background-color:#e1e1e1;
}

/* footer */

footer{
	padding: 5rem 2rem;
	background-color: #e1e1e1;
	text-align: center;
	color: #000;
}

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: #000;
	text-decoration: none;	
}

footer ul li a:hover,
footer a:hover{
	text-decoration: underline;
}

footer p{
	margin-top: 2rem;
}

.intro{
	background-color: #2d2d2d;
	text-align: center;
}

.intro h1{
	font-size: 3rem;
	color: #fff;
}

.intro p{
	font-size: 1.8rem;
	color: #fff;
}

.gallery{
	width: 100%;
	float: left;
	margin-top: 4rem;
	text-align: center;
}

.gallery img{
	width: 23%;
	margin: 1%;
	float: left;
	border-radius: 5px;
}

table.history-table{
	width: 100%;
}

table.history-table tr td{
	padding: 5px;
	vertical-align: top;
}

table.history-table tr td:first-child{
	font-weight: 600;
	padding-right: 10px;
}

.zieler-video{
	width: 100%;
	float: left;
	margin-top: 2rem;
	text-align: center;
}

.zieler-video video{
	width: 100%;
	max-width: 50%;
}

@media all and (max-width:960px){

}

@media all and (max-width:768px){

nav{
	display: none;
}

.mobile-link{
	display: block;
}

.left-col,
.right-col,
.three-col{
	width: 96%;
	margin-bottom: 2rem;
}

.footer-col,
.four-col{
	width: 46%;
	margin-bottom: 2rem;
}

}

@media all and (max-width:480px){

.two-col,
.four-col,
.footer-col{
	width: 96%;
	margin-bottom: 2rem;
}

.site-logo p{
	margin-top: 2.8rem;
}

.site-logo p a, .footer-logo{
	font-size: 2rem;
}

.mobile-link{
	font-size: 1.4rem;
}

.hero{
	height: 25rem;
}

.gallery{
	margin-top: 0;
}

.gallery img{
	width: 48%;
	margin: 1%;
	float: left;
	border-radius: 5px;
}

.intro{
	padding: 3rem 2rem;
}

.intro h1{
	font-size: 2.5rem
}
	
.intro p{
	font-size: 1.6rem;
}

}