body {
  Xbackground-image: url(/images/splashfade-light.png) !important;
  Xbackground-repeat: no-repeat !important;
  Xbackground-position: center top !important;
  background-color: #F3F3F3;
  color: #000;
}

#main {
 background-color: #F3F3F3;
 background-color: inherit;
}

#footer{
    background-color: #000;
}

#footer a {
    color: #CCC;
}


.btn-success {
    background-color: #03ac13 !important;
    background-color: #6Cbb3c !important;
    background-color: #799c58 !important;
    background-color: #39ac20 !important;
 
    border-radius: 0 0 8px 0;
    padding: 10px 20px;
}

.highlightrow {
    background-color: #b9fd50 !important;
    color: #000 !important;
}

.btn-primary {
    background-color: #390d50;
    border-color: #390d50;
    color: #FFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background-color: #390d50;
    border-color: #390d50;
    color: #FFF;
    filter: brightness(115%);
}
.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(57, 13, 80, .5);
}

.btn-secondary {
    background: none;
    border: 1px solid #000;
    color: #000;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
    background: none;
    border: 1px solid #000;
    color: #000;
    filter: brightness(115%);
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .15);
}



.eventCard {
 color: #333;
}

.eventCard .title {
 color: #000;
}
.eventCard .title a{
	color: #000;
}
.eventCard .action {
	background-color: #666;
}
.eventCard .action a {
	color: #FFF !important;
}

.navbar .nav-link {
  color: #000;
}

.navbar .nav-link:hover {
  color: #444;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.navbar .nav-item {
 color: #000;
}

.navbar .nav-item > .btn-primary {
 color: #FFF;
}

.navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.subdomain .navbar {
    background-color: #FFF;
}

.navbar a {
 color: #000;
 text-decoration: none;
}




.colorButton {
    background-color: #390d50 !important;
    color: #000 !important;
    font-weight: bold !important;
}

.colorText, colorText a {
    color: #390d50 !important;
    font-weight: bold !important;
}

.secondaryBackground {
    background-color: #2c2449;
    color: #FFF;
}

.pod {
 background-color: #FFF;
}

.pod-header {
 background-color: #CCC;
}

.pod-main {
 border-color: #CCC !important;
}

a{
 text-decoration: none; 
}


.PostBody a {
 color: #000;
}
