/*  Fontset
 *  version 3
 *  Max. Eichen.
 */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:700i,800i,900i,900,600i');

/* @import url('https://fonts.googleapis.com/css?family=Roboto'); */
/*
	@font-face {
		font-family: carWash;
		src: url(../fonts/carWash.ttf);
	}
*/
@font-face {
  font-family: 'Nunito Sans', sans-serif;
  /* src: url(../fonts/Roboto.ttf); */
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

body {
  text-align: center;
  font-family: 'Nunito Sans', sans-serif, Arial;
  font-weight: 800;
  font-style: italic;
  font-size: 100%;
  color: white;
}

a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a:active {
  opacity: .5;
}
