
.postbox{
	display: none;
}
span{
	display:none;
}

div#page{
	background-color:aliceblue;
}
a[data-type="footer-credit"]{
	display: none;
}
.edit-post-meta-boxes-area is-advanced
{
	display: none;
	
}
.entry-title{
	display:none;
}

h2{
	color:midnightblue;	
}
/*Home Page*/

/*header top of page*/
.entry-content h2{
	color:midnightblue
	font-size:1.9em;
	font-family:sans-serif;
	font-weight:bolder;
}
.entry-content h1{
	text-align:center;
	font-family:sans-serif;
	font-size:2.8em;
	font-weight:bolder;
}
/*Donate Page*/
div.wp-block-jetpack-button.wp-block-button button{
	font-weight:bold;
	color:black;
	padding:15px;
}
div.wp-block-jetpack-button.wp-block-button{
	text-align:center;
}
input#g64-comment{
	height:180px;
}
/*footer*/
p.has-text-align-left a{
	color:navy;
}
.menu li a{
	color:navy;
	text-decoration:none;
	font-weight:bold;
}
.menu li a:active,
.menu li a:hover{
	color:hotpink;
	padding:1px;
}
.menu{
	margin-left:10px;
}
.menu li{
	margin-top:6px;
}
div.wp-block-column a{
	color:aliceblue;
	text-decoration:none;
}
/*footer address*/
div.wp-block-column p{
	color:midnightblue;
}
/*footer phone number*/
h3.wp-block-heading{
	color:midnightblue;
}
div.wp-block-column{
	text-align:right;
}
/*left paragraph in footer*/

div.custom-footer{
	background:linear-gradient(to left, mintcream 1%,lightskyblue);
}

/*footer nav menu*/
.wrap{
	text-align:center;
	font-size:1.3em;
}
/*top links*/
div.menu-primary-container{
	width:100%;
}

.nav-menu{
	background-color:lightskyblue;
	padding:30px;
}
.nav-menu li{
	margin-left:48px;
}
ul.nav-menu li a{
	color:white;
	font-weight:bolder;
	font-size:1.1em;
}
ul.nav-menu li a:active,
ul.nav-menu li a:hover{
	color:midnightblue;
	padding:2.5px;
	box-shadow:1px 1px 5px 	
		whitesmoke,
		-1px -1px 5px whitesmoke;
}

p{
	color:midnightblue;
	font-weight:bold;
}
.privacy-policy-link{
	display:none;
}
h1.site-title a{
	color:navy;
}
h1.site-title a:active,
h1.site-title a:hover{
	color:firebrick;
}
/*About Us Donate or Volunteer links*/
p.has-text-align-center a{
	text-decoration:none;
	color:navy;
}
p.has-text-align-center a:active,
p.has-text-align-center a:hover{
	color:deeppink;
	border-bottom:2px solid deeppink;
}
h2.wp-block-heading{
	text-align:center;
}
/*Contact Us*/
h2.wp-block-heading a{
	color:darkslategray;
	font-size:.75em;
}
h2.wp-block-heading a:hover{
	color:deeppink;
}
h2.wp-block-heading{
	font-weight:bolder;
	font-size:1.9em;
}
div.wp-block-column.is-layout-flow p a{
	color:black;
}
div.wp-block-jetpack-button.aligncenter button{
	color:black;
	font-weight:bolder;
}
div.wp-block-jetpack-contact-form textarea,div.wp-block-jetpack-contact-form input{
	background-color:white;
}
p.has-medium-font-size a{
	font-weight:normal;
	font-size:1.2em;
}
p.has-text-align-left:hover{
	color:deeppink;
}
/*Volunteer Page*/
/*div.wp-block-jetpack-contact-form{
	display:none;
}*/
/*Blog Page*/
div#comments{
	display:none;
}
div.crowdsignal-forms-vote__items{
	background-color:white;
}

div.crowdsignal-forms-vote__items:hover,div.crowdsignal-forms-vote__items:visited{
	color:navy;
}
div.wp-block-post-date{
	font-style:italic;
	color:magenta;
	margin-bottom:5px;
	font-size:1.2em;
}
div.comment-textarea{
	height:100px;
}
figure.wp-block-image{
	/*transform:scale(.95);*/
	margin-left:150px;
	margin-right:15px;
	margin-bottom:8px;
	
}
figure.wp-block-image img{
	box-shadow:rgb(60,60,60) 4px 4px 7px;
	border-radius:5px;
}
/*images*/
figure.alignright.size-full img{
	box-shadow:rgb(51,51,51) 4px 4px 7px;
	border-radius:5px;	
}
figure.alignleft.size-full img{
	box-shadow:rgb(51,51,51) 4px 4px 7px;
	border-radius:5px;	
}



