/*
 * Base structure
 */

body {
  background: #fff;
  background-image: url('bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .4);
}

h4 {
	color:#fff;
	font-weight: 300;
}
