/*.btn.btn-default{
  background-color: #c0d32b;
  color: #642f6c;
  border-color: #642f6c;
}*/

/*#donateButton{
	font-size: 2em;
    font-weight: 700;
	background-color: #c0d32b;
	color: #642f6c;
	border-color: #642f6c;
}*/

body{
    font-family: 'Muli';
    font-size: 16px;
}

/* Responsive form layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .tab-column {
    width: 100% !important;
    margin-top: 0;
  }
}