:root {
 --FooterIconSize: 35px 
}
.custom-footer{
    text-align: center;
    font-size: 20px;
    color: black;
    border-top: 3px solid var(--accentcolor);
    margin-top: 20px;
    background-color: var(--blackcolor);
}
.custom-footer a{
    color: rgb(183, 183, 183);
    text-decoration: none;
    overflow-wrap: anywhere;
}
.custom-footer a:hover{
  color: white;
}
.custom-footer p{
  color: white;
  margin: 0px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.custom-footer hr{
  color: white;
  height: 2px;
}
.nav-item{
  padding-left: 0%;
}
.footerblock{
    margin: auto;
}
.navbar-brand{
    padding: 0;
    margin: 0;
}
.text-muted{
    color: black;
}
.footerMainDivs ul{
    padding: 0px;
}
.footerMainDivs li{
    padding: 0px;
}
.footerMainDivs img{
    border-radius: 45px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.25);
}
.footerMainDivs h3{
    color: var(--whitecolor);
}
.nav-link{
  padding-left: 0%;
}
.footerMainDivs{
  display: inline-block;
  padding-top: 20px;
  text-align: left;
  vertical-align: top;
}
.FooterIcons {
    zoom: 1;
    transform: 0 0;
    -moz-transform: scale(1);
    filter: brightness(0) invert(1);
    padding-left: 10px;
    padding-right: 10px;
}
.FooterIcons img{
  width: var(--FooterIconSize);
  height: var(--FooterIconSize);
  margin-bottom: 10px;
}
.FooterIcons i{
  font-size: var(--FooterIconSize);
  text-align: center;
}
.FooterIcons:hover {
  filter: brightness(1) invert(0);
}
@media (hover: none) {
    .FooterIcons {
      filter: brightness(1) invert(0);
    }
  
    .FooterIcons:hover {
      filter: brightness(1) invert(0);
    }
  }

@media (min-width: 0px) {
  .FooterIcons {
    zoom: 0.75;
    transform: 0 0;
    -moz-transform: scale(0.75);
  }
    .footerMainDivs{
      font-size: 80%;
      padding-left: 30px;
      width: 100%;
  }
  .custom-footer{
    margin-top: 0px;
    
}
  }

@media (min-width: 570px) {
  .FooterIcons {
    zoom: 1;
    transform: 0 0;
    -moz-transform: scale(1);
  }
}

@media (min-width: 768px) {
  .custom-footer{
    margin-top: 20px;
    
}
}

@media (min-width: 1000px) {
  .footerMainDivs{
    width: fit-content;
    display: inline-block;
    margin: 0px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    vertical-align: top;
    font-size: 100%;
  }
  .footerMainDivsParent{
  
    width: 60%;
    margin: auto;
  }

}