h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
ol,
ul,
menu,
figure,
blockquote,
p,
pre,
form {
  margin: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.4;
}
a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-bottom: 30px;
}
body {
  text-align: center;
}
h2 {
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 1.3em;
}
.hashtag {
  padding: 0 10px;
  color: white;
}
.hashtag.hashtag-meetups {
  background-color: rgba(0, 171, 152, 0.7);
}
.hashtag.hashtag-bbls {
  background-color: rgba(232, 100, 130, 0.8);
}
.hashtag.hashtag-confs {
  background-color: rgba(3, 169, 244, 0.7);
}
.hashtag.hashtag-fun {
  background-color: rgba(253, 187, 0, 0.7);
}
header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 1px;
  margin: 0 20px;
}
header .content {
  padding-top: 50px;
}
header .avatarContainer {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: 3px solid #fff;
  margin-bottom: 20px;
  width: 120px;
  border-radius: 100%;
  height: 120px;
  display: inline-block;
}
header .avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
header .displayName {
  color: #1F1F1F;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 8px 0;
  outline: 0;
  word-break: break-word;
  word-wrap: break-word;
}
header .headline {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  outline: 0;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}
header .headline a {
  text-decoration: none;
  font-weight: bold;
  color: #696969;
}
header .headline .highligth {
  border-bottom: 2px solid black;
}
header .headline .bdcolor-vertdeau {
  border-bottom: 2px solid rgba(0, 171, 152, 0.7);
}
header .headline .bdcolor-chaud {
  border-bottom: 2px solid rgba(171, 95, 0, 0.7);
}
.networks {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.networks .network {
  margin: 0;
  width: 40px;
  padding: 0 8px;
}
.networks .network-link {
  display: block;
}
.networks .network-link:hover {
  text-decoration: none;
}
.networks .network-link:hover img {
  opacity: 1;
}
.networks .network-link img {
  width: 30px;
  opacity: 0.5;
}
.networks .network-link .label {
  display: none;
}
.events {
  text-align: left;
  list-style: none;
  list-style-image: none;
  margin: 0 15px;
  padding: 0;
}
.events .event {
  margin-bottom: 10px;
}
.events .event .title {
  display: block;
}
.events .event .place {
  display: block;
  font-size: 0.7em;
  color: #00AB98;
}
.events .event .place a {
  color: #00AB98;
  text-decoration: underline;
}
.events.events-confs .event .place {
  color: #03a9f4;
}
.events.events-confs .event .place a {
  color: #03a9f4;
  text-decoration: underline;
}
.bbls-container {
  text-align: left;
  list-style: none;
  list-style-image: none;
  margin: 0 15px;
  display: block;
  padding: 0;
}
.bbls-container li {
  margin-bottom: 4px;
}
.bbls-container li em {
  font-size: 0.8em;
  color: #808080;
}
.fun-container {
  text-align: left;
  list-style: none;
  list-style-image: none;
  margin: 0 15px;
  display: block;
  padding: 0;
}
.fun-container li {
  margin-bottom: 10px;
}
.ad {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 500px) {
  header .content {
    padding-top: 50px;
  }
  .events {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .bbls-container {
    max-width: 500px;
    margin: 0 auto;
  }
  .fun-container {
    max-width: 500px;
    margin: 0 auto;
  }
  .networks {
    padding: 10px 0 10px 0;
    background-color: #f2efef;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .networks .network {
    padding: 10px 20px 5px 20px;
    margin: 0;
    width: auto;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
  .networks .network:first-child {
    border-left: none;
  }
  .networks .network-link img {
    width: 20px;
  }
  .networks .network-link .label {
    display: block;
    font-size: 7px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 7px;
  }
}
