@import url('https://fonts.googleapis.com/css?family=Orbitron|Lato');

* {
  font-family: 'Lato', sans-serif;
}

html, body {
  scroll-behavior: smooth;
  height: 100%;
  }

.center-cropped {
  background-position: center center;
  background-repeat: no-repeat;
  }
  
.logo {
  font-family: 'Orbitron', sans-serif;
  font-weight: 500;
  }
  
.logo-colour {
  color: #336699 !important;
}
