

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Source+Sans+Pro&display=swap');

body, p, li {
	/*background-repeat: repeat-x;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;


}
h1, h2, h3, h4, h5	 {
	font-family: 'Source Sans Pro', sans-serif !important;
}

h1 {
	font-size:48px;
}

h3 {
	margin-top:40px;
}

h4 {
	font-size: 24px;
	margin-bottom: 30px;
}

p {
	margin-bottom: 10px;
}

ol, ul {
	/*margin: 20px auto;*/
}

ol li {
	line-height: 1.4;
	margin-bottom:10px;
}

@media (min-width: 85em) {
	.footer {
		font-size: 14px !important;
	}

	.ui-page {
		display: flex !important;
		align-items: center;
	}

}



h1.aqua {
	color: #53CAF4;
	text-shadow: 1px 1px 1px #000000;
	letter-spacing: 1px;
}

h2, h3 {color: #007D86;}

.container {
	/*margin-top: 30px;*/
	border-radius: 10px;
	margin: 20px auto;
	box-shadow: 0 0.15rem 1.75rem 0 rgb(35 38 48 / 15%);
	border: 0;
	}

div.banner img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	}


