
.lightblue {
	color: #00FFFF;
}
.drakblue {
	color: #002947;
}

body {
	
	font-family: 'Kumbh Sans', sans-serif;
}
.font2 {
	font-family: 'Alice', serif;
}

header {
	position: fixed;
	width: 100%;
	background: #fff;
}

header img {
	align-self: end;
	
}

.home_header {
	background: url(../images/home_header.jpg);
	background-size: cover;
	background-position: bottom center;
	padding: 0 0;
	min-height: 70vh;
	width: 100%;
	color: #fff;
}