.h-300{
	height:300px;
}
.h-400{
	height:400px;
}

.mask{
	background:rgba(33,33,33,.8);
	width:100%;
	height:100%;	
}

.custom-logo{
	font-size:100px;
	font-weight: bold;
}

.text-center{
	text-align: center;
}

button{
	background: none;
	border:none;
	cursor: pointer;
	outline: none !important;
}

a.btn.border-white{
	border-width: 4px;
	border-radius: 6px;
	min-width: 150px;
}