html, body {
    height: 100%; }
  
  body {
    background: #f9f3ea url("../../src/img/budget-culture-bg.png") no-repeat center center;
    background-size: inherit; }
  
  .love .fa-heart {
    color: red; }
  
  #inro-text {
    margin-top: 7rem;
    font-size: 3.5rem;
    font-weight: 800;
    color: #333; }
  
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #333; }
  
  #sevenPillars > li > a.btn, 
  #sevenPillars > li > span.btn {
    text-align: left !important; }
    
  #sevenPillars > li > a > .badge,
  #sevenPillars > li > span.btn {
    float: right !important;
    position: relative;
    top: 5px;
    padding: 0;
    font-size: 100%; }
  
  sup {
    font-size: 50% !important;
    top: -.8em !important; }
  
  a {
    transition: color 0.3s;
    transition: background-color 0.3s; }
  
  /* MEDIA QUERIES */
  @media (max-width: 375px) {
    .h1, h1 {
      font-size: 1.2rem; }
    #inro-text {
      margin-top: 2rem;
      font-size: 1.8rem; } }
  
  @media (max-width: 425px) {
    #inro-text {
      margin-top: 2rem;
      font-size: 2.5rem; }
    #output h4, #output .h4 {
      font-size: 1.3rem; }
    .btn-group-lg > .btn, .btn-lg {
      font-size: 1rem; } }
  