/* Custom CSS */

.text-yellow{color:#fbc105 !important;}
.bg-yellow{background-color:#fbc105 !important;}
.custom-el-pos-1 {top: 0;}
.custom-btn-1{
	background-color: #121212;
	width: 150px;
	height: 150px;
	line-height: 150px;
}
.social-icons li:hover.social-icons-instagram a {background: #fbc105 !important;}
.card-custom{
	position: relative;
	border: 1.8px solid rgba(0, 0, 0, 1) !important;
    padding: 12px;
	background: transparent;
}
.card-custom .card-body{height: 165px;}


@media (min-width:320px) and (max-width:767.98px) {
	.text-center-m{text-align: center !important;}
}