#header {
	width: 100%;
	height: 100vh;
	padding-top: 80px;
}
@media only screen and (max-width: 992px) {
	#header {
		height: auto;
	}
}
#header .jumbotron {
	padding: 2rem;
}
#header .slideshow {
	width: 400px;
}
@media only screen and (max-width: 992px) {
	#header .slideshow {
		width: 100%;
	}
}
#header .slideshow .slide {
	
}
#header .slideshow .slide-arrow {
    position: absolute;
	top: 50%;
	z-index: 5;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f0b310;
}
#header .slideshow .slide-arrow:hover {
    color: #b6890c;
}
#header .slideshow .slide-arrow.prev {
    left: -2rem;
}
#header .slideshow .slide-arrow.next {
    right: -2rem;
}

#contact {
	width: 100%;
	height: 100vh;
}
@media only screen and (max-width: 992px), (orientation: portrait) {
	#contact {
		height: auto;
	}
}