body,
html {
	height: 100%;
	margin: 0;
	font: 400 15px/1.8 "Lato", sans-serif;
	color: #777;
}

.landing-bg {
	background-image: url("../img/img_parallax.jpg");
	height: 100vh;
	background-size: cover;
}

.slider-contents {
	width: 100%;
	margin: auto;
	position: relative;
	height: 100vh;
}

.brand-wrap {
	padding-top: 50px;
}

.slider-img-1 {
	position: absolute;
	bottom: 20px;
}

.slider-img-2 {
	position: absolute;
	right: 60px;
	bottom: 0px;
}

.scan-and-order {
	width: 100%;
	padding-top: 20px;
}

.slider-items {
	height: 100vh;
}

nav.navbar {
	position: absolute;
	width: 100%;
	background-color: transparent;
}