.c-support-counter button.m-supported,
.c-support-counter button:hover {
  color: #ff9232 !important;
}

.c-posts-container{
  background-color: white;
  box-shadow: 2px 2px 4px #cecfcc;
  border-radius: 15px;
  padding: 1em;
}

.p-show-post{
  background-color: white;
  box-shadow: 2px 2px 4px #cecfcc;
  border-radius: 15px;
  padding: 1em;
}

.flex-grow.bg-gray-50.rounded-md.p-2{
  box-shadow: 1px 1px 2px #cecfcc;
}

.p-2.shadow.rounded{
  background-color: #FAFCFE;
  border-color: #cecfcc;
  border: 2px;
}

.c-support-counter button.m-supported i.icon,
.c-support-counter button:hover i.icon,
.c-support-counter button.no-touch:hover i.icon {
  color: #ffa14f !important;
}

.c-menu { 
  background-color: #234075;
}

#c-header {
  background-color: #234075;
  height: 54px;
  box-shadow:0px 2px 2px #cecfcc;
  border-bottom: 4px solid #e3a82b;
}


body {
  background-color: #f5f5f5;
}

div.l-welcome-col.col-md-4 {
  background-color: #f5f5f5;
}

h1.text-title {
  color: white;
}

div.l-posts-col.col-md-8 {
  background-color: white;
  border-radius: 15px;
}


#c-footer {
  background-color: #234075;
}