.footer-container {
  width: 100%;
  background-color: black;
  /* background-color: var(--gray1); */
  /* padding: 3rem 4rem; */
  color: var(--gray4);
  font-size: 1.2rem;
}

.footer-container a {
  color: var(--gray4);
  opacity: 1;
  transition: opacity .5s;
}

.footer-container a:hover {
  opacity: 0.5;
  text-decoration: none !important;
}

.logo-col img {
  width: 10rem;
  height: 15rem;
   
}

.mail-col a {
  letter-spacing: 2px;
  font-weight: 100;
}

.vert-separator {
  font-size: 1.3rem;
  margin: 0 1rem;
}

.footer-nav-links ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
}

.footer-nav-links ul li {
  padding: 0 1rem;
}




/* FOOTER MOBILE */

.footer-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--gray5);
}

.bottom-row{
  background-color: black;
  .container{
    display: flex;
    flex-direction: column;
  }
}

.mail-text{
  font-weight: bold;
}

.bottom-title{
  margin-bottom: 0;
    margin-right: 1rem;
}

.list-unstyled li{
  text-align: center;
}


@media screen and (max-width: 576px) {
  .footer-nav-links ul {
    flex-direction: column;
    align-items: center;
  }

  .footer-nav-links ul li {
    padding: 0;
  }
}


.vertical-line {
  height: 150px;  /* Or whatever height you want */
  border-left: 1px solid rgb(255, 255, 255);  /* Or whatever color you want */
  width: 0px;

}

div.separator {
  width: 60px;
  height: 10px;
  background-color: red;
}

i {
  width: 20px;
}

