/* CSS Document */
@font-face {
	font-family: "Ginto";
	src: url("fonts/ABCGintoRoundedNordCondensed-Medium.woff") format("woff"), 
  url("fonts/ABCGintoRoundedNordCondensed-Medium.woff2") format("woff2"), 
  url("fonts/ABCGintoRoundedNordCondensed-Medium.otf") format("opentype");
	font-style: normal
}

#header {
  padding: 5px 15px 5px 15px;
  text-align: right;
  color:#FFFFFF;
  background: #000000;
}
.pointer {
  cursor:pointer;
}
.spacer-30 {
  height: 30px;
}
.spacer-60 {
  height: 60px;
}
.spacer-90 {
  height: 90px;
}
h1 {
  font-size:32px !important; 
  font-weight: bold !important;
  color: #222222 !important;
}
