/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

.jupiterx-header .jupiterx-site-navbar .jupiterx-navbar-brand-img {
   max-width: 100px;
   height: auto;
   margin-left: 50px;
}

ul#menu-main-menu {
   background: #ca3333;
   padding: 7px;
}

ul#menu-main-menu li {
    padding: 0 10px;
}

ul#menu-main-menu li a {
    color: #fff;
	text-transform: uppercase;
}

#menu-main-menu .dropdown-menu {
    background-color: #ca3333;
}

#menu-main-menu .dropdown-item.active, .dropdown-item:active {
    background: #951c27;
}

#menu-main-menu .dropdown-item:hover, .dropdown-item:focus {
    text-decoration: none;
    background: #ca3333;
	color:#f6f6f6;
}

#frontSlider .raven-slide-heading {
    background: #333;
    padding: 25px;
}

#frontSlider .raven-slide-heading  {
	font-family: Work Sans;
    font-size: 55px;
    padding: 10px 25px 15px;
    line-height: 1;
    background:rgb(28 37 65);
    color: #c9c9c9;
	font-weight: 700;
    text-align: center;
}

#frontSlider .raven-slide-description {
    font-size: 25px;
    padding: 10px 15px;
    text-align: center;
    background: rgba(201 201 201/50%);
    color: rgb(28 37 65);
    font-weight: 600;
}


section#frontAbout{
	padding: 60px 10px 0;
    max-width: 800px;
    margin: auto;
}

section#frontAnnounce,
section#frontEvents{
	padding: 60px 10px 0px;
    max-width: 800px;
    margin: auto;
}

section#frontAnnounce,
section#frontEvents{
	text-align:center;
}

.aboutImg img{
    margin-bottom: 30px;
}

#frontAbout h2,
section#frontAnnounce h2,
section#frontEvents h2{
	text-align:center;
	margin-bottom: 25px;
}

#frontButton{
	text-align: center;
	margin: 0 0 40px 0;
}

#frontButton1{
	text-align: center;
	margin: 50px 0;
}

#frontButton1 .raven-button, 
#frontButton .raven-button {
    background-color: #ca3333 ;
    color: #fff;
	font-weight: bold;
}

section#frontHead h2,
#announceHead h2{
	text-align: center;
    padding: 25px 0;
    font-size: 2.25em;
    background: #e86161;
    color: #f3f3f3;
    font-weight: 700;
    vertical-align: middle;
}

span.lightFont {
    font-size: 0.5em;
    font-weight: 300;
}

#frontMem{
	background:#fce3e4;
}

section#frontMem .elementor-widget-wrap {
    padding: 0;
}

.memBlock {
    text-align: center;
}

.memName {
    font-size: 1.15em;
	color: #9d2a2a;
}

.memTitle h2{
    font-size: 1.25em;
    color: #9d2a2a;
    padding: 40px 0 0;
    font-weight: 600;
    margin: 0;
}

section#frontAnnounce h1,
section#frontEvents h1{
    font-size: 1.75em;
    font-weight: 700;
	margin-bottom: 30px;
}

div#nav_menu-3,
div#nav_menu-6,
div#nav_menu-7{
    border-left: 2px solid #8bd7d2 ;
}

ul#menu-footer1,
ul#menu-footer2,
ul#menu-footer3{
    margin-left: 35px;
}


/* Office Bearers */

.offBlock .offLeft,.offBlock .offRight {
   display: inline-block;
    vertical-align: top;
}

.memPic img {
    margin: 0 25px 0 0;
}

section#obBlock h2{
    background: #395b7c;
    padding: 15px;
    color: #e7e7e7;
    text-align: center;
	margin-bottom: 20px;
}

section#obBlock h1{
    background: #395b7c;
    padding: 15px;
    color:#e7e7e7;
    text-align: center;
	margin-bottom: 20px;
	font-size: 1.5em;
    font-weight: 700;
	border-top: 7px solid #ad7251;
}

section#obBlock {
    margin: 30px 0;
}

strong, bold{
color: #9d2a2a;
font-weight: 700;

}


section#obBlock .memName{
    font-size: 1em;
    color: #9d2a2a;
font-weight: 700;
    margin: 0 0 7px 0;
}

section#memRow {
    margin: 0 0 25px;
}

section#slfUpdate {
    text-align: center;
}

h1.jupiterx-main-header-post-title {
    text-align: center;
}

input.formWidth, textarea.formWidth {
    width: 100%;
	padding: 10px;
	margin-top:10px;
}

input.formSubmit {
    background: #ca3333;
    padding: 5px 10px;
    color: #fff;
	border: none;
}

@media (min-width: 500px)
.navbar-expand-md .navbar-toggler {
    display: none;
}