.toggle-bars {
	width: 34px;
	height: 34px;
	object-fit: cover;
}
.navbar-light .brand-logo {
	width: 150px;
}
@media (max-width: 576px) {
	.navbar-light .navbar-nav {
		padding-left: 12px;
	} 
}

.navbar-light .navbar-nav .nav-link {
	font-weight: 700;
	color: #0c3653;
	font-size: 22px;
	padding-right: 22px;
}
@media (max-width: 576px) {
	#navbarContent {
		position: absolute;
		top: 70px;
		width: 100%;
		background-color: #fff;
		z-index: 9999;
	}
}

@media only screen and (max-width: 480px) {
	.navbar {
		padding: 0 !important;
	}
}
body {
	font-family: 'Nunito', sans-serif;
}
.influ-mark-btn {
    background-color: #ff3e6c;
    padding: 9px 29px;
    border: none;
    border: #ff3e6c;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-left: 14px;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 800;
	color: #0c3653;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 20px;
  }