html,
body {
  font: 100% "Lato", sans-serif;
  font-weight: 300;
  height: 100%;
  background-color: #F9FAF4;
}
.container-fluid {
	color: #ED8D8D;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
.container {
	margin-bottom: 20px;
}

@font-face {
   font-family: 'Quentin' ;
   src: url('../fonts/Quentin.ttf') format('truetype');
}
.top-heading {
	border-bottom: 3px solid #dddddd;
	margin: 10px 0;
	font-family: 'Quentin', sans-serif;
	font-size: 44px;
	color: #000000;
}
.bottom-heading {
	border-top: 3px solid #dddddd;
	padding: 20px 0 15px 0 !important;
	font-family: 'Quentin', sans-serif;
	font-size: 44px;
	color: #000000;
}

.circle {
    font-weight: bold;
    padding: 22px 11px 22px 11px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 6px solid #000000;
    color: #4D4545;
    max-height: none;
    z-index: 2;
}
.lime-green {
	background-color: #47d247;
}
.teal-blue {
	background-color: #3d859a;
}
.bright-pink {
	background-color: #e878b1;
}
.bright-orange {
	background-color: #FFA500;
}

.year-block.row {
  display: flex;
}
.year-block.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.year-block.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 6px solid #000000;
  z-index: 1;
}
.year-block.row .col-2.full-left-bottom::after {
  height: 100%;
  left: 50%;
  top: 0%;
}
.year-block.row .col-2.full-right::after {
  height: 100%;
  left: calc(50% - 6px);
}
.year-block.row .col-2.full-right .circle,
.year-block.row .col-2.full-right-top .circle {
	margin-left: -6px;
}
.year-block.row .col-2.full-left::after {
  height: 100%;
  left: calc(50%);
}
.year-block.row .col-2.full-left .circle,
.year-block.row .col-2.full-left-bottom .circle,
.year-block.row .col-2.full-left-top .circle {
	margin-right: -6px;
}
.year-block.row .col-2.full-left-top::after,
.year-block.row .col-2.full-right-top::after {
  height: 100%;
  left: 50%;
  top: 0%;
}

.event-block {
	background-color: #ffffff;
    border: 1px #000000 solid;
    padding: 10px 10px;
    margin-bottom: 10px;
    color: #000000;
}
.event-block:first-child {
	margin-top: 15px;
}
.event-block:last-child {
	margin-bottom: 20px;
}
.event-media {
	margin: 0;
	padding: 0;
	text-align: center;
}
.event-media img,
.event-media video {
    border: 1px #000 solid;
    width: 30%;
    margin: 0 1% 15px 0;
    padding: 0;
    cursor: pointer;
}



.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 6px solid #000000;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 6px solid #000000;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -43%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -43%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
video[poster]{
height:100% !important;
width:100% !important;
}