/*---------Headings---------*/
.ck-content h1, .ck.ck-list__item .ck-button.ck-heading_heading1 .ck-button__label {
   color: #003952;
   font-size: 42px;
   text-transform: uppercase;
}
.ck-content h2, .ck.ck-list__item .ck-button.ck-heading_heading2 .ck-button__label {
   color: #003952;
   font-size: 36px;
   text-transform: uppercase;
}
.ck-content h3, .ck.ck-list__item .ck-button.ck-heading_heading3 .ck-button__label {
   color: #abd037;
   font-size: 30px;
   text-transform: uppercase;
}
.ck-content h4, .ck.ck-list__item .ck-button.ck-heading_heading4 .ck-button__label {
   color: #00b7c4;
   font-size: 24px;
   text-transform: uppercase;
}
.ck-content h5, .ck.ck-list__item .ck-button.ck-heading_heading5 .ck-button__label {
   color: #003952;
   font-size: 18px;
   text-transform: uppercase;
}
.ck-content h6, .ck.ck-list__item .ck-button.ck-heading_heading6 .ck-button__label {
   color: #abd037;
   font-size: 14px;
   text-transform: uppercase;
}
.ck-content {
 color: #00b7c4;
 }
.ck-content a:hover {
   color: #ABD037;
}
.ck-content  p {
  color: #003952;
  font-size: 18px;
}
