﻿footer {
  background-color: #1e1e1e;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

socialMediaSection {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 10px;
  padding-inline: 40px;
  padding-top: 20px;
}

.outer-padding {
  padding-inline: 40px;
}

.white-horizontal-line {
  border: 1px solid #ffffff;
  width: 100%;
}

.social-media-icons {
  height: 30px;
  width: auto;
  margin-inline: 10px;
}

policyBar {
  width: 100%;
  height: 50px;
  background-color: #1a084e;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-bottom: 0px;
}

.policyBar-text-item {
  padding-inline: 20px;
  margin-top: 16px;
  color: #fdfdfd;
}

.footer-text-row {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  policyBar {
    width: 100%;
    height: auto;
    background-color: #1a084e;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .policyBar-text-item {
    padding-inline: 0px;
    margin-top: 0px;
    color: #fdfdfd;
  }

  .footer-text-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }

  .social-media-icons {
    height: 15px;
    width: auto;
    margin-inline: 3px;
  }
}

.footer-title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #959cce;
  text-decoration: none !important;
  text-align: left;
  padding-top: 20px;
}

.footer-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fdfdfd;
  text-decoration: none !important;
  text-align: left;
}

.flex-container {
  display: flex;
  flex-direction: row;
  align-content: center;
}

.contact-section {
  padding-top: 0px;
  height: 300px;
  background-image: url("https://tenor.blob.core.windows.net/mytenorstatic/footer-bg.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

@media only screen and (max-width: 768px) {
  .contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
    background-image: unset;
  }
}
