/* ====================================================
# footer
==================================================== */
.footer {
    position: relative;
    margin: 0;
    padding: 40px 20px;
    width: 100%;
    padding-bottom: 2%;
    background-color: #293045;
    overflow: hidden;
  }


  
  .footer * {
    color: #aaaaaa;
    transition: all 0.3s;
  } 
  
  .footer-bottom {
    font-size: 16px;
    letter-spacing: 2px;
    padding-top: 15px;
    border-top: 1px solid #ffffff;
  }
  
  .footer-logo {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    padding-right: 10px;
  }
  
  .foot-logo-img {
    vertical-align: text-bottom;
    padding-left: 10px;
  }
  
  .foot-icon {
    max-width: 35px;
    margin: 10px 5px;
  }
  
  .foot-icon:hover {
    transform: translateY(2px);
    transition: 0.2s;
  }
  
  .foot-year a {
    color: #ffd803;
    text-decoration: none;
    transition: 0.2s;
  }
  
  .foot-year a:hover {
    color: #fffffe;
  }

  .copyright{
    letter-spacing: 0.03rem;
  }

  @media (max-width: 576px) {
    .footer{
      padding-bottom: 6rem;
    }
    .footer-logo {
      font-size: 24px;
    }
  }