html {
	height: 100%;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 1024px;
	background: #2D3161 url("splash.jpg") center center no-repeat;
	background-size: cover;
}

.c-wrapper {
	background: url("cloud.png") 0 0;
	height: 100%;
	background-size: cover;
}

label {
	border: 2px solid #1a5276;
	border-radius: 25px;
	background: #5dade2;
	color: #000;
	padding: 6px 6px;
	margin: 10px;
	cursor: pointer;
	display: block;
	width: 200px;
	text-align: center;
	font-family: sans-serif;
}

a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}

@media (max-width: 1024px) {
	body {
		min-width: 100%;
	}

	.c-wrapper {
		width: 100%;
		height: auto;
	}

	center {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.flex-row {
		flex-direction: row;
	}

}
