/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 332px; /* footer height plus some value (200) */
  }
  .footer {
    position: absolute;
    /* padding-top: 8px; */
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */

    height: 132px; /* CHANGE ALSO BOTTM BODY MARGIN */

    /* line-height: 60px;  */
    /* background-color: #343a40; */
    text-align: center;
  }
  
  
  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */
  
  body > .container {
    padding: 50px 15px 0;
  }
  
  .footer > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  code {
    font-size: 80%;
  }