@charset "utf-8";
.totop{
	background: #222;
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
}
.totop a{
	display: block;
	padding: 1em;
	color:#fff;
	text-decoration: none;
}
h1{
	margin: 0;
}
h1 img{
	width:100%;
}
article > div{
	display: flex;
}
section{
	margin:0 0 60px 0;
	padding:10px;
	flex: 1;
}
section:nth-of-type(1){
}
section:nth-of-type(2){
	flex: 2;
}
section:nth-of-type(3){
	flex: 3;
}
h2{
	padding:0 0 30px 0;
	color:#969;
	font-size:30px;
	font-weight:400;
	line-height:1.25;
}
p{
	margin:0 0 1em 0;
	font-weight:200;
	line-height:1.5;
}
p:last-child{
	margin:0;
}
li{
	margin:0 0 0.5em 0;
}
section img{
	width:100%;
}

.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



@media screen and (max-width:750px){
	article h1{
		width:100%;
		margin-bottom: 2vh;
		padding: 0;
		font-size:1em;
		opacity: 1;
	}
	article h1 img{
		display: block;
		width:100%;
	}
	article > div{
		display: block;
	}
	section{
		height:auto;
		padding:0 5vw;
	}
	section > div{
		width:auto;
	}
	.google-maps {
		padding-bottom: 140%;
	}
	.google-maps iframe {
		height: 80vh !important;
	}
}