h1{
	font-size:180px !important;
}
.hg{
	height: 100vh; /* Fallback for browsers that do not support Custom Properties */
	height: calc(var(--vh, 1vh) * 100);
}
.hlt{
	color:#ff3366 !important;
}
.hlt2{
	color:#52514e !important;
}
.ml-30 {
    margin-left: 30px;
    margin-top: 30px;
}
.oit-copyright-left p{
	font-family: "Space Grotesk", sans-serif !important;
}
.oit-footer-2-widget-social a {
	font-size: 200%;
}
.oit-footer-2-widget-social a:hover {
	color:#ff3366 !important;
	font-size: 190%;
}
.social-foot{
	text-align: center!important;
}

@media (max-width: 1199px) {
	h1{
		font-size:110px !important;
	}
	.no-mobile {
		opacity:0 !important;
	}
	.d-sm-inline-flex {
		display: none !important;
	}
	.social-foot{
		text-align: center!important;
	}
}