
img {
  width: 100%;
  height: auto;
}

body {
  background-color: white;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  vertical-align: middle;
}

.maindiv {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: stretch;

}

.logo {
  width: 100%;
  padding: 30px 0;
}

/*White space*/
.whitespace {
  padding: 20px 0 20px 0;
}

/*Person Styling*/
.structurediv-persona {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.person-title {
  margin: -95px 10px 0 10px;
  display: flex;
  flex-direction: row;
  max-width: 93%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.person-image {
  border-radius: 15px;
  width: 290px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.responsiveimg {
  width: auto;
}

.person-name {
  font-size: 22px;
  font-weight: 700;
}

.buttonmain {
  margin: -3% 0 0 50%;
}

.cta {
  background-color: white;
  padding: 15px;
  border-radius: 100%;
  box-shadow: 0px 4px 24px rgba(254, 100, 123, 0.3);
}

.firstperson {
  display: flex;
  justify-items: center;
  flex-direction: column;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}

.fa-phone-alt {
  font-size: 15px;
}

.fa-phone-alt::before {
  color: white;
  font-size: 20px;
}

.nameandonline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.ctas {
  margin-top: -18px;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.fa-search{
color: #F9C60B;
font-size: 20px;
}
.fa-heart {
  fill: #8D53C0;
  color: #8D53C0;
  font-size: 20px;
}

.fa-search::before{
font-size: 20px;
color: #F9C60B;
}
.fa-heart::before {
  fill: #8D53C0;
  color: #8D53C0;
}

.backgroundHeart{
background-color: white;
padding: 18px;
border-radius: 50px;
box-shadow: 0px 4px 24px rgba(254, 100, 123, 0.3);
margin: 0 15px;
}

/* End of Person Styling*/

.legal {
  width: 90%;
  height: auto;
  align-items: center;
  justify-content: center;
}

.styleterms {
  color: #FE5770;
  font-size: 13px;
  padding: 0 5px 0 5px;
  font-weight: 700;
}

.styleterms::before {
  color: #FE5770;

}

.links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.descriptionlegal {
  font-size: 13px;
  text-align: center;
  color: black;
}

/* Media Queries */
@media screen and (min-width: 300px) and (max-width: 420px) {
  .buttonmain {
    margin: -3% 0 0 37%;
  }

  .logo{
    width: 300px;
  }

  .cta {
    padding: 20px;
  }
  .iconBottom{
    padding: 25px 0 0;
  }
}

@media screen and (min-width: 390px) and (max-width: 420px) {

  .logo{
    width: 350px;
  }
  .person-image{
    width: 350px;
  }
  .iconBottom{
    padding: 50px 0 0;
  }
}



@media screen and (min-width: 1200px) {

  .iconBottom {
    padding: 50px 0 0;}

  .person-title {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }

  .firstperson {
    align-items: center;
  }
}

.icon{
  display: block;
  width: 21px;
  height:auto;
}

.icon-star{
  display: block;
  width: 23px;
  height:auto;
}

.icon-call{
  display: block;
  width: 35px;
  height:auto;
}

.divIcons{
  width: 280px;
}
