body{
	padding:0;
	margin:auto;
	font-size: 62.5%;
}


div , header , section , article , address , footer{
	display: block;
	box-sizing: border-box;
}

img{
	border:0;
}


h1,h2,p,a,address{
	font-style: normal;
	font-size: 1.2rem;
}

body{
	position: relative;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	max-height: 100%;
	overflow: hidden;
	background-image: url("../img/bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wrapper{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	height: 90%;
	overflow-y: scroll;
	margin: auto;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
}

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

.gmap iframe{
	margin: 20px 0;
	width: 100%;
	max-height: 33vh;
}