/** @format */

@font-face {
  font-family: "Carlito-Regular";
  src: url("../fonts/Carlito-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

footer {
  float: left;
  width: 100%;
  font-family: Carlito-Regular;
  font-size: 15px;
  background-color: #ffcb5d;
}

.footer-top {
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 25px 0 10px 0;
  font-size: 20px;
}

.footer-top ul {
  width: 100%;
  list-style-type: none;
  overflow: hidden;
  margin: 0;
}

.footer-top li {
  float: left;
  padding: 0 6%;
}

#first-element-footer-top {
  padding-left: 12%;
}

.footer-top a {
  text-decoration: none;
  color: #0d253d;
  display: block;
  transition: 0.2s;
}

.footer-top a:hover {
  color: hsla(210, 65%, 15%, 0.5);
}

.footer-bottom {
  color: hsla(210, 65%, 15%, 0.5);
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.footer-bottom p {
  padding-bottom: 10px;
}

.footer-bottom a {
  color: hsla(210, 65%, 15%, 0.5);
  transition: 0.3s;
}

.footer-bottom a:hover {
  color: #0d253d;
}
