.footerLogonMenu {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 20px;
}

.uniLogo {
  width: 20%;
  padding: 10px;
}

.uniLogo img {
  max-width: 80%;
}

.footerMenu {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  font-size: 1.3vw;
}

.blankFoot {
  width: 20%;
}

.sayingFooter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  font-family: "Ubuntu";
  margin-left: 15%;
  margin-top: 60px;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 40px;
}

.copyTextFooter {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Padauk", sans-serif;
  line-height: 1.1;
  font-size: 1.2vw;
  margin: 20px 10px 20px 10px;
  color: rgb(200, 200, 200);
}

.copyTextFooter2 {
  padding-top: 20px;
  width: 100%;
  text-align: center;
  font-family: "Padauk", sans-serif;
  line-height: 1.1;
  font-size: 1.2vw;
  color: rgb(200, 200, 200);
}

.socialIcon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
}

.socialIcon img {
  width: 80%;
  height: auto;
}

@media (max-width: 500px) {
  .footerLogonMenu {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 20px;
  }

  .uniLogo {
    width: 50%;
    padding: 0px;
    margin-left: 25%;
  }

  .uniLogo img {
    max-width: 90%;
    margin-top: 20px;
    margin-left: 5%;
  }

  .footerMenu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: "Padauk", sans-serif;
    line-height: 1.1;
    font-size: 3.3vw;
  }

  .blankFoot {
    width: 20%;
  }

  .sayingFooter {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    font-size: 5vw;
  }

  .copyTextFooter {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Padauk", sans-serif;
    width: 100%;
    text-align: center;
    line-height: 1.1;
    font-size: 3.2vw;
    margin: 2px 2px 2px 2px;
    color: rgb(200, 200, 200);
  }

  .copyTextFooter2 {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    font-family: "Padauk", sans-serif;
    line-height: 2.1;
    font-size: 3.2vw;
    color: rgb(200, 200, 200);
  }

  .socialIcon {
    position: absolute;
    right: 40%;
    top: 10px;
    width: 70px;
  }
}
