/* === custom.css === */ 
/* === Parish website administrators may include === */
/* === custom css updates for their website in the space below. === */

/*Dropdown Menus*/
header nav .dropdown-menu.show { width: 15vw; max-width: 20vw; box-shadow: 1px 1px 1px #555; } 
header nav .dropdown-menu ul li a.nav-link.p-3 { width: 100%; padding: .675rem .675rem .675rem 1.25rem !important; }

/*PayPal Styles*/
form input[type=image] { border: none; max-width: 250px; padding: 3%;  }

/*Reduce Spacing Below Slider*/
.pt-5, .py-5 { padding-top: 1.8rem!important; }

/*Staff Listing Image*/
.staff-listing.media { display: block; }

/*News Images*/
.news-image-left-25, .news-image-left-50 { border: none; }

/*Reduce Spacing In Online Chapel Title*/
h3.prayer_corner_title { margin: 0 0 2% 0; clear: both; }

/*Lower Header Icon*/
@media (min-width: 768px) {
   #site-logo { top: -32px; }
}

/*Corrects Email Form Button Width*/
#EmailForm .button { width: 200px; }

/* Information Cards Text Line Height */
.card-text { line-height: normal; }

