html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.title-dark {
    
}

/* Style override */
#preloader {
    background: linear-gradient(to top left, #ff6561 0%, #e51b15 100%);
}

.footer {
    padding-top: 0px;
    padding-bottom: 30px;
    background: #212121;
}
/* Style override end */