/* FOOTER */

#footer {
  background-color: #f2f2f2;
  margin: 0;
  padding: 5px 0px;
  box-sizing: border-box;
}
#cont1 {
  /* border: 1px solid; */
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-around;
  font-family: "Poppins", sans-serif;
  margin: 30px;
  /* padding: 10px; */
}
.box1 {
  /* border: 1px solid; */
  width: 40%;
  display: flex;
  justify-content: space-around;
  line-height: 30px;
  font-size: 15px;
}
.box1 a {
  color: #333;
  text-decoration: none;
}
.box1 > div {
  /* border: 1px solid; */
  display: flex;
  flex-direction: column;
}
.social {
  /* border: 1px solid; */
  width: 29%;
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
}
.social h4 {
  font-size: 18px;
  margin: 5px 0px;
  font-weight: 300;
}
#icons {
  display: block;
  padding-left: 65px;
  padding-right: 35px;
}
#icons > i {
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 9px;
  background-color: #dedfe1;
}
.sites {
  /* border: 1px solid; */
  width: 14%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 30px;
  font-size: 15px;
}
.sites a {
  color: #333;
  text-decoration: none;
}
.copyright {
  background-color: #e6e6e6;
  padding-bottom: 15px;
}
.copyright p {
  text-align: center;
  padding: 1px 0;
  margin: 0;
  line-height: 22px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  /* font-weight: 300; */
}
.copyright > div:nth-child(2) > p {
  font-size: 12px;
  text-align: center;
}
.copyright a {
  text-decoration: none;
  color: #fe5c74;
}
.copyright span {
  color: #fe5c74;
  font-weight: 800;
}

/* footer ends here */
