html {
   min-height: 100%;
   background-image: url(../img/istock-875722302-1920.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}
body {
	color: #fff;
	text-align: center;
	padding: 20px;
	font-family: sans-serif;
}

h1	{ font-size: 36px; line-height: 42px; }
h2	{ font-size: 24px; line-height: 36px; }
p	{ font-size: 18px; line-height: 24px; }

a		{ color: #ffffff; }
a:hover	{ color: #4c7bb2; }
/*
@media only screen and (max-width: 767px) {
  html {
     background-image: url(smaller-image.jpg);
  }
}
*/