/*importing webkit from Adobe fonts*/
@import url("https://use.typekit.net/trs8eiy.css");

body {
	background-color: #5bc9e1 !important;
	
		
	font-family: proxima-nova, sans-serif;
 	font-weight: 400;
	font-style: normal;
	color: #262262 !important;
}

a {
	color: #262262 !important;

}

h1, h2, h3, h4, h5, h6 {
		
		font-family: proxima-nova, sans-serif !important;
		font-weight: 600 !important;
		font-style: normal !important;
		color: #262262;

}

.kids-header-search-box {
		margin-top: 10px;
		margin-bottom: 10px;
		height: 100px;
		
		background-image: url(https://kids.aplkentucky.org/wp-content/uploads/2022/02/seaweedgroup-lg.png);
		background-repeat: repeat-x;
		background-size: contain;
		
		
		font-family: nove, sans-serif;
		font-weight: 400;
		font-style: normal;
		color: #ffe328;
		text-shadow: 2px 2px 2px #262262;
		

}