/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
	color: rgba(255, 255, 255, 0.75);
  background: #343a40 !important;
  padding: 20px 0;
  margin: 0 !important;
  position: relative;
  bottom: 0;
  width: 100%;
  font-size: small;
}

@media all and (max-device-width:991px) {

}

@media all and (min-device-width:992px) {

}


