.footer-top {
  border-top: 30px solid blue;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  background-color: #01396C;
  grid-gap: 0.1rem;
  /*& .footer-links{
    width: 100%;
  }*/
}
.footer-top .footer-links {
  /* width: 100%;*/
  display: flex;
  flex-flow: column;
  /* justify-content: center;*/
  justify-content: start;
  align-items: center;
  background-color: #01396C;
  color: white;
  border-radius: 5px;
  /* border: 4px dashed darkorange;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.footer-top .footer-links ul {
  list-style-type: none;
}
.footer-top .footer-links li a {
  color: wheat;
  display: inline-block;
  text-decoration: none;
  transition: transform 1s;
  padding: 5px 0;
  font-size: 1.1rem;
}
.footer-top .footer-links li a:hover {
  /* text-decoration: line-through;*/
  transform: translateX(-5px);
  text-decoration: underline;
}

.footer-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr) 24rem);
  background-color: #0070C0;
  color: white;
  justify-content: center;
  align-content: center;
}
.footer-bottom .credits {
  /*border: 3px solid red;*/
  display: flex;
  /* padding: 20px;*/
  justify-content: space-evenly;
  align-items: center;
  /*align-self: start;*/
  /* align-content: center;*/
  /*justify-content: space-around;
  !* justify-items: auto;*!
   align-content: center;*/
  /* background-color: #0070C0;*/
  color: lightgray;
}
.footer-bottom .social-links {
  display: flex;
  justify-content: center;
  align-content: center;
  /*padding-top: 20px;*/
  /*justify-content: end;
  !*  justify-items: auto;*!
    align-content: end;*/
  /*background-color: #4c4a8a;*/
  /* background-color: #4c4a8a;*/
}
.footer-bottom a {
  /*font-size: 18px;
  display: inline-block;
  background: #0090ff;
  color: #fff;
  line-height: 1;
  padding: 8px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  !*vertical-align: center;*!
  width: 36px;
  height: 36px;
  transition: 0.3s;
  &:hover{
    background: #37abff;
    color: #fff;
    text-decoration: none;*/
}

/*# sourceMappingURL=electrictestcert-footer-docs.css.map */
