#page {
}

#masthead {
	background-image:url("https://spiritmin.org/wp-content/uploads/2023/08/header-bg_ocean.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:0px !important;
}

/* removing space btw header and content area */
#main, site-header, .content-area {
	padding-top:0 !important;
	margin-top:0 !important;
}

#post-246 .wp-block-group {
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.site-header-wrap {
	display: block;
}

/* moving site title and logo 30 px to the right */
/* .site-title, .site-description, .site-logo {
	margin-left:0px !important;
} */

/* changing main menu background color */
.main-menu {
/* 		background-color:darkblue; */
}

/* all buttons across site */
.has-secondary-background-color {
	background-color: #007AB7
 !important;
}


/* 
changing main menu item bg color on hover */
.main-menu .menu-item:hover a {
	background: darkblue !important;
}

/* changing main menu font fize */
.main-menu .menu-item a {
    font-size: .8rem !important;
    font-weight: bold;
/* 	background-color:red; */
}

/* hiding page entry titles */
.page .entry-title {
display: none;
}


/* home page carouel styles */
.home-carousel=bg {
	background-color:#f8f8f8;
}

/* home page announcement heading */

div[data-current-post-id="246"] a {
	color:black;
	text-decoration:underline;
}

div[data-current-post-id="246"] a:hover {
	color:#007ab7;
}

/* program and workshops card styles */

.image-card:hover {
	  box-shadow: 0 0 15px rgba(33,33,33,.2); 

}

/* programs and workshops return butttons styles, not working */

.return-button {
	border-bottom:0 !important;
}
-----------------------
/* footer styles*/

#colophon {
	background:#303030;
}

.site-footer {
	max-width:100% !important;
}

/* adding width to widget area */
#block-16 {
	width: 100% !important;
}

/* removing padding from footer widget area */
.wp-block-group {
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.entry-header, .entry-title {
	padding:0;
	margin:0;
}

