
a {
  color: #333;
}

h1, h2 {
  font-weight: 300;
  line-height: 1.2;
}

p {
  margin: 10px 0;
}

img {
  width: 100%;
}

/* Header */
.hero {
  background: url('../images/hero-antoine-julien.jpg') no-repeat center center/cover;
}

/* Livestreams */
.livestreams {
  background-color: #eeffee;
}

.livestreams h2 {
  font-size: 2.0rem;
  margin: 0 20px;
}

.livestreams a {
  margin: 20px;
}

.livestreams p {
  max-width: 900px;
  font-size: 1.1rem;
}

.flex-container-column {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 40px;
}


/* Section header */
.section-header {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-header h2 {
  font-size: 40px;
  margin: 20px 0;
}

/* Channels */
#channels {
  background-color: #243624;
  color: #fff;
}

.channel-items {
  display: flex;
  align-items: top;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 30px;
  margin: 30px;

  color: #fff
}

.channel-items div {
  max-width: 300px;
  margin-bottom: 50px;
}

.channel-items img {
  width: 240px;
  border-radius: 50%;
}

.channel-items a h4 {
  font-size: 2.4rem;
  padding: 10px;
  color: #fff;
}

.channel-items p {
  color: #999;
}
