/* Food Story — custom overrides */
.logo { margin-top: 60px; }
body { background-color: #000000; color: #000000; font-size: 13px; }
#st-menu ul { padding-top: 0; padding-bottom: 0; }
#main-container .content-column { max-width: 720px; padding: 80px; }

/* Loader animation */
.st-progress.active::before {
  -webkit-animation: loader 4000ms linear none normal;
  animation: loader 4000ms linear none normal;
}

@keyframes loader {
  0% { width: 0; }
  100% { width: 100%; }
}

@-webkit-keyframes loader {
  0% { width: 0; }
  100% { width: 100%; }
}

/* IE conditional hacks — ignored by modern browsers */
