/* for example comments url 
https://project-1-api.herokuapp.com/comments?api_key=16aeaeee-3899-4834-980c-14eafd5d7283
*/
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.eot");
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.woff") format("woff"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.ttf") format("truetype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.eot");
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.woff") format("woff"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.ttf") format("truetype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.eot");
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.woff") format("woff"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.ttf") format("truetype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#link1 {
  font-weight: 700;
  border-bottom: solid 0.3rem #FFFFFF;
  color: #FFFFFF;
}

#link2 {
  color: #E1E1E1;
}
#link2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.27rem;
  background-color: #FFFFFF;
  transition: transform 300ms ease-in-out;
  transform: scaleX(0);
}
#link2:hover::before,
#link2 :focus::before {
  transform: scaleX(1);
  font-weight: 600;
}
#link2:hover {
  color: #FFFFFF;
}

.hero {
  background-image: url(../../assets/images/hero-bio.jpg);
  height: 60vh;
  min-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 70vh;
  }
}
.hero::before {
  content: "";
  position: absolute;
  height: 60vh;
  min-width: 100%;
  z-index: 1;
  background-color: #323232;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .hero::before {
    height: 70vh;
  }
}

.hero__wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  height: 60vh;
  display: flex;
}
@media screen and (min-width: 768px) {
  .hero__wrapper {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero__wrapper {
    margin: auto;
    max-width: 1020px;
  }
}
@media screen and (min-width: 768px) {
  .hero__wrapper {
    height: 70vh;
  }
}

.hero__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-self: center;
  align-content: center;
  z-index: 2;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
  }
}

.about {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .about {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    margin: auto;
    max-width: 1020px;
  }
}

.about__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .about__title {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__title {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}

.about__wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .about__wrapper {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__wrapper {
    margin: auto;
    max-width: 1020px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about__wrapper {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.about__image {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about__image {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}

.about__quote {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about__quote {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
}
.about__quote::after {
  content: "-Bryan Teddy, lead vocalist of The Bees Knees";
  display: block;
  font-size: 0.8rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .about__quote::after {
    font-size: 1.2rem;
  }
}

.about__heading {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .about__heading {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .about__heading {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}

.text__column {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .text__column {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .text__column {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .text__column {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .text__column--left {
    margin-right: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .text__column--right {
    margin-left: 0.75rem;
  }
}

.gallery {
  background-color: #FAFAFA;
}

.gallery__heading {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .gallery__heading {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__heading {
    margin: auto;
    max-width: 1020px;
  }
}
@media screen and (min-width: 768px) {
  .gallery__heading {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .gallery__heading {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__heading {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}

.gallery__wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .gallery__wrapper {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__wrapper {
    margin: auto;
    max-width: 1020px;
  }
}
@media screen and (min-width: 768px) {
  .gallery__wrapper {
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.gallery__item {
  filter: grayscale(100%);
  transition: 0.4s ease-in;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .gallery__item {
    padding-right: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .gallery__item {
    max-width: 33%;
  }
}
.gallery__item:hover {
  filter: none;
}
.gallery__item--image {
  width: 100%;
}

.convo {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .convo {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .convo {
    margin: auto;
    max-width: 1020px;
  }
}
.convo__heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .convo__heading {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .convo__heading {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .convo__heading {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
.convo__wrapper {
  max-width: 768px;
  margin: auto;
}
.convo__icon {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #E1E1E1;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  padding: 1rem;
  margin: 1rem;
}
@media screen and (min-width: 768px) {
  .convo__icon {
    width: 3rem;
    height: 3rem;
    padding: 1.5rem;
    margin: 1.5rem;
  }
}
.convo__comment-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #E1E1E1;
  flex-grow: 2;
}
.convo__input-name {
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  background-color: #FAFAFA;
  border-radius: 0.25rem;
  border: solid 1px #E1E1E1;
  padding: 0.75rem;
  color: #000000;
  min-height: 2.25rem;
  font-family: "AvenirNext LT Pro";
  margin-top: 4px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .convo__input-name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .convo__input-name {
    padding: 1rem;
    min-height: 3rem;
  }
}
.convo__input-name:focus {
  border: solid 1px #000000;
  outline: none;
}
.convo__input-name.error {
  border-color: #d22d2d;
}
.convo__input-comment {
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  background-color: #FAFAFA;
  border-radius: 0.25rem;
  border: solid 1px #E1E1E1;
  padding: 0.75rem;
  color: #000000;
  min-height: 2.25rem;
  font-family: "AvenirNext LT Pro";
  margin-top: 4px;
  margin-bottom: 1rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .convo__input-comment {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .convo__input-comment {
    padding: 1rem;
    min-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .convo__input-comment {
    padding-bottom: 5rem;
  }
}
.convo__input-comment:focus {
  border: solid 1px #000000;
  outline: none;
}
.convo__input-comment.error {
  border-color: #d22d2d;
}

label {
  font-weight: 600;
  color: #AFAFAF;
  padding-top: 4px;
}

form {
  display: flex;
}

#icon1 {
  padding: 0rem;
}

#commet {
  margin-left: 0rem;
  margin-right: 0rem;
}

.comment__posts-container {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .comment__posts-container {
    margin-bottom: 2.25rem;
    max-width: 768px;
    margin: auto;
  }
}
.comment__icon {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #E1E1E1;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  padding: 1rem;
  margin: 1rem;
}
@media screen and (min-width: 768px) {
  .comment__icon {
    width: 3rem;
    height: 3rem;
    padding: 1.5rem;
    margin: 1.5rem;
  }
}
.comment__card {
  display: flex;
}
.comment__card--top {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.comment__card--right {
  width: 100%;
}
.comment__user {
  font-weight: 600;
  padding-bottom: 0.25rem;
  padding-left: 4px;
}
.comment__date {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #AFAFAF;
}
@media screen and (min-width: 768px) {
  .comment__date {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
.comment__text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding-left: 4px;
  border-bottom: solid 1px #E1E1E1;
  padding-bottom: 1rem;
  min-height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .comment__text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}/*# sourceMappingURL=bio.css.map */