
.body>#footer .copyright {
    color: #fff !important;
}

h3, h2 {
  text-transform: none !important;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 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;
 }

}

/* Reduce Footer Size */
body > #footer {
    padding-top: 0;
}
.body > #footer .footer-copyright {
    padding-top: 0px; margin-top: 0;
}



