html body {
    color: #232639 !important;
}

h5, h4, h3, h2 {
  text-transform: none !important;
}

header.full-header .header-body {
    background: rgba(255, 255, 255, 0.7) !important;
}

.social-icons {
    color: #ffffff !important;
}

.church .custom-thumb-info-2 .thumb-info-caption {
    margin: -50px auto 0 !important;
    z-index: 1;
}

/* Mobile first - up to 768px wide */
 #lsdt {
 	visibility: hidden;
    display: none;
 }

 #lsmbl {
	visibility: visible;
    display: block;
 }
 
/* Tablet targetted size */
@media screen and (min-width:768px) and (max-width:900px) {

 #lsdt {
 	visibility: hidden;
    display: none;
 }

 #lsmbl {
	visibility: visible;
    display: block;
 }

}

/* Desktop size */
@media screen and (min-width:900px) {

  #lsdt {
 	visibility: visible;
    display: block;
 }

 #lsmbl {
	visibility: hidden;
    display: none;
 }

}






