/* RGBA Colors from http://mdbootstrap.com/css/colors/#rgba-colors */

.paragraph--color--rgba-blue-light {
  background-color: rgba(0, 155, 255, 1);
}

.paragraph--color--rgba-red-light {
  background-color: rgba(244, 67, 54, 0.3);
}

.paragraph--color--rgba-pink-light {
  background-color: rgba(240, 50, 145, 1);/*#f03291*/
}

.paragraph--color--rgba-purple-light {
  background-color: rgba(128, 0, 128, 1);/*#800080*/
}

.paragraph--color--rgba-indigo-light {
  background-color: rgba(63, 81, 181, 0.3);
}

.paragraph--color--rgba-cyan-light {
  background-color: rgba(0, 171, 242, 1);
}

.paragraph--color--rgba-teal-light {
  background-color: rgba(0, 150, 136, 0.3);
}

.paragraph--color--rgba-green-light {
  background-color: rgba(76, 175, 80, 0.3);
}

.paragraph--color--rgba-lime-light,.paragraph--color--rgba-lemon-light {
  background-color: rgba(215, 225, 0, 1);/*#D7E100*/
}

.paragraph--color--rgba-yellow-light {
  background-color: rgba(255, 236, 25, 1);
}

.paragraph--color--rgba-orange-light {
  background-color: rgba(255, 152, 0, 0.3);
}

.paragraph--color--rgba-brown-light {
  background-color: rgba(121, 85, 72, 0.3);
}

.paragraph--color--rgba-grey-light {
  background-color: rgba(234, 235, 237, 1);/*#eaebed*/
}
.paragraph--color--rgba-grey-lighter {
  background-color: rgba(240, 241, 242, 1);/*#f0f1f2*/
}
.paragraph--color--rgba-bluegrey-light {
  background-color: rgba(96, 125, 139, 0.3);
}

.paragraph--color--rgba-black-light {
  background-color: rgba(0, 0, 0, 0.3);
}

.paragraph--color--rgba-stylish-light {
  background-color: rgba(62, 69, 81, 0.3);
}

.paragraph--color--rgba-white-light {
  background-color: rgba(255, 255, 255, 0.3);
}

.paragraph--color--rgba-blue-strong,.paragraph--color--rgba-darkblue-strong {
  background-color: rgba(35, 35, 125, 1);/*#23237D*/
}

.paragraph--color--rgba-red-strong {
  background-color: rgba(225, 10, 20, 1);
}

.paragraph--color--rgba-pink-strong {
  background-color: rgba(233, 30, 99, 0.7);
}

.paragraph--color--rgba-purple-strong {
  background-color: rgba(120, 45, 130, 1);/*#782D82*/
}

.paragraph--color--rgba-indigo-strong {
  background-color: rgba(63, 81, 181, 0.7);
}

.paragraph--color--rgba-cyan-strong {
  background-color: rgba(0, 188, 212, 0.7);
}

.paragraph--color--rgba-teal-strong {
  background-color: rgba(0, 155, 155, 1);
}

.paragraph--color--rgba-green-strong {
  background-color: rgba(76, 175, 80, 0.7);
}

.paragraph--color--rgba-lime-strong {
  background-color: rgba(205, 220, 57, 0.7);
}

.paragraph--color--rgba-yellow-strong {
  background-color: rgba(251, 236, 23, 1);
}

.paragraph--color--rgba-orange-strong,.paragraph--color--rgba-aprikose-strong {
  background-color: rgba(250 , 155 , 0 , 1);
}

.paragraph--color--rgba-brown-strong {
  background-color: rgba(121, 85, 72, 0.7);
}

.paragraph--color--rgba-grey-strong,.paragraph--color--rgba-lightgrey-strong {
background-color: rgba(234, 235, 237, 1);/*#eaebed*/

}
.paragraph--color--text-lightgrey{
  color: rgba(183, 189, 193, 0.8); /*#b7bdc1*/
}

.paragraph--color--rgba-bluegrey-strong {
  background-color: rgba(96, 125, 139, 0.7);
}

.paragraph--color--rgba-black-strong {
  background-color: rgba(0, 0, 0, 0.7);
}

.paragraph--color--rgba-stylish-strong {
  background-color: rgba(62, 69, 81, 0.7);
}

.paragraph--color--rgba-white-strong {
  background-color: rgba(255, 255, 255, 1);/*#ffff*/
}

.paragraph--color--rgba-blue-slight {
  background-color: rgba(3, 169, 244, 0.1);
}

.paragraph--color--rgba-red-slight {
  background-color: rgba(244, 67, 54, 0.1);
}

.paragraph--color--rgba-pink-slight {
  background-color: rgba(233, 30, 99, 0.1);
}

.paragraph--color--rgba-purple-slight {
  background-color: rgba(156, 39, 176, 0.1);
}

.paragraph--color--rgba-indigo-slight {
  background-color: rgba(63, 81, 181, 0.1);
}

.paragraph--color--rgba-cyan-slight {
  background-color: rgba(0, 188, 212, 0.1);
}

.paragraph--color--rgba-teal-slight {
  background-color: rgba(0, 150, 136, 0.1);
}

.paragraph--color--rgba-green-slight,.paragraph--color--rgba-mint-strong {
  background-color: rgba(4, 170, 170, 1);
}

.paragraph--color--rgba-lime-slight {
  background-color: rgba(205, 220, 57, 0.1);
}

.paragraph--color--rgba-yellow-slight {
  background-color: rgba(255, 235, 59, 0.1);
}

.paragraph--color--rgba-orange-slight {
  background-color: rgba(255, 152, 0, 0.1);
}

.paragraph--color--rgba-brown-slight {
  background-color: rgba(121, 85, 72, 0.1);
}

.paragraph--color--rgba-grey-slight {
  background-color: rgba(158, 158, 158, 0.1);
}

.paragraph--color--rgba-bluegrey-slight {
  background-color: rgba(96, 125, 139, 0.1);
}

.paragraph--color--rgba-black-slight {
  background-color: rgba(0, 0, 0, 0.1);
}

.paragraph--color--rgba-stylish-slight {
  background-color: rgba(62, 69, 81, 0.1);
}

.paragraph--color--rgba-white-slight {
  background-color: rgba(255, 255, 255, 0.1);
}

.paragraph--color--transparent {
  background-color: transparent;
}

/* Override these in your site's CSS file for complete customization. */
.paragraph--color--primary,
.paragraph--color--secondary,
.paragraph--color--success,
.paragraph--color--info,
.paragraph--color--warning,
.paragraph--color--danger {
  background-color: transparent;
}
