footer{
  width: 100%;
  height: 15rem;
  color: white;
  padding-top: 2rem;
  padding-left: 5rem;
  border-bottom: 5px solid red;
  text-align: center !important;
}

footer a{
  text-decoration: none !important;
}

.list-group li{
  list-style-type: none;
  font-weight: bold;
  font-size: 12px;
}
@media(max-width:300px){
  footer{
    height: 45rem !important;
    padding: 2rem;
    text-align: start;
  }
  #follow-bar{
    padding-top: 2rem;
    text-align: center;
  }
  #bar{
    margin-top: 1rem;
  }
  #contact-bar{
    margin-top: 1rem;}
}
@media(min-width:300px){
  footer{
    height: 43rem !important;
    padding: 2rem;
    text-align: start;
  }
  #bar{
    margin-top: 1rem;
  }
  #contact-bar{
    margin-top: 1rem;}
  #follow-bar{
    margin-top: 1.5rem;
  }
}
@media(min-width:350px){
  footer{
    height: 39rem;
  }
}
@media(min-width:650px){
  
}
@media(min-width:700px){
  footer{
    height: 90vh !important;
    padding: 2rem;
    text-align: start;
  }
  #follow-bar{
    padding-top: 2rem;
    text-align: center;
  }
  #bar{
    margin-top: 1rem;
  }
  #contact-bar{
    margin-top: 1rem;}}

@media(min-width:700px){
  footer{
    height: 55rem !important;
    padding: 2rem;
    text-align: start;
  }
  footer i{
    font-size: 1rem;
    padding-right: 1rem;
  }
  #follow-bar{
    width: 100%;
    padding-top: 5%;
    text-align: center;
  }
  #follow-bar i{
    font-size: 2rem;
  }
  #bar{
    padding-bottom: 5%;}}
@media(min-width:850px){
  footer{
    height: 55rem !important;
  }
}

@media(min-width:992px){
  footer{
    height: 20rem !important;
    padding-right: 10%;
    padding-left: 5%;
    text-align: start !important;
  }
  #follow-bar{
    width: 15%;
    padding-top: 0%;
    text-align: start;
  }
  #follow-bar i{
    font-size: 30px;
    padding-left: 0.5rem;
  }
  footer i{
    font-size: 1rem;
    padding-right: 1rem;}}
    
@media(min-width:1075){
      footer{
        height: 1rem !important;
      }
    }