@charset "utf-8";
html, body, header {
  height: 100%;
  font-family: Ubuntu;
font-style: normal;
}
.jumbotron {
  background-image: url("images/house.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
h1 {
	color: #fff;
	font-size: 64px;
}
p {
	color: #fff;
	font-size: 24px;
}