#footer {
  width: 100%;
  font-family: "TT Commons Book", Arial, sans-serif;
  background-color: #080736;
  color: white;
  margin: 0;
}
#footer-top {
  width: 100%;
  height: 79%;
}
#footer-bottom {
  width: 100%;
  height: 19%;
}
#footer-row-1 {
  width: 100%;
  height: 40%;
  margin: 25px auto;
  display: flex;
}
#logo-div {
  display: flex;
  width: 20%;

  justify-content: center;
}
#logo-div img {
  width: 17%;
}
#lan-div {
  width: 70%;
  text-align: right;
}
#lan-div h5 {
  margin-right: 8.7%;
  margin-bottom: 10px;
}
#lan-div select {
  border: none;
  color: white;
  padding: 1px 30px;
  font-size: 16px;
  background-color: rgb(43, 43, 100);
}
#footer-row-2 {
  width: 100%;
  margin: auto;
  height: 60%;
  display: flex;
  justify-content: space-evenly;
}
#row-sub {
  border-top: 1px solid #445669;
  width: 14%;
}
#row-sub h3 {
  font-size: 18px;
}
#row-sub p {
  font-size: 15px;
}

#footer-bottom {
  margin-top: 10px;
  height: 20%;
  background-color: #393a5d;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
}

#footer-bottom-text-div {
  width: 60%;
  font-size: 12px;
  display: flex;
  justify-content: space-evenly;
}

#social-div {
  width: 30%;
  display: flex;
  justify-content: space-evenly;
}
