







a {
  color: #95302F;
}

.theme-primary-color{
  color:#95302F;
}

.theme-primary-bg{
  background-color:#95302F;
}

.theme-primary-bd{
  border-color:#95302F;
}

.theme-primary-over-bd{
  border-color:#DD9086;
}

.theme-primary-over-bg{
  background-color:#DD9086;
}

.theme-primary-multi{
  background-color:#95302F;
  
  color:#DD9086;
}

.theme-secondary-color{
  color:#DD9086;
}

.theme-secondary-multi{
  	background-color:#DD9086;
  
  	color:#95302F;
}

.theme-mod{
  	background-color:#FCFCFC;
  
  	border:1px solid #95302F;
}


.theme-mod-bg{
  background-color:#FCFCFC;
}

.theme-mod-bd {
  border: 1px solid #95302F;
}

.theme-secondary-mod {
  		background-color: #95302F;
    
}

.theme-secondary-mod-bg{
  background-color:#95302F;
}






