@charset "utf-8";
/* CSS Document */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html, body {
	margin: 0;
	height: 100%;
}
html, body {
	margin: 0;
	height: 100%;
	background: url(../images/back6S.gif);
	background-size: cover;
	font-family: exo, "Helvetica Neue", Arial, "sans-serif";
	line-height: 1.5em;
}
#wrap {
  min-height: 100%;
  margin-bottom: -92px; 
}
#wrap:after {
  content: "";
  display: block;
}
#footer, #wrap:after {
	height: 92px; /* must be the same height as footer */
}
#footer {
  background: #a7c3f7;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}

/* layout */
header {
	height: 8em;
	background: #a7c3f7;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	position: fixed;
	width: 100%;
	z-index: 99;
}
header img {
	float: left;
	vertical-align: middle;
}
h1 {
	padding-top: 1em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #fff;
	font-size: 2em;
}
.content {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
}
main {
	padding-top: 8em;
}
.cvr-img {
	width: 100%;
	height: auto;
	border-bottom: 3px solid #000066;
	position: fixed;
	z-index: 1;
}
main .content {
	position: relative; 
	margin-top: 20%;
	padding: 2em;
	z-index: 25;
	background-color: rgb(255,255,255,.95);
	border: 2px solid #000066;
	border-radius: 15px;
	box-shadow: 3px 3px 10px 0 rgba(0,0,0,.3);
}
.center {text-align:center}
main .content img {
	width: 60%;
	border: 2px solid #000066;
	border-radius: 15px;
}
address {text-align:center}
.CM {
	width: 100%;
	margin: 2em 0 0 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
}
.CM img {
	position: relative;
	top: .4em;
	border:0
}
.CM a {
	color: white;
	text-decoration: none;
}
@media (max-width: 650px){
	header {
		height: 8em;
		text-align: center;
		position: absolute;
	}
	header img {
		float: none;
		width: 30%;
		max-width: 126px;
	}
	h1 {
		margin: 0;
		padding: 0;
		font-size: 1.5em;
	}
	.cvr-img {position: absolute}
	main {
		padding-top: 8em;
	}
}
