h1 {
  font-family: 'Spirax', cursive;
	font-size: 2.5em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 2px;
	color: white;
}

h2 {
	font-family: 'arial', serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	    letter-spacing: 3px;

	color: black;
}

h3 {
  font-family: 'Fondamento', cursive;
	font-size: 1.2em;
	font-style: bold;
	font-variant: normal;
	font-weight: 700;
	    letter-spacing: 2px;
	line-height: .1em;
}

h4 {
  font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	    letter-spacing: 3px;
	color: black;
}

p {
  font-family: 'Gentium Book Basic', serif;
  font-size: 22px;
  color: white;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	letter-spacing: 3px;
  text-shadow: 2px 2px black;
}

a {
  color: red;
   text-decoration: none;
}

a:hover {
    color: red;
}

