/*@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*body,
html {
  color: #2C2C2C;
  min-width: 600px;
  height: 100%;
  background: white;
  font: 400 1em 'Lato';
  -webkit-font-smoothing: antialiased;*/
}
#timeline {
  padding-top: 5%;
}
.timeline {
  height: 100%;
  position: relative;
}
.timeline canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
    @media only screen and (max-width: 400px) {
.timeline canvas {
		  display:none;
		  visibility: hidden;} }

.timeline figcaption {
  font: 500 190% "Poppins", sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 0.25px;
}
.timeline h2 {
  font: 400 400% "Poppins", sans-serif;
  padding-bottom: 100px;
  color: #9D8156;
}
      @media only screen and (min-width: 800px) and (max-width: 1040px) {
        .timeline h2 {
		  font: 400 300% "Poppins", sans-serif;
		  padding-bottom: 20px;
		  color: #9D8156;
} }
      @media only screen and (min-width: 650px) and (max-width: 799px) {
        .timeline h2 {
		  font: 400 250% "Poppins", sans-serif;
		  padding-bottom: 20px;
		  color: #9D8156;
} }
      @media only screen and (min-width: 401px) and (max-width: 649px) {
        .timeline h2 {
		  font: 350 200% "Poppins", sans-serif;
		  padding-bottom: 20px;
		  color: #9D8156;
} }
		  
      @media only screen and (max-width: 400px) {
        .timeline h2 {
		  font: 180 280% "Poppins", sans-serif;
		  padding-bottom: 20px;
		  color: #9D8156;
} }

     @media only screen and (max-width: 400px) {
.timeline figcaption {
  font: 300 160% "Poppins", sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 0.25px;
}}





.timeline h6 {
  color: #A1773A;
  font: 400 80% sans-serif;
}

   @media only screen and (max-width: 400px) {
.timeline article:first-of-type h6
{
  padding: 3px 0 0 40px;
}}

.timeline p,
.timeline ol {
  font: 400 95% "Poppins", sans-serif;
  padding: 3px 0 20px 0;
  color: #575757;
  text-align: justify;
  width: 70%;
}
.timeline ol {
  list-style: disc;
  margin-top: -20px;
  padding-left: 40px;
}
.timeline figure {
  float: right;
  width: 100%;
}
 .timeline article {
  position: relative;
  width: 38%;
  overflow: hidden;
  margin-bottom: 100px;
}   @media only screen and (max-width: 400px) {
		.timeline article {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin-bottom: 10px;
}}
.timeline article:first-of-type {
  float: left;
  text-align: right;
}
.timeline article:first-of-type p,
.timeline article:first-of-type figure {
  float: right;
}
.timeline article:last-of-type {
  float: right;
}
.timeline article:last-of-type h2 {
  color: #9D8156;
}
.timeline article:last-of-type h6,
.timeline article:last-of-type a {
  color: #9D8156;
}
.timeline article:last-of-type a:hover {
  color: #95D40D;
}



/*      @media only screen and (max-width: 767px) {
        .pixel-feature-area .feature-content h1 {
          font-size: 24px; } }*/