.Zondimo {
    font-size: 15px;
    text-transform: uppercase;
}
.dark-green{
	color: #00c853;
}
.mr-1{
	  margin-right: 16px;
}
.login{
	 font-size: 16px;
    color: white;
}


.main-section{
	background-color: #303030;
	padding: 45px;
}
.main-footer{
	    background: #404040;
}
.main-img img {
    width: 100%;
    height: 260px;
}
.jics{
	background: #424242;
    padding: 1rem;
}
.dark-green-bg{
	background-color: #00c853;
}
.btn-primary{
	background-color:#00c853;
	border:none;
}
.btn-light {
    background-color: #616161;
    border: none;
    font-size: 13px;
    padding: 7px 12px;
}
.jics h3{
	font-size: 17px;
}
.login-button:hover{
	background-color: #1d3527;
	border-radius: inherit;
}
a {
    color: #00c853;
    }
.See-Artist{
	 border-radius: inherit;
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0,0,0,.87);
}
.sidebar-toggler{
	font-size: 20px;
	margin-top: 5px;
}
.hero-img {
    background-image: url(../img/1.jpg);
    height: 380px;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
}
.bg-dark-black{
	background-color: #303030;
}
.Detail-section img{
	width: 70px;
	height: 70px;
}
.Detail-section img {
    border-radius: 100%;
    object-fit: cover;
    width: 80px;
    height: 80px;
}
.navbar-nav{
	display: block !important;
}

.navbar-nav img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}