/**
 * You can put your custom css code in this file.
 * If you haven't don't know what css is, you can take a look at http://www.cssbasics.com/
 */

p.yellowbutton a {
  display:inline-block;
  padding: 10px 30px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 16px;
  letter-spacing: 0.2em; 
  color: #4B191C;
  background: #FFEDA9;
  text-transform: uppercase;
  text-decoration: none;
}

p.greenbutton a {
  display:inline-block;
  padding: 10px 40px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 16px;
  letter-spacing: 0.2em; 
  color: #FFFFFF;
  background: #9EBB35;
  text-transform: uppercase;
  text-decoration: none;
}


p.brownbutton a {
  display:inline-block;
  padding: 10px 30px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 16px;
  letter-spacing: 0.2em; 
  color: #FFFFFF;
  background: #4B191C;
  text-transform: uppercase;
  text-decoration: none;
}


.footertop p.greenbutton a {
  padding: 10px 30px;
}