/* ---------- Color Module Styles ----------- */


/* ------  background Colord .bg- ---*/

#navbar-top {
background: #055a8e;
}

.bg-orange{
  background:orange;
}

.bg-default{
  background: transparent;
}


.pallet{
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 15px;
}
.bg-default{
  background: transparent;
}
.bg-pink{
  background: #E2A76F;
}
.bg-green{
  background:#3EA99F;
}
.bg-lightyellow{
background:lightyellow;
}
.bg-darkblue{
background:#357EC7;
}
.bg-purple{
	background:#CF9FCF;
}
.bg-grey{
	background:#C7CED4;
	}

.bg-crimson{
  background:crimson;
  }

/* -- Text  --*/

.text-orange{
  color:orange;
}

.text-default{
  color: transparent;
}


.text-default{
  color: transparent;
}
.text-pink{
  color: #E2A76F;
}
.text-green{
  color:#3EA99F;
}
.text-lightyellow{
color:lightyellow;
}
.text-darkblue{
color:#357EC7;
}
.text-purple{
  color:#CF9FCF;
}
.text-grey{
  color:#C7CED4;
  }

.text-crimson{
  background:crimson;
  }
  
