main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a {
  text-decoration: none;
}

h2 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 1rem;
}

header {
  background-color: #c4c4c4;
  width: 100%;
  padding: 0.3rem 1rem;
}

header .headerTitle {
  font-size: 2rem;
}

header .headerText {
  font-size: 1.5rem;
}

.navbar {
  -webkit-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.5);
}

.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-bg-custom {
  background-color: #6a6565;
}

.container {
  margin: 0 1rem;
  padding: 0 0;
  max-width: 95vw;
}

.o-3column {
  padding: 0 0.5rem;
  margin: 0;
}

.custom_fontSize_p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: justify;
  text-justify: distribute;
}

.section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 0.5rem;
  width: 100%;
}

.section ul li div img {
  width: 3rem;
  margin-right: 0.5rem;
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section ul li div img:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile img {
  max-height: 22vw;
  max-width: 50%;
  -webkit-box-shadow: 0 10px 10px -5px #555555;
          box-shadow: 0 10px 10px -5px #555555;
}

.profile img.profile {
  opacity: 0.8;
  margin-bottom: 2rem;
}

.certification_sub {
  text-align: center;
}

.certification_sub img {
  width: 100%;
}

.iconForContact {
  height: 2rem;
  margin-right: 1rem;
}

.qrCode {
  padding-left: 3rem;
}

@media screen and (max-width: 428px) {
  p {
    font-size: 1rem;
  }
  .section {
    border-bottom: solid #cecbcb 1px;
  }
  .section ul {
    padding: 0;
  }
  .section ul li div img {
    width: 6rem;
    margin-right: 0;
  }
  .certification_sub {
    margin-bottom: 1.5rem;
  }
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .iconForContact {
    margin-right: 2rem;
  }
  .profile img {
    max-height: 100%;
    max-width: 70%;
  }
  .qrCode {
    padding: 1rem 0;
  }
  .practice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */