{% set globalSet = craft.app.globals().getSetByHandle('toty') %}
<div class="container-fluid yellowBackground p-2 mt-5"></div>
<footer class="page-footer center-on-small-only stylish-color-dark"> 
  <!--Boilerplate-->
  <div class="container boilerplate">
    <div class="row">
      <div class="centered legal"> <a href="http://www.autovalue.com"><img src="/images/AV-Logo.jpg" width="63" height="43" alt=""></a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.bumpertobumper.com"><img src="/images/btb_logo.png" width="100" height="43" alt=""></a><br>
        <br>
        {% if globalSet %}
            {{ globalSet.footerHeadline }}
        {% endif %}
        <div class="row"> 
          
          <!--First column-->
          <div class="col-lg-6 offset-lg-3">
            {% if globalSet %}
                {{ globalSet.footerText }}
            {% endif %}
          </div>
        </div>
        <!--/.Call to action--> 
        
      </div>
    </div>
    <hr>
    
    <!--Social buttons-->
    <div class="social-section text-center">
      <ul>
        <li><a class="btn-floating btn-fb" href="https://www.facebook.com/aftermarketautopartsalliance/" target="_blank">FB</a></li>
        <li><a class="btn-floating btn-tw" href="https://twitter.com/AVBTBAlliance" target="_blank">Twitter</a></li>
        <li><a class="btn-floating btn-li" href="https://www.linkedin.com/company/aftermarket-auto-parts-alliance-inc./" target="_blank">LinkedIn</a></li>
        <li><a class="btn-floating btn-ig" href="https://www.instagram.com/autovalue_bumpertobumper/?hl=en" target="_blank">Instagram</a></li>
        <li><a class="btn-floating btn-yt" href="https://www.youtube.com/channel/UCuqhf1v3gmJVJ1kyMWp_uVQ" target="_blank">YouTube</a></li>
      </ul>
    </div>
    <!--/.Social buttons--> 
    
    <!--Copyright-->
    <div class="footer-copyright">
      <div class="container-fluid">
        {% if globalSet %}
            {{ globalSet.footerLegal }}
        {% endif %}</div>
    </div>
    <!--/.Copyright--> 
    
  </div>
</footer>