html {
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fafafa;
}

h1 {
  line-height: 1.1;
}

#follow-landing-logo {
  max-width: 50vw;
  max-height: 50vh;
  margin-left: auto;
  margin-right: auto;

  position: absolute;
  top: 55%;
  right: 10%;
}

.landing {
  width: 100%;
  height: 50vh;
  background-color: #F5B6CD;
  background-image: url("../img/follow/header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content-text {
  padding: 1rem;
  margin: 0 auto;
  max-width: 50rem;
  /*border: 1px solid blue;*/
}

.description-text {
  padding-top: 2rem !important;
  padding-bottom: 0rem !important;
}

.nopadding-text {
  padding-top: 0rem !important;
  padding-bottom: 0.5rem !important;
}

.vimeo-iframe {
  width: 100%;
  height: 180px;
}

/* avatar list */
.avatar-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.avatar-list li {
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.avatar-list a {
  color: blue;
  text-decoration: none;
}

.profile {
  font-family: 'Lato';
  font-weight: 500;
  color: #000000;
  font-size: 0.8rem;
  padding-top: 5px
}

.role {
  font-family: 'Lato';
  font-weight: 500;
  color: #757575;
  font-size: 0.7rem;
  padding-top: 3px;
}

.center {
  text-align: center;
  /*border: 1px solid blue;*/
}

@media (min-width: 250px) {
  .landing {
    height: 55vh;
  }
  .content-text {
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0rem;
}

@media (min-width: 650px) {
  .landing {
    height: 50vh;
  }
  .content-text {
  padding-left: 4rem;
  padding-right: 4rem;
  }
  .vimeo-iframe {
    height: 400px;
  }
  .avatar-list {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .landing {
    height: 60vh !important;
  }
  .vimeo-iframe {
    height: 600px;
  }
}

/* Dark mode support */
/*@media (prefers-color-scheme: dark) {

    body {
      background-color: #1a1a1a;
    }

    .content {
      color: #ffffff;
    }
}*/
