* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  pointer-events: none style;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-size: 16px;
}

@font-face {
  font-family: "AvenirNext";
  src: url("/assets/fonts/AvenirNextLTPro-Regular.otf") format("opentype"), url("/assets/fonts/AvenirNextLTPro.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/assets/fonts/AvenirNextLTPro-Demi.otf") format("opentype"), url("/assets/fonts/AvenirNextLTProDemi.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/assets/fonts/AvenirNextLTPro-Bold.otf") format("OpenType"), url("/assets/fonts/AvenirNextLTProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
.nav-bar {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background-color: #323232;
}
@media (min-width: 768px) {
  .nav-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.nav-bar__image {
  align-self: center;
  width: 120px;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .nav-bar__image {
    margin: 0.5rem 2.25rem;
  }
}
@media (min-width: 1280px) {
  .nav-bar__image {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 5rem;
    margin-right: 2.25rem;
  }
}
.nav-bar__links {
  list-style: none;
  display: flex;
  justify-content: space-around;
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 400;
  color: #323232;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #E1E1E1;
}
.nav-bar__links li {
  display: flex;
  width: 50%;
  padding: 1rem 1.5rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .nav-bar__links li {
    margin: 0 1.5rem;
    padding: 1.5rem 0;
  }
}
.nav-bar__links li:hover {
  border-bottom: 5px solid #FFFFFF;
  color: #FFFFFF;
}

.active-link {
  border-bottom: 5px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
}

.footer {
  background-color: #323232;
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .footer {
    flex-wrap: wrap;
    padding: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 2.25rem 5rem;
  }
}
@media (min-width: 768px) {
  .footer__one {
    display: flex;
    align-items: center;
  }
}
.footer__title {
  padding-bottom: 1rem;
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 700;
  color: #323232;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .footer__title {
    padding-right: 2rem;
    padding-bottom: 0;
    font-family: AvenirNext;
    font-style: normal;
    font-weight: 700;
    color: #323232;
    font-size: 2.25rem;
    line-height: 2.75rem;
    color: #FFFFFF;
  }
}
.footer__icons {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__icons {
    padding: 0;
  }
}
.footer__icon {
  padding-right: 1.5rem;
  scale: 1.1;
}
.footer__contact {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer__contact {
    display: flex;
    padding: 2.25rem 0;
  }
}
.footer__copy {
  margin-bottom: 1.5rem;
  color: #FFFFFF;
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .footer__copy {
    padding-right: 3rem;
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.footer__copy--bold {
  font-weight: 600;
}
.footer__logo1 {
  width: 120px;
  display: none;
}
@media (min-width: 768px) {
  .footer__logo1 {
    display: flex;
    position: absolute;
    right: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .footer__logo1 {
    display: flex;
    position: absolute;
    right: 5rem;
  }
}
.footer__logo2 {
  width: 120px;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .footer__logo2 {
    display: none;
  }
}

.comment-section {
  padding: 0.5rem 1rem 1rem 1rem;
}
@media (min-width: 768px) {
  .comment-section {
    padding: 0.75rem 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 1280px) {
  .comment-section {
    padding: 0.75rem 5rem 2.25rem 5rem;
  }
}
.comment-section__title {
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 700;
  color: #323232;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .comment-section__title {
    font-family: AvenirNext;
    font-style: normal;
    font-weight: 700;
    color: #323232;
    font-size: 2.25rem;
    line-height: 2.75rem;
    padding-top: 0;
  }
}

.form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E1E1E1;
}
@media (min-width: 768px) {
  .form {
    padding: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .form {
    padding: 2.25rem 0;
    margin: 0 20rem;
  }
}
.form__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-top: 27px;
  background-image: url(/assets/images/Mohan-muruge.jpg);
  background-size: cover;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .form__icon {
    width: 48px;
    height: 48px;
  }
}
.form__fields {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 1rem;
}
.form__input {
  padding: 0.75rem;
  min-height: 2.25rem;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 400;
  color: #323232;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #323232;
}
@media (min-width: 768px) {
  .form__input {
    min-height: 3rem;
    padding: 1rem;
    margin-bottom: 2.25rem;
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    color: #323232;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.form textarea,
.form input {
  background-color: #FAFAFA;
}
.form textarea:active,
.form input:active {
  border: 1px solid #323232;
  background-color: #FFFFFF;
}
.form__button {
  height: 2.5rem;
  background-color: #323232;
  border-radius: 4px;
  border: none;
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 700;
  color: #323232;
  font-size: 0.625rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form__button {
    width: 30%;
    align-self: flex-end;
    font-family: AvenirNext;
    font-style: normal;
    font-weight: 700;
    color: #323232;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #FFFFFF;
  }
}
.form__button:hover {
  background-color: #000000;
}

label {
  padding-bottom: 4px;
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 700;
  color: #323232;
  font-size: 0.625rem;
  line-height: 1.25rem;
  color: #AFAFAF;
}
@media (min-width: 768px) {
  label {
    font-family: AvenirNext;
    font-style: normal;
    font-weight: 700;
    color: #323232;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #AFAFAF;
  }
}

::-moz-placeholder {
  color: #323232;
}

::placeholder {
  color: #323232;
}

.comments {
  display: flex;
  flex-direction: column-reverse;
}

.comment {
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 1rem 0;
  border-bottom: 1px solid #E1E1E1;
}
@media (min-width: 768px) {
  .comment {
    padding: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .comment {
    padding: 2.25rem 0;
    margin: 0 20rem;
  }
}
.comment__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex: 0 0 auto;
  background-color: #E1E1E1;
}
@media (min-width: 768px) {
  .comment__icon {
    width: 48px;
    height: 48px;
  }
}
.comment__main {
  width: 100%;
  margin-left: 1rem;
}
.comment__main-namedate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.comment__name {
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 400;
  color: #323232;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .comment__name {
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    color: #323232;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: bold;
  }
}
.comment__date {
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 400;
  color: #323232;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #AFAFAF;
}
@media (min-width: 768px) {
  .comment__date {
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    color: #323232;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #AFAFAF;
  }
}
.comment__text {
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 400;
  color: #323232;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .comment__text {
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    color: #323232;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.comment__buttons {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.comment__like {
  display: flex;
}
.comment__like-button {
  background-image: url("/assets/icons/icon-like.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  border: none;
  background-color: #FFFFFF;
  cursor: pointer;
}
.comment__like-count {
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 400;
  color: #323232;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  display: flex;
  justify-self: flex-start;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .comment__like-count {
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    color: #323232;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.comment__delete {
  background-image: url("/assets/icons/icon-delete.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  border: none;
  background-color: #FFFFFF;
  cursor: pointer;
}

.hero {
  background-image: linear-gradient(hsla(0, 0%, 20%, 0.5), hsla(0, 0%, 20%, 0.5)), url("../assets/images/hero-bio.jpg");
  background-size: cover;
  background-position: center;
  height: 25vh;
  display: flex;
}
@media (min-width: 768px) {
  .hero {
    height: 35vh;
  }
}
.hero__title {
  align-self: center;
  padding-left: 1rem;
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .hero__title {
    font-family: AvenirNext;
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 3.75rem;
    line-height: 4.25rem;
    padding-left: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .hero__title {
    padding-left: 5rem;
  }
}

.about {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .about {
    padding: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .about {
    padding: 2.25rem 5rem;
  }
}
.about__title {
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 700;
  color: #323232;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .about__title {
    font-family: AvenirNext;
    font-style: normal;
    font-weight: 700;
    color: #323232;
    font-size: 2.25rem;
    line-height: 2.75rem;
    padding-top: 0.75rem;
  }
}
.about__image {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .about__image {
    padding: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .about__image {
    padding: 2.25rem 5rem;
  }
}
.about__qoute {
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 600;
  color: #323232;
  font-size: 0.875rem;
  line-height: 1.375rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .about__qoute {
    padding: 1rem 2.25rem;
    font-family: AvenirNext;
    font-style: normal;
    font-weight: 600;
    color: #323232;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .about__qoute {
    padding: 1rem 5rem;
  }
}
.about__qoute-author {
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 600;
  color: #323232;
  font-size: 0.875rem;
  line-height: 1.375rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .about__qoute-author {
    padding-left: 2.25rem;
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    color: #323232;
    font-size: 0.875rem;
    line-height: 1.375rem;
    line-height: 2rem;
    font-size: 1.1rem;
    font-weight: 600;
  }
}
@media (min-width: 1280px) {
  .about__qoute-author {
    padding-left: 5rem;
  }
}

.description {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .description {
    padding-top: 0;
    padding-right: 4.5rem;
    padding-bottom: 2.25rem;
    padding-left: 4.5rem;
  }
}
@media (min-width: 1280px) {
  .description {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.description__subtitle {
  padding-bottom: 1rem;
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 600;
  color: #323232;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .description__subtitle {
    font-family: AvenirNext;
    font-style: normal;
    font-weight: 600;
    color: #323232;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.description__text {
  display: flex;
  flex-direction: column;
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 400;
  color: #323232;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .description__text {
    flex-direction: row;
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    color: #323232;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 768px) {
  .description__text :first-child {
    padding-right: 1.125rem;
  }
}

@media (min-width: 768px) {
  .description__text :nth-child(3) {
    padding-left: 1.125rem;
  }
}

.gallery {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fafafa;
}
@media (min-width: 768px) {
  .gallery {
    padding: 2.25rem 1.5rem;
  }
}
@media (min-width: 1280px) {
  .gallery {
    padding: 2.25rem 4.25rem;
  }
}
.gallery__title {
  padding-bottom: 1rem;
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 700;
  color: #323232;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .gallery__title {
    padding-bottom: 1.5rem;
    padding-left: 0.75rem;
    padding-top: 0.75rem;
    font-family: AvenirNext;
    font-style: normal;
    font-weight: 700;
    color: #323232;
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
.gallery__photos {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .gallery__photos {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.gallery__item {
  width: 100%;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .gallery__item {
    width: 33%;
    padding: 0.75rem;
  }
}

.gallery__item {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}

.gallery__item:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
}/*# sourceMappingURL=bio.css.map */