@font-face {
	font-family: 'allentus';
	src: url('BEBAS__.TTF') format('truetype');
}
* {
	color: #fff;
}

html,
body,
.view {
	height: 100%;
	font-family: 'Ubuntu', sans-serif;
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	display: flex;
	align-items: center;
}

.container {
	max-height: 100%;
}

div img {
	-webkit-transform: scale(0.7);
	-webkit-transition: 0.5s ease-in-out;
}

.view {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: auto;
}

.jumbotron {
    background: none;
    background-color: rgba(2, 2, 2, 0.70);
    margin-right: auto;
    margin-left: auto;
}