@import "navmenu.css";

body {
font-family: 'Oxygen', sans-serif;
color:#535659;
}

.timelineleft {
    background:#468265;
}

.timelineright {
    background:#6dada1;
}

.timeline-center-odd {
    background:#dae5e3;
}

.timeline-center-even {
    background:#bed6ca;
}

.display-2 {
    color:#ffffff;
}


a:link {
color: #009973;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 484px) {


}