.centered1 {
	font-size: 6vw;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.centered2 {
	font-size: 3vw;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top-padding {
	padding-top: 20px;
	padding-bottom: 20px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
	padding-right: 0px;
	padding-left: 0px;
}

.mask:after {
	content: '';  position: absolute;  background: rgba(277, 277, 277, 0.6);  border-radius: 5px;  top: 0;  right: 0;  bottom: 0;  left: 0;
	}

.footer {
    
    z-index: 1030;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}