/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt

*/

@import url('https://fonts.googleapis.com/css2?family=Neucha&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');


/* hide featured image on single post page | #27605383-hc eD */
.single-post .type-post .post-thumbnail {
	display: none;
}

.menu-item-48 a, .menu-item-49 a, .menu-item-477 a, .menu-item-50 a, .menu-item-274 a, .menu-item-589 a,
.menu-item-3550 a
{
		color: #94d2b7;
		font-family: Neucha;
		font-size: 24pt;
}

.menu-item-48 a:hover, .menu-item-49 a:hover, .menu-item-477 a:hover, .menu-item-50 a:hover, .menu-item-274 a:hover, .menu-item-589 a:hover, .menu-item-3550 a:hover {
		color: #fbcaba;	
		font-family: Neucha;
	  font-size: 24pt;
}

/* increase font size of navigation menu | #27485722-hc eD */
body:not(.fse-enabled) .main-navigation a {
	font-size: 1.5rem;
}

h3 a,h2 a,h1 a {
	
	font-family: Neucha;
	color: #1c3456;
}

h3 a:link,h2 a:link,h1 a:link {
	
	font-family: Neucha;
	color: #1c3456;
}

h3 a:hover,h2 a:hover,h1 a:hover {
	
	font-family: Neucha;
	color: #fbcaba;
}



h2,h1 {
	
	font-family: Neucha;
	color: #94d2b7;
}

h3 {
	
	font-family: Neucha;
	color: #1c3456;
}

p {
	font-family: Poppins;
	color: #1c3456;
}

p a{
	font-family: Poppins;
	color: #94d2b7;
}

p a:hover{
	font-family: Poppins;
	color: #fbcaba;
}

.wp-block-newspack-blocks-homepage-articles article .entry-title a {
	color: #94d2b7;
}

.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
    color: #fbcaba;
}

li {
	font-family: Poppins;
	color: #1c3456;
}

.site-name {
    display: none;
}

.footerText {
	
	font-family: Neucha;
	color: #1c3456;
}

.footerText a{
	
	font-family: Neucha;
	color: #1c3456;
}

#toggle-menu.button {
    background-color: #fbcaba;
}



.paraChip {
	padding-top:0px;
	padding-bottom:2px;
}

.iconGapper {
margin-right: 30px;
}

.fullBar {
	width: 100%;
	margin-right: 0px;
}

.footer-row-3-center .widget .menu-social-container ul li {
padding-left: 20px !important;
padding-right: 20px !important;
}

.main-navigation #toggle:focus + #toggle-menu { background-color: #fbcaba;}

