/* The below is for the footer - Start  */

body {
  margin: 0;
  font-family: "Times New Roman", serif;
}
.footer_container {
  padding: 15px 50px;
  background: #3e5062;
}

.banner_footer__copyright {
  margin-top: 20px;
  border: 1px #fff solid;
  color: #fff;
  font-size: 15px;
  text-decoration: wavy;
}

.bannerfooter {
  border: #fff 1px solid;
}

.banner_footer__content a {
  text-decoration: underline;
  color: #fff;
}

.banner_footer__content li {
  list-style: none;
}

.banner_footer__content li:nth-child(1) {
  padding-bottom: 15px;
  text-decoration: underline;
}

.banner_footer__content p {
  color: #fff;
}

.banner_footer__copyright {
  margin-top: 20px;
  border: 1px #fff solid;
  color: #999;
  font-size: 15px;
  text-decoration: wavy;
}

.center {
  text-align: center;
}

.center p {
  text-align: center;
}

.right p {
  text-align: right;
}

.right {
  text-align: right;
}

/* The below is for the footer - End  */

/* Media Query for Laptop, Desktop and Large screens */

@media (min-width: 1025px) {
  .banner_footer__content {
    flex: 1;
  }

  .bannerfooter {
    display: flex;
    border: #fff 1px solid;
  }
}

/* Media Query for Mobile Devices */
@media (max-width: 1023px) {
  .banner_footer__content a {
    text-decoration: underline;
    color: #fff;
    font-size: 21px;
  }
}

.red-colour {
  color: red;
}

.grey-colour {
  color: #999;
  text-decoration: none;
}

.grey-white {
  color: white;
  text-decoration: none;
}

.grey-white img {
  filter: brightness(0) invert(1);
  display: inline-block; /* or 'inline' */
  vertical-align: middle; /* optional, aligns them properly */
}
