@import 'bootstrap.min.css';

.root {
	background: url('../img/background.jpg');
	background-repeat: no-repeat !important;
	background-position: 50% 0 !important;
	background-size: cover !important;
	position: relative;
	width: 100%;
	height: 1080px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    z-index: 0;
}