/* Blue theme Start */
.bluebg{ background-color:#484b63;}
.light-bluebg{ background-color:#2d61c3;}
.light-grybg{background-color:#f5f4f4;}
.bg-darker{ background-color: #0c1028; }
.bg-primary{ background-color: #303f9f !important; }
.bg-secondary{ background-color: #fe4987 !important;}

/* Blue theme End */

.goldentext{ color:#a05a08;}
.greentext{ color: #736d14;}
.pinktext{ color:#ce3b29;}
.whitetext { color:#fff;}

.btn-primary { background-color: #fe4987; border-color: #f13c7a;}
.btn-primary:hover { background-color: #ea3070; border-color: #d52360;}
.btn-tertiary { background-color: #6173ce; border-color: #6173ce; color: #fff; }
.btn-tertiary:hover { background-color: #233292; border-color: #233292; color: #fff; }

.text-primary{ color: #303f9f !important; }
.text-secondary{ color: #cf1f50 !important; }
.text-medium{ color: #aaa9a9; }

.font-size-sm{ font-size: 88%; }
.font-size-lg{ font-size: 110%; }
.font-size-xl{ font-size: 200%; }