
html {
}

body {
	font-family: sans-serif;
	margin: 0 auto;
	/* margin-left: auto; */
	/* margin-right: auto; */

}

p {
	padding: 0 3%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#logoImage {
	/* float: left; */
	/* border-style: solid; */
}

#logoHeader {
	/* margin: auto;
	width: 375px;
	text-align: center; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
}

#logoText {
	/* margin-top: 10px; */
	
}


h2 {
	text-align: center;
}

#logoHeading, #logoSubHeading {
	/* margin-left: 85px; */ 
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	
	/* border-style: solid; */
}

#logoHeading {
	font-size: 1.465em;
	font-weight:500;
	line-height: 90%;
	
}


#logoSubHeading {
	color: rgb(48, 102, 190);
	font-size: .80em;
	font-weight: 300;
	white-space: nowrap;
	
}

#navigation {
	background: rgb(58, 64, 71);
}

#navigation ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	list-style-type: none;
	color: white;
	background: rgb(58, 64, 71);
	padding: 5px;
	margin-bottom: 0;
}

#heroWaves {
	width: 100%;

}
