/* ==========================================================================

// Base Buttons - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.0 - Last Updated: December 11, 2018

========================================================================== */
.button {
  border: 1px solid #e1e1e1;
  background-color: #f9f9f9;
  line-height: normal;
  cursor: pointer;
  padding: 12px 20px;
  text-decoration: none;
  color: #000;
  display: block;
  transition: all 0.3s; }
  .button:hover {
    color: #000;
    background-color: #eee;
    text-decoration: none; }
  .button:active {
    background-color: #000;
    background-color: #ccc;
    text-decoration: none; }

.button-link {
  color: #000;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0; }
  .button-link:hover {
    color: #000;
    text-decoration: none; }
  .button-link:active {
    color: #000;
    outline: 0; }

/*# sourceMappingURL=index.css.map*/