/*-------------------------------------------------------------------------*/
/* ------------------ F O O T E R  //  N A V-------------------------------*/
/*-------------------------------------------------------------------------*/
.footer-outer{
    /* border: 2px solid #ff00ff;  */
    background-color: #a9e7c2;
    padding: .4em;
  }
.footer-cards{
  /* border: 2px solid #00ff4c; */
  flex: 1;
  text-align: center;
}
.footer-services{
  /* border: 2px solid #ffee00; */
  display: flex;
}  
.footer-card{
  flex-wrap: wrap;
  margin: 0.2vw;
  /* background-color: #f6f6e9 !important; */
  border: none !important;
  outline: none !important;
}
.card-1{
  width: 30%;
  margin: 1.3e;
}
.card-2{
  width: 40%;
  margin: 1.3e;
}
.card-3{
  width: 30%;
}
.footer-brand {
  /* border: 2px solid #ffaa00; */
  font-weight: bold;
  font-size: 2.5em;
  color: #17462b !important;
  font-weight: bold;
  letter-spacing: 0.2em;
  cursor:pointer;
}

@media screen and (max-width: 699px){
  .footer-brand {
    font-size: 4vw;
  }

  .card-1 p{
    font-style: italic;
    font-size: 2vw !important;
    padding: 0 1vw !important;
    color: #17462b;
  }

  .footer-nav a {
    margin: 0 3vw !important;
    text-decoration: none;
    color: #000;
    font-size: 1.5vw !important;
    cursor:pointer;
  }

  #UWI_logo{
    width: 100%;
    height: auto;
    width: 11vw !important;
  }
  #CCCCC_logo {
    width: 100%;
    margin: auto;
    height: auto;
    width: 12vw !important;
  }
  #INSMET_logo {
    width: 100%;
    height: auto;
    width: 11vw !important;
  }
}

.footer-brand:hover{
  color: #17462b;
}
.card-1 p{
  font-style: italic;
  font-size: .9em;
  padding: 0 3em;
  color: #17462b;
}
.footer-nav {
  /* border: 2px solid #ffaa00; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.footer-nav a {
  margin: 0 2em;
  text-decoration: none;
  color: #000;
  font-size:.7em;
  cursor:pointer;
}
.footer-outer .footer-nav a:hover {
  color: #ffebeb;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.footer-images {
  /* border: 2px solid #0800ff; */
  display: flex;
  word-wrap: break-word;
  /* height: 100%;*/
}
#UWI_logo{
  width: 100%;
  height: auto;
  width: 6em;
}
#CCCCC_logo {
  width: 100%;
  margin: auto;
  height: auto;
  width: 7em;
}
#INSMET_logo {
  width: 100%;
  height: auto;
  width: 7em;
}
.footer-outer .border-bottom-footer {
  height: 1px;
  width: 42%;
  margin: 0 auto;
  border: 1px solid #434769;
  display: block;
}
.copyright {
  background-color: #ffee0058;
  /* border: 2px solid #1900ff; */
  color: #565b87;
  text-align: center;
  font-size: 4em;
  width: auto;
  margin-top: .5em;
}