div.footer {
  /* background-color: #44484b; */
  /* background-image: url("/images/Miyya/team-cropped.jpg"); */
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  font-family: quicksand, sans-serif;
  display: flex;
  filter: grayscale(20%);
}

div.opacityLayer {
  background-color: rgba(0, 16, 30, 0.9);
  filter: grayscale(20%);
  /*position: absolute;*/
  /*height: 100%;*/
  width:100%;
  /* top:0;
    left:0; */
}
.footer-top {
  margin-top:10px;
  /* flex:3; */
  /* display:flex; */
/* flex-wrap:wrap; */
}

.footer-bottom{
display:flex;
flex-wrap:wrap;
}
 .bottomLeft {
  flex:2;
}


.bottomRight {
  justify-items: center;
  margin-top:20px;
  flex:1;
}
.logo {
  flex: 0.5;
  max-width:150px;
}
.companyDetails,
.getInvolved,
.Support, 
.Contact{

flex:1;
max-width:250px;
padding:15px;
}

div.top {
  display: flex;
  /* justify-content: space-between; */
  /* margin-top: 50px; */
   flex-wrap: wrap; 
}


/*div.logo,
div.companyDetails,
div.getInvolved,
div.support,
div.contact {
  color: #fff;
  text-decoration: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  width: 25%;

}*/

div.logo img {
  max-width: 60px;
  margin: 0;
  padding-top:30px;

}

div.companyDetails p, a,
div.getInvolved p, a,
div.support p, a,
div.contact p {
  color: #c5c5c5;
  /* display: flex; */
  justify-content: left;
  /* text-align: start; */
  line-height: 2em;
  text-align: left;
  font-family: "Quicksand", sans-serif;
  font-size: .8em;
  text-decoration-line: none;

}

div.companyDetails h3,
.getInvolved h3,
.support h3,
.contact h3 {
  grid-column: span 2;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  text-align: left;
  margin:30px auto 10px 15px;
  color: #c5c5c5;
  text-transform: uppercase;
  

}



.bottomLeft ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 5px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
}

.company-data {
  display: grid;
  margin-left: 40px;
  margin-right: 80px;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  list-style: none;
}


/*bottom part ofthe footer*/


div.bottom {
  /* padding-left: 10%; */
  margin-top: 10px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex:1;
}

div.bottomRight {
  /* height:30px; */
  /* float:right; */
  /* align-content: center; */
  /* line-height: 50px; */
  padding: 6px;
  right: 0;
  flex:1;
}

div.bottomRight a{
  padding:10px;
  /* width:150px; */
}

div.bottom input {
  width: 30%;
  height: 23px;
  border: none;
}

div.bottom button {
  /* height: 23px;
  background-color: #cc6328; */
  border: none;
  width: 10%;
  color: #fff;
}

div.icons {
  display: flex;
  margin-top: 40px;
  /* padding-left: 10%; */
}

div.links ul li {
  list-style: none;
  display: inline;
  color: #fff;
}

div.mediaIcons img {
  width: 3%;
  float: left;
  margin-left: 50px;
}

.content {
  height: 30%;
  content: "";
}

form {
  margin-top: 10px;
}


@media (max-width:500px) {
  .top {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}