html,body{width: 100%;height: 100%;}
body{
	margin:0;
	color: #fff;
	font-family: 'Mont ExtraLight DEMO';
	font-size: 18px;
}
a{
	color: #fff;
}
.cnt,.mobile-cnt{
	background-color: rgba(14,46,52,0.8);
	padding: 50px;
}
.mobile-cnt{
	padding: 30px;
	overflow: scroll;
	height: 100%;
}
.cnt > div, 
.cnt > div > div{
	height: 100%;
}
.big-text{
	font-size: 1.25em;
}
.big-block{
	margin-top: 60px;
}
@media(min-width: 1300px){
	
	.container{
		width:  80%;
	}
}
@media(max-width: 991px){
	.cnt{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
	.cnt .full-cell{
		text-align: center!important;
	}
	.cnt > div > div:not(:first-child){
		margin-top: 30px;
	}
}

@media(max-width: 500px){
	.img-responsive{
		width: 200px;
		margin:  auto;
	}
}
@media(min-width: 992px){
	.cnt{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 300px;
	}
	.logo{
		background-image: url(img/logo.png);
		background-repeat:  no-repeat;
		background-position:  center;
		background-size:  contain;
		width: 100%;
		height: 100%;
	}
}