body {
	background: url("../img/eric-thoener-wand.jpg") no-repeat top right fixed;
	background-size: cover;
	background-color: #fff;
	overflow-x: hidden;
}
h1 {
	margin-top: 100px;
   color: rgb(247,161,46);
}
h2 {
	margin-right: 20px;
}
.footer {
	position: absolute;
	bottom: 30px;
	right: 0;
	display: block;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	background-color: rgba(255, 255,255, 0.7);
}
p {
	font-size: 1em;
	margin-top: 20px;
}
.btn-primary {
    background-color: rgb(247,161,46);
    border: none;
}
