.yc-blue{
	color:          #fff!important;
	background:     #00adef!important;
}
.yc-hover-blue:hover{
	color: #fff!important;
	background-color: #00adef!important;
}

.yc-green{
	color:          rgb(0,0,0)!important;
	background:     #86bd3c!important;
}
.yc-hover-blue:hover{
	color: rgb(0,0,0)!important;
	background-color: #86bd3c!important;
}


.yc-text-blue{
	color: #00adef!important;
}

.yc-text-green{
	color: #86bd3c!important;
}

.yc-hover-green:hover{
	color:rgb(0,0,0)!important;
	background-color:#86bd3c!important
}
.w3-ul li {
	border-bottom: 0px!important;
}

.w3-padding-256{
	padding-top:256px!important;
	padding-bottom:256px!important
}

.w3-d-block {
	display: block;
}

.fireEffect{color:black; background:#fffbce;}

.ddropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.ddropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}
.ddropdown {
  position: relative;
  display: inline-block;
}
.ddropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.ddropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.ddropdown a:hover {background-color: #ddd;}
