/* CSS Document */
body {
  margin: 0;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  background-color: #000000; 
    position: relative;
    /*padding-top: 70px;*/
  
}




/*****NAVBAR*****/

.navbar-dark {
    background-color: #000000;
}
/* change the brand and text color */
.navbar-dark .navbar-brand,
.navbar-dark .navbar-text,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #ffffff;
    /*padding: 0.8rem 1rem;*/
}
/* change the link color and add padding for height */
.navbar-dark .navbar-nav .nav-link {
    color: #747474;
    /*padding: 1rem 1rem;*/
}
/* change the color of active or hovered links */
.navbar-dark .nav-item.active .nav-link,
.navbar-dark .nav-item:hover .nav-link {
    color: #ffffff;
    /* background-color: #ffffff; add background-color to active links */
}


/* change the brand and text color */
/*.navbar-dark .navbar-brand,
.navbar-dark .navbar-text {
    color: rgba(255,255,255,.8);
}*/

/* change the link color */
.navbar-dark .navbar-nav .nav-link {
    color: #747474;
}

/* change the color of active or hovered links */
.navbar-dark .nav-item.active .nav-link,
.navbar-dark .nav-item:hover .nav-link {
    color: #ffffff;
}

/* for dropdown only - change the color of dropdown */
.navbar-dark .dropdown-menu {
    background-color: #000000;
}
.navbar-dark .dropdown-item {
    color: #747474;
}
.navbar-dark .dropdown-item:hover,
.navbar-dark .dropdown-item:focus {
    color: #ffffff;
    background-color: #000000;
}

.bg-dark {
  background-color: #000000 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #000000 !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 



/*.bg-light {
  background-color: #ffffff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ffffff !important;
}*/

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon2 span {
background: #000000;
}
.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}


hr.bigW{	
  margin-top:-10px;
  border-top: 4px solid #ffffff;
  border-radius: 4px;
}  


/******cards******/
.card-body {
   background-color: #000000;
   color: #ffffff;
}

/******nav-tabs 4 artists******/

.nav-link {
  color: #fff;
  background-color: #000000;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #000000;
  border-color: #dee2e6 #dee2e6 #fff;
}

.footer{
	color: #474747;
}
.footer a{
	color: #474747;
	text-decoration:underline;
}

.footer a:hover{
	color: #175550;
}
