/*
 * Globals
 */


/* Custom default button */
.btn-outline {
  color: #000000;

  border: 1px solid rgba(0,0,0,1.00);
  text-shadow: none; /* Prevent inheritance from `body` */
}
.btn-outline:hover,
.btn-outline:focus {
  background-color: rgb(231, 196, 11);
  border: 1px solid rgba(255,227,174,1.00);
  color: #00756f;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Base structure
 */

body {
  background: #FFF9BF;
}

footer {
  text-align: end;
  font-size: 0.8em;
}



h1 {
  font-size: 6em;
  line-height: .9;
  font-weight: 700;

}

h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: .9;

}
h3 {
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 0.3em;

}


.accented-text {
  color: rgb(231, 196, 11);
}


