html,
body {
	min-height: 100%;
}

body {
	margin: 0;
	/* background-color: #002ead; */
	font-family: "Karla", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	color: #54b7f9;
	
	background-image: url('../img/background-01.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


/* delete code */
h1,
p,
a {
	margin: 0;
	padding: 0;
}

h1 {
	letter-spacing: 3px;
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 400;
}

a {
	text-decoration: underline;
	color: #54b7f9;
}

.container {
	position: absolute;
	height: 100%;
	width: 100%;
}

.container div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

@media (min-width: 768px) {
	h1 {
		font-size: 42px;
	}
}