/* ================ UO EDIT SUITE - TIMELINE - STYLING OVERRIDES ================ */
/*
 
    VERSION: v1.0.0
    DESCRIPTION: Overrides the styling for the UO Edit Suite Timeline
 
    APPLICATION: Applies to all pages. 
 
/* ================ TABLE OF CONTENTS ================ */
/*
01. General
00. Media Quires
*/
 
/* ==================== 01. General ==================== */
.timeline__title {
	font-size: 1.5rem;
	line-height: clamp(1.575rem,3vw,1.65rem);
}

.timeline__body {
	font-size: 1.125rem;
  line-height: 1.575rem;
}
 
/* ==================== 00. MEDIA QUERIES ==================== */
 
/* === 1550px === */
@media screen and (min-width: 1550px) {
}
 
/* === 960px === */
@media screen and (min-width: 960px) {
 
}
 
/* === 900px === */
@media screen and (min-width: 900px) {
}
 
/* === 659px === */
@media screen and (min-width: 659px) {
}
 
/* === 480px === */
@media screen and (min-width: 480px) {
}