.footer {
    background: url(/toy/1280/720);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
}

#cl {
    width: 250px;
    height: 62.5px; 
    padding: 0;
    margin: auto;
    display: block;
}

h1 {
    text-align: center;
    color: #792F00;
}

h5 {
    text-align: center;
    color: #BB5002;
}

.icons {
    text-align: center;
    color: #BB5002;
    font-size: 0.8em;
}

.icons a:hover {
    color: #170C0A;
    text-decoration: none;
}

.icons a, a:visited {
    color: #BB5002;
    text-decoration: none;
}

@media (min-width: 400px) {
  #cl {
      width: 320px;
      height: 80px; 
  }
  .icons {

  }
}

@media (min-width: 750px) {
  #cl {
      width: 400px;
      height: 100px; 
  }
  .icons {

  }
}

@media (min-width: 1000px) {
  #cl {
      width: 600px;
      height: 150px; 
  }
  .icons {
    font-size: 1.2em;
  }
}

@media (min-width: 1200px) {
  #cl {
      width: 800px;
      height: 200px; 
  }
  .icons {
      font-size: 1.5em;

  }
}
