body {
  font-family: arial, sans-serif;
}

#bootstrap-overrides checkcaption {
  text-align: center;
  margin-top: 10px;
}

#bootstrap-overrides check {
  width: 60px;
  height: 30px;
  border: #222 solid 2px;
  position: relative;
  margin: 10px auto;
  border-radius: 15px;
}
#bootstrap-overrides check input {
  visibility: hidden;
  height: 30px;
  width: 60px;
}
#bootstrap-overrides check label {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e74c3c;
  cursor: pointer;
  position: absolute;
  top: 18%;
  left: 12%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#bootstrap-overrides check input:checked + label {
  left: 55%;
  background-color: #7b3;
}

#bootstrap-overrides div#timeline {
  background-color: #6ab0de;
  margin-top: 150px;
  height: 10px;
  width: 100%;
  position: relative;
}
#bootstrap-overrides div#timeline .inside {
  position: absolute;
  height: 4px;
  background-color: #fff;
  width: 0%;
  top: 3px;
  left: 0;
}
#bootstrap-overrides div#timeline .dot {
  z-index: 99;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  text-align: center;
  cursor: pointer;
}
#bootstrap-overrides div#timeline .dot:nth-child(1) {
  left: 20%;
  background-color: #0059b3;
}
#bootstrap-overrides div#timeline .dot:nth-child(2) {
  left: 40%;
  background-color: #0059b3;
}
#bootstrap-overrides div#timeline .dot:nth-child(3) {
  left: 60%;
  background-color: #0059b3;
}
#bootstrap-overrides div#timeline .dot:nth-child(4) {
  left: 80%;
  background-color: #0059b3;
}
#bootstrap-overrides div#timeline .dot:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#bootstrap-overrides div#timeline .dot date {
  font-size: 15px;
  font-weight:bold;
  display: block;
  position: relative;
  top: -120px;
  text-align: center;
  width:110px;
  margin-left:-28px;
}
#bootstrap-overrides div#timeline .dot span {
  display: inline-block;
  margin-top: 10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#bootstrap-overrides article {
  display: none;
  position: relative;
  top: 30px;
  max-width: 960px;
  background-color: #fff;
  padding: 20px;
  margin: auto;
}

#bootstrap-overrides article{
  /*display: none;*/
  position: relative;
  top: 30px;
  max-width: 960px;
  background-color: #fff;
  padding: 20px;
  margin: auto;
}

#bootstrap-overrides article date {
  display: block;
  text-align: right;
}
#bootstrap-overrides article h2 {
  font-family: merriweather, sans-serif;
  font-size: 5rem;
  padding: 10px 0;
  border-bottom: solid #111 2px;
  margin-bottom: 20px;
}
#bootstrap-overrides article p {
  line-height: 130%;
}

div.mask {
  /*display: none;*/
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
div.mask article {
  position: relative;
  top: -100%;
  margin-top: 150px;
  max-width: 960px;
  background-color: #fff;
  padding: 20px;
  margin: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
div.mask article date {
  display: block;
  text-align: right;
}
div.mask article h2 {
  font-family: merriweather, sans-serif;
  font-size: 5rem;
  padding: 10px 0;
  border-bottom: solid #111 2px;
  margin-bottom: 20px;
}
div.mask article p {
  line-height: 130%;
}
