* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
  text-align: center;
}


ul{
  list-style: none;
}

ul.nav.navbar-nav{
  text-align: center;
}

ul.timeline {
  display: flex;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  width: 60%;
  list-style: none;
	list-style: none;
	list-style-type: none;
}

ul.timeline a{
	color: #BBB28C;
}

ul.timeline a:hover{
	color: #800000;
}

li.info-timeline {
  padding: 20px;
  margin: 0;
}

@media screen and (min-width: 600px) {

  li.info-timeline {
    display: inline-block;
    width: 25%;
  }

  li.info-timeline span {
    margin: 0 auto;
  }

  .line{
    width: 50%;
    margin: 0px auto;
    height: 3px;
    background: #BBB28C;
    display: block;
    position: relative;
    z-index: 1;
    top: 33px;
   }
}

@media screen and (max-width: 599px) {

  ul {
    text-align: left;
  }

  ul.timeline {
    display: inline-block;
  }

  li.info-timeline h3 {
    margin-left: 40px;
  }

  li.info-timeline p {
    margin-left: 40px;
  }

  li.info-timeline span::after{
    content: "";
    width: 3px;
    margin: 0px auto;
    height: 10em;
    background: #BBB28C;
    display: block;
    position: relative;
    z-index: 1;
    top: 20px;
  }

  li.info-timeline:nth-child(4) span::after{
    content: "";
    background: none;
  }

  p{
    text-align: justify;
  }

}

li.info-timeline span {
  background-color: #BBB28C;
  border: 2px solid #800000;
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  z-index: 10;
  position: relative;
}

li.info-timeline span:hover{
  background-color: #800000;
}

li.info-timeline span.mark.active{
  background-color: #800000;
}

li.info-timeline h3 {
  text-align: center;
  margin-top: 15px;
	font-size: 1.5rem;
}

li.info-timeline p {
  text-align: center;
}

.events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.events-content h2 {
  font-weight: bold;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto !important;
  margin-bottom: 30px !important;
  text-align: center;
}

.events-content p {
  color: #959595;
}
.events-content em, .events-content p {
  line-height: 1.6;
}

.events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
