
.parallax {
    background-image: url("../img/banner.jpg");
    height: 60vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 100px;
}
