html,
body
{
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  background: url(home.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1{
    font-size: 3rem;
    color: black;
    padding-left:6em;


}
p{
    padding-left: 16em;
}
.buffer{
    height: 20rem;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.btn{
	font-weight: 700;
	border-radius: 300px;
	text-transform: uppercase;

}
.btn-primary{
	background-color: black;
    border-color: aliceblue;

}
.btn-xl{
	padding:1rem 3rem;

}
a{
    color: whitesmoke;
}