#kydheader {
	font-family: roboto;
	font-size: 13px;
	min-width: 90%;
	display: flex;
	justify-content: top;
	flex-direction: column;
}

.kydheadercon {
	display: flex;
	justify-content: center;
	min-width: 90%;
	height: 500px;
	align-items: center;
}

.headerfont {
	color: white;
	font-family: Dela Gothic One;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 80px;
	text-align: center;
}


.headuserbar {
	background-color: black;
	padding: 10px;
	min-width: 90%;
}

i {
	color: white;
}