body {
  font-family: 'Times New Roman', Times, serif !important;
  background-color: #FFC8D0 !important;
}

footer {
  padding-bottom: 25px;
}

.footer-img {
  text-align: center;
}

.footer-logo {
  width: 75%;
  height: auto;
  margin: 20px;
  margin-top: 50px;
}

.footer-icon {
  height: 180px;
  width: auto;
  margin: 20px;
  margin-top: 30px;
}

.nav-links {
  text-align: center;
  margin-top: 30px;
}

.nav-links a {
  line-height: 2.25em;
  color: white;
  font-size: 2em;
  display: block;
  text-decoration: none;
  font-family: 'Times New Roman', Times, serif !important;
}
.ec-cart-widget{
  font-size: 30px;
  color: white;
  float: right;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
.nav-links h3 {
  color: white;
  font-weight: bolder;
}

.nav-links a:hover, #contact a:hover {
  text-decoration: underline;
}

.row i {
  font-size: 0.8em !important;

}

.row a:hover {
  text-decoration: none;
}

.row i:hover {
  transition: ease-in-out 1s;

}

.linkedin {
  color: white !important;
}

.fb:hover {
  color: #3b5998;
}

.twitter:hover {
  color: #00acee;
}

.insta:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  padding: 0px 0px !important;
  border-radius: 5px;
}

.linkedin:hover {

  color: #0077b5 !important;
  transition: ease-in-out 1s;
}

.team_image {
  border-radius: 100px;
  height: 200px;
  width: 200px;
  margin-bottom: 10px;
  margin-right: 40px;
  margin-left: 40px;
}

.team_span {
  margin-bottom: 50px;
}
.team_div{
  display: flex;
background-color: #FFC8D0;
  justify-content: center;
}

@media (max-width: 850px){
  .team_div{
    display: block;
}
}
@media (max-width: 850px){
.ec-cart-widget{
  display: block;
  fill: white !important;
  color: white !important;
margin: 12px 25px !important;
float: right;
}
.icon-default, .ec-minicart__icon,path,circle{
  display: block;
  stroke: white !important;
}


}

@media (max-width: 412px){
  .ec-cart-widget{
vertical-align: middle !important;
margin-top: 15px !important;
  }
  }
  iframe{
    width: 70%;
    height:800px;
    margin-top: 120px !important;

  }
  #contact a{
    color: #0077b5;
    line-height: 2.25em;
    font-size: 2em;
    display: block;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif !important;
  }