.hc-mobile-logo {
  max-width: 132px;
  margin: 0 auto;
}
.uk-navbar-toggle { z-index: 100; }

.uk-navbar-center { z-index: 0!important; }

.hc-frontpage .hide-on-frontpage {
  display: none;
}

/* Spining visual frontpage */
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

blockquote p::before  {
  content: open-quote;
}
blockquote p::after { 
  content: close-quote;
}
 
a.el-content.uk-button.uk-button-primary {
  z-index: 100; 
}

@media only screen and (max-width: 960px) {
    .uk-navbar-center { display: none !important;}
}

