.rah-background-dark-grey {
	background-color: #1c1c1a !important; 
}
.rah-background-light-dark-grey {
	background-color: #20201e !important; 
}

.rah-background-light-white {
	background-color: #f2f2f2 !important;
}
.rah-background-white {
	background-color: #FFFFFF !important;
}
.rah-background-green {
	background-color: #4aa932;
}
.rah-background-yellow {
	background-color: #ffc107;
}


.rah-text-yellow {
	color: #ffc107;
}
.rah-text-white {
	color: #FFFFFF;
}
.rah-text-blue {
	color: #0d6efd;
}
.rah-text-green {
	color: #4aa932;
}
.rah-text-black {
	color: #212529;
}



.rah-fs-big {
	font-size: 3.2rem;
}

.rah-fs-bigger {
	font-size: 4rem;
}


.rah-text-underline-light {
	text-decoration-color: #c7c3b9 !important;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}


.image-bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.blured {
	filter: blur(8px);
}
