/* normal */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html,
body {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	color: #8c806e;
	font-weight: 400;
}

body {
	background: #fff;
	padding:30px;
	min-height:100%;
	position:absolute;
	width:100%
}

img {
	border: 0px;
	display: block;
	max-width: 100%;
	height:auto;
}
.frame{background:#e6f5fd; position:absolute; width:calc(100% - 60px); height:calc(100% - 60px);     }

.logo{max-width:calc(100% - 50px); position:relative; left:0%; top:50%; transform:translate(-0% , -50%); text-align:center; margin: 0 auto;}
.logo img{width:600px; display:inline;}
.mail{    display: block; max-width:calc(100% - 50px); position:relative; left:0%; top:55%; transform:translate(-0% , -50%); text-align:center; margin: 0 auto;}
.mail:hover{opacity:0.8}
.mail img{width:600px; display:inline;}

a,
input {
	outline: none;
	text-decoration: none;
}
ul,
ol {
	list-style: disc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

h1{font-size:28px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;}

@media only screen and (max-width: 1200px) {
	
}