.bg-dark {
	--tw-bg-opacity: 1;
    background-color: rgb(19 19 19 / var(--tw-bg-opacity));
}

.bg-pink {
    background-color: rgb(227, 11, 92) !important;
}

.text-pink{
    color: rgb(227, 11, 92) !important;
}

.svg path {
    fill: rgb(227, 11, 92);
}

.social path {
    fill: rgb(225, 225, 225);
}

.hover\:bg-dark:hover {
    background-color: rgb(19, 19, 19) !important;
}

.hover\:text-dark:hover, .hover\:text-dark path:hover {
    color: rgb(19, 19, 19) !important;
}

.hover:text-yellow-700 {
	color: #f59e0b;
}

.hover\:text-pink:hover{
    color: rgb(227, 11, 92) !important;
}

.h-50 {
	height: 50vh;
}

.h-75 {
    height: 60vh;
}

@media (min-width: 768px){
.md\:columns-3 {
    columns: 3;
}

}