body {
  background: #000;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}
p {
  margin: 0px;
}
p.desc {
  margin-top: 8px;
}
.title {
  margin-left: 16px;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 10px;
}
.source {
  font-size: 12px;
  margin-left: 16px;
  margin-top: 8px;
  color: #c8c8c8;
}
.source a {
  color: #c8c8c8;
}
.source a:hover {
  color: #add8e6;
}
.descriptions {
  margin-top: 85px;
  margin-left: 5px;
  margin-right: 80px;
  font-size: 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.focusDate {
  margin-top: 0;
}
.focusDesc {
  margin: 8px 0 8px 0;
}
.events {
  color: #c8c8c8;
  display: inline-block;
  height: 120px;
  width: 110px;
  overflow: hidden;
  padding: 5px;
  margin: 15px 3px 3px 0;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.events.date {
  display: inline;
}
.events.desc {
  display: inline;
}
.hidden {
  display: none;
}
#inFocus {
  word-wrap: break-word;
  background-color: rgba(120,116,116,0.96);
  position: absolute;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  min-height: 120px;
}
#inFocus.focusDesc {
  font-size: 20px;
  padding-right: 100px;
}
#inFocusData {
  color: #fff;
}
#mapContainer {
  padding-left: 10px;
  color: #000;
}
.header {
  position: fixed;
  top: 0;
  left: 0px;
  background: #828282;
  width: 100%;
  height: 65px;
  z-index: 30;
}
@media (max-width: 850px) {
  .header {
    height: 98px;
  }
  .descriptions {
    margin-top: 100px;
  }
}
@media (max-width: 450px) {
  .years,
  .titleText {
    display: inline;
  }
  .header {
    height: 120px;
  }
  .descriptions {
    margin-top: 122px;
  }
}
