html, body, h1, h2, h3, h4, h5, h6 {
  font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
}


/* whole screen image */

html, body {
	font-size:16px;
	height: 100%;
}

.bg {
  /* The image used */
  background-image: url("../images/bg.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}