@charset "utf-8";
/* CSS Document */

html {
    height:100%;
}

body {
	height: 100%;
	margin: 0;
	font-family: arialnb;
	background: #ffffff url('../images/uc_bg.png') no-repeat center / cover;
}

.clear {
	clear: both;
}

*:focus {
    outline: none;
}

a {
	color: #003962;
	text-decoration: none;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -440px;
	padding-bottom: 440px;
}

.uc_wrapper {
	display: flex;
  height: calc(100vh - 40px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.uc_text {
	font-size: 64px;
	line-height: 73px;
	color: white;
	text-align: center;
	text-shadow: 0px 3px 10px #000000;
}