.footer {
  background-color: rgba(0, 0, 0, .2);
  box-shadow: 0 0 3px rgba(0, 0, 0, .75);

  .pre-footer {
    background-color: rgb(236, 236, 236);

    .pre-footer_content {
      padding: 30px 0 0 0;
      text-align: center;

      .subsection-title {
        color: #3a3a3a;
        font-weight: bold;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
      }

      .subsection-text {
        color: #3a3a3a;
        font-size: 14px;
        /* padding-bottom: 10px; */
      }

      a, a:link, a:hover, a:visited {
        color: #7e6648;
      }
      
    }
  }

  .foot-bar {
    box-shadow: 0 0 3px rgba(0, 0, 0, 1);
    padding-bottom: 80px;

    .footer-flags {
      margin: 20px 0;
    }
  }
}

@media (min-width: 980px) { 
  .footer {
    .pre-footer {
      .pre-footer_content {
        padding: 80px 0;
        text-align: left;

        .subsection-title {
          font-size: 14px;
          margin-bottom: 25px;
        }

        .subsection-text {
          font-size: 14px;
        }
      }
    }
  }
}

@media (min-width: 1440px) { 
  .footer {
    .foot-bar {
      padding-bottom: 0;
    }
  }
}
