body
{
	background-color:black;
}

header
{
	position: relative;
	top:-4em;
}

h2
{
	text-align: center;
	font-size: 5em;
	color:#ce0000;
	font-family: 'Girassol';
  	font-style: normal;
  	font-weight: 400;
	
}

p.subtitle
{
	text-align:center;

}

span.subtitle
{
	color:#ce0000;
	background-color:#303030;
	text-align:center;
	font-size: 2.5em;
	font-family: 'Great Vibes';
  	font-style: normal;
  	font-weight: 400;
}

footer{
  color:red;
  position: absolute;
  bottom:1em;
  right:1em;
}

img.centered
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -7em;
}

/* great-vibes-regular - latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/great-vibes-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Great Vibes'), local('GreatVibes-Regular'),
       url('../fonts/great-vibes-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/great-vibes-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/great-vibes-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/great-vibes-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/great-vibes-v7-latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}

/* girassol-regular - latin */
@font-face {
  font-family: 'Girassol';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/girassol-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Girassol Regular'), local('Girassol-Regular'),
       url('../fonts/girassol-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/girassol-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/girassol-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/girassol-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/girassol-v1-latin-regular.svg#Girassol') format('svg'); /* Legacy iOS */
}
