body {
	display: flex;
	flex-direction: column;
}

header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	display: flex;
	position: absolute;
	flex-direction: row-reverse;
}

header a {
	margin: 10px;
	text-decoration: none;
	color: #7891e6;
	cursor: pointer;
	font-size: 18px;
}

#home-logo-full {
	top: 28%;
	left: 50%;
	width: 80%;
	max-width: 900px;
	position: absolute;
	transform: translateX(-50%);
}

.home-section-full {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.low-bright-grad {
	left: 0;
	top: 10%;
	width: 100%;
	height: 100%;
	position: absolute;
	background: radial-gradient(#4b68c942, #00000000 60%);
	background-position-y: top;
	background-position-x: center;
	background-size: 2000px 1450px;
	background-repeat: no-repeat;
}
