html {
  font-size: 100%;
  min-height: 100%;
}

body {
	background-image: url('../images/FHNB-bg-opt.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000000;
  color: #ffffff;
  font-size: 0.75em;
}

ul {
  list-style-type: disc; /* default HTML ul marker */
}

h1 { font-size: 3em; font-family: BebasNeueRegular; margin: 0; }
h2 { font-size: 2.25em; font-family: BebasNeueRegular; margin-top: 0.5em; }

/* fixes FF input button text alignment issue */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: -2px 0;
}