.footer-container{
    background-color: #1c2331;
    min-height: 100vh;

}    

.footer-container svg:hover {
    color: rgb(222, 153, 67);
}

.footer-container svg {
    color: rgb(154, 141, 125);
}


.footer-container .right-reserver {
  margin-bottom: -2em;
  margin-top: 1em;
  border-radius: 1px;
}
  
.footer-container .btn {
  background-color: rgb(74, 110, 131);
  margin-bottom: 1em;
  border-radius: .4em;
}

.footer-container .btn:hover {
  background-color: rgb(54, 79, 94); /*  rgb(68, 68, 133); */
}


@media (min-width:200px) and (max-width:600px) {

    /* Footer */
    .footer-container {
        padding-left:1em
    }
}

@media (min-width:200px) and (max-width:300px) {
    .footer-container {
        width: 100%;
        padding-left:1em
    }
}

@media (min-width:200px) and (max-width:1279px) {
    .footer-container {
        display: flex;
       /*  min-height:80vh */;
        flex-direction: column;
        justify-content: space-between;
        font-size: 1.2em;
      }
      .footer-links {
        margin-top: 7.5em;
      }
      .footer-socials {
        margin-top: 3em;
        margin-left: 0.875em;
        margin-right: 0.875em;
      }
}


@media (min-width:1280px) and (max-width:5000px) {
      .footer-container{
        display: flex;
        min-height:75vh;
        flex-direction: column;
        justify-content: space-between;
        font-size: 1.2em;
      }
      .lead-delete-display-text {
        font-size: 1.5em;
      }
    
}
