@font-face {
  font-family: arnopro;
  src: url("../fonts/arno-pro/ArnoPro-Display.otf");
  src: url("../fonts/arno-pro/ArnoPro-Smbd.otf");
  font-weight: bold;
}
section.family-tree {
  min-height: 100%;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  width: 100%;
}
section.family-tree input {
  padding: 0px;
}

section.family-tree text {
  font-family: "arnopro";
}
section.family-tree text:hover {
  cursor: pointer;
}
section.family-tree text:hover tspan {
  fill: black;
}
section.family-tree text tspan {
  font-family: "arnopro";
}

section.family-tree embed {
  width: 100%;
}

section.family-tree .circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 3px solid white;
  position: absolute;
  z-index: 11111;
  display: none;
  left: 0;
  top: 0;
}

section.family-tree .circle img {
  border-radius: 100%;
}

svg {
  transition: transform 0.1s linear 0.1s;
}

div.button-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
}

div.button-section {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 10%;
}
div.button-section input {
  height: 35px;
  width: 35px;
}

#view_member button {
  padding: 20px;
}
#view_member button:hover {
  background-color: transparent;
}
#view_member .profile-picture {
  display: flex;
  justify-content: center;
}
#view_member .profile-picture .profile_pic {
  height: 125px;
  width: 125px;
  background-size: contain;
  background-position: center center;
  border: 1px solid whitesmoke;
  border-radius: 100%;
}
#view_member .profile-picture .no_profile_pic {
  height: 125px;
  width: 125px;
  background-color: #BFD85F;
  border-radius: 100%;
  line-height: 125px;
  text-align: center;
  font-size: 60px;
  color: black;
  font-weight: 600;
}
#view_member .member-name {
  font-size: 20px;
  color: black;
}
#view_member .member-age h4 {
  color: #009846;
}
#view_member .about-member {
  color: #858181;
  font-size: 15px;
}
#view_member .content-holder {
  padding: 30px;
}

@media (max-width: 480px) {
  section.family-tree {
    height: 100vh;
  }
  section.family-tree .circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid white;
  }
  .svg-container {
    overflow: hidden;
    height: 100%;
    width: 500px;
  }
}
@media (max-width: 786px) {
  section.family-tree {
    height: 100vh;
  }
  section.family-tree .circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid white;
  }
  .svg-container {
    overflow: hidden;
    height: 100%;
  }
}
@media (min-width: 787px) and (max-width: 1200px) {
  section.family-tree {
    height: 100vh;
  }
  section.family-tree .circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid white;
  }
  .svg-container {
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
}
.mb {
  margin-bottom: 20px;
}/*# sourceMappingURL=tree.css.map */