/* CUSTOM
-------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
	min-width: 320px;
	min-height: 320px;
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	font-family: Arial;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#next-section {
	position: relative;
	width: 100vw;
	height: 100vh;
	background: url("../media/bg.jpg")  no-repeat center left;
	background-size: cover;
	overflow: hidden;
}
#next-section main {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}
#logo {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 200px;
	min-height: 200px;
	max-width: 500px;
	max-height: 500px;
	left: 10%;
	top: 50%;
	transform: translate(0, -50%);
}
#info {
	position: absolute;
	width: auto;
	min-width: 50%;
	height: auto;
	left: 0;
	bottom: 10%;
}
#info h1,
#info h2 {
	position: relative;
	width: 100%;
	left: 10%;
	color: #213C6D;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
}
#info h2 {
	letter-spacing: 25px;
	margin-left: 11px;
}

