@font-face {
	font-family: 'ClearSans-Medium';
	src: url('../fonts/ClearSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ClearSans-Medium.woff') format('woff'), url('../fonts/ClearSans-Medium.ttf') format('truetype'), url('../fonts/ClearSans-Medium.svg#ClearSans-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@keyframes fade {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
}

@-webkit-keyframes fade {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
}


* {
	outline: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	margin: 0;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bk.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	font-family: 'ClearSans-Medium';
	font-size: 36px;
}

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

}

.center-part {
	background: #0A5586;
	padding: 30px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	opacity: 0;
	animation: fade 0.75s ease-out forwards 0.3s;
	-webkit-animation: fade 0.75s ease-out forwards 0.3s;
}

.logo-area {
	border: 2px solid #fff;
	padding: 20px 40px;
	margin-bottom: 20px;
}

.center-part p {
	margin-bottom: 0;
}

.center-part a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.4s color ease;
	transition: 0.4s color ease;
}

.center-part a:hover {
	color: rgb(39, 168, 224);
}

@media screen and (max-width: 1600px) {
	body {
		font-size: 30px;
	}

	.center-part {
		padding: 20px;
	}

	.logo-area img {
		max-width: 20vw;
		max-height: 30vh;
	}
}

@media screen and (max-width: 1400px) {
	body {
		font-size: 20px;
	}
}

@media screen and (max-width: 1200px) {
	body {
		font-size: 18px;
	}
}

@media screen and (max-width: 1000px) {
	body {
		font-size: 16px;
	}
}

@media screen and (max-width: 770px) {
	body {
		font-size: 14px;
	}
	.logo-area {
		margin-bottom: 10px;
	}
	.logo-area img {
		max-width: 30vw;
		max-height: 30vh;
	}
}
