@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Scrollbar mobile fix. This forces the scrollbar to dissappear for everything
   smaller than the $tablet mixin. */
.scrollbar-container {
  padding: 1px; }
  @media screen and (max-width: 768px) {
    .scrollbar-container {
      position: relative !important; } }
