@font-face {
    font-family: "CircularXX-Thin";
    src: url("https://www.nationalexpress.com/media/8162/circularxx-thin.otf");
}
@font-face {
    font-family: "CircularXX-Light";
    src: url("https://www.nationalexpress.com/media/8157/circularxx-light.otf");
}
@font-face {
    font-family: "CircularXX-Regular";
    src: url("https://www.nationalexpress.com/media/8161/circularxx-regular.otf");
}
@font-face {
    font-family: "CircularXX-Medium";
    src: url("https://www.nationalexpress.com/media/8159/circularxx-medium.otf");
}
@font-face {
    font-family: "CircularXX-Book";
    src: url("https://www.nationalexpress.com/media/8152/circularxx-book.otf");
}
@font-face {
    font-family: "CircularXX-Bold";
    src: url("https://www.nationalexpress.com/media/8150/circularxx-bold.otf");
}
@font-face {
    font-family: "CircularXX-ExtraBlack";
    src: url("https://www.nationalexpress.com/media/8154/circularxx-extrablack.otf");
}
.blue {
    background-color: #1258a4;
    border-color: #1258a4;
    color: #1258a4;
}
.green {
    background-color: #6fbe49;
    border-color: #6fbe49;
    color: #6fbe49;
}
.red {
    background-color: #db0529;
    border-color: #db0529;
    color: #db0529;
}
.purple {
    background-color: #8429a5;
    border-color: #8429a5;
    color: #8429a5;
}
.pink {
    background-color: #f3779c;
    border-color: #f3779c;
    color: #f3779c;
}
.lightblue {
    background-color: #00b5e2;
    border-color: #00b5e2;
    color: #00b5e2;
}
.yellow {
    background-color: #00b67a;
    border-color: #00b67a;
    color: #00b67a;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "CircularXX-Regular";
}

html {
    scroll-behavior: smooth;
}

p {
    margin: 0px;
}

.event__stop > img {
    max-width: 100px;
}
#timeline_container {
    background-color: #b7d2f9;
    position: relative;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}
.back_to_NX {
    position: absolute;
}
.back_to_NX a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    background-color: #1258a4;
    padding: 8px 10px;
    margin: 0px;
    border-radius: 4px;
    font-family: "CircularXX-Medium";
    position: relative;
    left: 30px;
    top: 40px;
    z-index: 100;
}
.back_to_NX img {
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    transform: rotate(180deg);
}
.small_mob_step_btn, .mob_step_btn {
    display: none;
}
#step__btns__container {
    height: 60vh; 
    position: absolute; 
    z-index: 999;
}
#step__btns {
    position: absolute;
    top: 75px;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    left: 30px;
    width: 170px;
}
.step_btn_copy {
    font-family: "CircularXX-Medium";
    font-size: 18px;
    cursor: default;
}
.step__btn {
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
}
.step__btn img {
    width: 100%;
}
.step__btn img:hover {
    filter: saturate(4);
}
.step__btn img[alt="left-arrow"] {
    transform: rotate(180deg);
}
#bck:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
#bck:disabled:hover {
   
}
#main__logo {
    position: absolute; 
    left: 50%; transform: 
    translateX(-50%); 
    top: 40px; 
    width: 200px; 
    display: flex; 
    flex-direction: column; 
    align-items: center;
}
.logo_text {
    /* display: none; */
    width: 30vw;
    text-align: center;
}
#timeline {
    height: 65%;
    border-bottom: 5px solid #868a8d;
}
main.glide__slides {
    height: 100%;
}
.decade {
    height: inherit;
    width: 100vw;
    position: relative;
    /* transform: translateY(-5px); */
    overflow: hidden;
}
.decade__event {
    position: absolute;
    bottom: 0px;
    display: flex;
    max-width: 300px;
}
.decade__year {
    display: flex;
    justify-content: center;
    height: inherit;
}
.num {
    font-family: "CircularXX-Thin";
    min-width: 15vw;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.num .num_img {
    height: 380px;
}
.num-s .num_img {
    height: 220px;
    position: relative;
    right: 50px;
}
.event__container {
    display: flex; 
    gap: 13px;
    flex-basis: 300px;
    align-items: flex-end;
}
.event__stop > .stem {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stemCircle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stemCircle__other {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
}
.stemCircle__other > .stemYear {
    font-family: "CircularXX-Bold";
    font-size: 18px;
    letter-spacing: 1px;
    color: inherit;
    display: flex;
}
.stemLine {
    width: 3px;
    height: 260px;
}
.stemLine__other {
    width: 3px;
    height: 200px;
}
.stemYear {
    font-family: "CircularXX-Bold";
    font-size: 26px;
    letter-spacing: 1px;
    color: #ffffff;
    display: flex;
    text-shadow: 1px 1px 4px black;
}

/* Stem other bg colours */
.stemCircle__other.green { background-color: #6fbe4942; color: white;}
.stemCircle__other.red { background-color: #db05292e; color: white;}
.stemCircle__other.purple { background-color: #8429a55e; color: white;}
.stemCircle__other.pink { background-color: #f3779c40; color: white;}
.stemCircle__other.lightblue { background-color: #00b5e236; color: white;}


.event__info {
    text-align: right;
    align-self: flex-start;
    position: relative;
}
.right {
    order: 1;
    text-align: left;
}

.event__title {
    background-color: transparent;
    border: none;
}
.event__title > p {
    text-transform: uppercase;
    font-family: "CircularXX-ExtraBlack";
    background-color: transparent;
    border: none;
    font-size: 14px;
}
.event__copy p {
    font-family: "CircularXX-Regular";
    font-size: 13px;
    line-height: 20px;

}
.event__btn button {
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 6px 12px;
    font-family: "CircularXX-Regular";
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    border-radius: 4px;
}

/* Modals */
.modal-content {
    border: none;
    outline: none;
    border-radius: 6px;
}
.modal-header {
    color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1055;
}
.modal-title {
    font-family: "CircularXX-Regular";
    font-size: 18px;
    text-shadow: 2px 1px 5px black;
}
span.modal-title-year {
    font-family: "CircularXX-Bold";
    font-size: 20px;
}
.modal-body p {
    font-family: "CircularXX-Light";
    font-size: 16px;
    line-height: 1.5em;
}
.modal-body img {
    width: 100%;
}


/* Events */
.event__image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 200;
}
.event__image img {
    width: 150px;
}
/* 1970 */
.e1972 {
    left: 5%;
    transform: translateX(-5%);
}
.e1972 .event__image.one {
    left: 100px;
}
img[alt="1972_NATIONALCOACH"] {
    width: 250px;
}
.bigben {
    left: 280px;
    bottom: -1px;
}
.bigben img {
    width: 65px;
}
.e1974 {
    left: 35%;
    transform: translateX(-35%);
}
.e1974 .event__image.two {
    left: 80px;
}
img[alt="1974_GUIDE"] {
    width: 100px;
}
.e1976 {
    left: 60%;
    transform: translateX(-60%);
}
.e1976 .event__image.three {
    left: 100px;
}
img[alt="1976_BRITISHSUMMER"] {
    width: 170px;
}
.e1976 .stemLine__other {
    height: 230px;
}
.e1979 {
    left: 85%;
    transform: translateX(-85%);
}
.e1979 .event__image.four {
    left: 200px;
}
img[alt="1979_JUBILEETUBE"] {
    width: 220px;
}
.e1979 .stemLine__other {
    height: 260px;
}


/* 1980 */
.e1981 {
    left: 10%;
    transform: translateX(-10%);
}
.e1981 .event__image.five {
    left: 100px;
}
img[alt="1981_RAPIDESTARTS"] {
    width: 180px;
}
.e1984 {
    left: 26%;
    transform: translateX(0px);
}
.e1984 .event__image.six {
    left: 300px;
}
.e1986 {
    left: 60%;
    transform: translateX(-60%);
}
.e1986 .event__image.seven {
    left: 100px;
}
img[alt="1986_HALLEYSCOMET"] {
    width: 220px;
}
.e1986 .stemLine__other {
    height: 240px;
}
.e1989  {
    left: 82%;
    transform: translateX(-82%);
}
.e1989 .event__image.eight {
    left: 300px;
}
img[alt="1989_GAMEBOY"] {
    width: 90px;
}
.e1989 .stemLine__other {
    height: 160px;
}
/* 1990 */
.e1992 {
    left: 10%;
    transform: translateX(-10%);
}
.e1992 .event__image.nine {
    left: 80px;
}
img[alt="1992_FTSEDICE"] {
    width: 150px;
}
.e1994 {
    left: 30%;
    transform: translateX(-30%);
}
.e1994 .event__image.ten {
    left: 100px;
}
img[alt="1994_CHANNELTUNNEL"] {
    width: 250px;
}
.e1996 {
    left: 58%;
    transform: translateX(-58%);
}
.e1996 .event__image.eleven {
    left: 80px;
}
img[alt="1996_EUROCUP"] {
    width: 150px;
}
.e1996 .stemLine__other {
    height: 250px;
}
.e1999  {
    left: 80%;
    transform: translateX(-80%);
}
.e1999 .event__image.twelve {
    left: 300px;
}
img[alt="1999_MILLENNIUMBUG"] {
    width:100px;
}

/* 2000 */
.e2000 {
    left: 7%;
    transform: translateX(-7%);
}
.e2000 .event__image.thirteen {
    left: 80px;
}
img[alt="2000_BIGBEN"] {
    width: 120px;
}
.e2004 {
    left: 30%;
    transform: translateX(-30%);
}
.e2004 .event__image.fourteen {
    left: 70px;
}
img[alt="2004_XFACTOR"] {
    width:120px;
}
.e2006 {
    left: 45%;
    transform: translateX(-45%);
}
.e2006 .event__image.fifteen {
    left: 200px;
}
img[alt="2006_GREATERACCESSIBILITY"] {
    width: 120px;
}
.e2007  {
    left: 70%;
    transform: translateX(-70%);
}
.e2007 .event__image.sixteen {
    left: 50px;
}
img[alt="2007_WEMBLEYSTADIUM"] {
    width: 180px;
}
.e2009  {
    left: 86%;
    transform: translateX(-86%);
}
.e2009 .event__image.seventeen {
    left: 70px;
}
img[alt="2009_BIRMINGHAMCOACHSTATION"] {
    width: 140px;
}

/* 2010 */
.e2012 {
    left: 5%;
    transform: translateX(-5%);
}
.e2012 .stemLine__other {
    height: 260px;
}
.e2012 .event__image.eighteen {
    left: 60px;
}
img[alt="2012_LONDONOLYMPICBRIDGE"] {
    width: 180px;
}
.e2014 {
    left: 28%;
    transform: translateX(-28%);
}
.e2014 .stemLine__other {
    height: 150px;
}
.e2014 .event__image.nineteen {
    left: 300px;
}
img[alt="2014_GAYWEDDING"] {
    width: 70px;
}
.e2016 {
    left: 50%;
    transform: translateX(-50%);
}
.e2016 .event__image.twenty {
    left: 250px;
}
img[alt="2016_LIVINGWAGE"] {
    width: 180px;
}
.e2019  {
    left: 70%;
}
.e2019 .stemLine__other {
    height: 240px;
}
.e2019 .event__image.twenty-one {
    left: 50px;
}
img[alt="2019_CHAMPIONSLEAGUETROPHY"] {
    width: 80px;
}
/* 2020 */
.e2020 {
    left: 10%;
    transform: translateX(-10%);
}
.e2020 .event__image.twenty-two {
    left: 100px;
}
img[alt="2020_DUBLINEXPRESS"] {
    width: 200px;
    transform: rotate(2deg);
}
.celebrate__image {
    display: flex;
    flex-direction: column-reverse;
    left: 100%; 
    justify-content: center;
}
.celebrate__image img {
    width: 45px;
}
.nx_cake_gif {
    left: -18%;
}
.nx_cake_gif img {
    width: 125px;
}
.e2022 {
    left: 45%;
    transform: translateX(-45%);
}
.e2022 .event__image.twenty-three {
    left: 100px;
}
img[alt="2022_VICTORIASTATION"] {
    width: 220px;
}
.e2035 {
    left: 75%;
}
.e2035 .event__image.twenty-four {
    left: 80px;
}
img[alt="FUTURE_GREENCOACH"] {
    width: 160px;
}

#green_dot {
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 65%; 
    border-left: 8px dotted #00b67a; 
    display: flex;
}
.future__text__copy {
    color: #00b67a; 
    font-size: 24px; 
    font-family: 'CircularXX-Bold'; 
    position: relative; 
    top: 50%; 
    transform: translateY(-25%);  
    left: 30px;
}

/* Stories */
.event_story {
    width: 50px;
}
.event_story img {
    width: 100%;
}

.story_btn {
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
    animation: wiggle 3s linear infinite;
}

#story-1983 {
    left: 25%;
    transform: translateX(-25%);
}
#story-1989 {
    left: 80%;
    transform: translateX(-80%);
}
#story-1990 {
    left: 50px;
}
#story-1991 {
    left: 125px;
}
#story-2003 {
    left: 400px
}

/* story animation */
/* Keyframes */
@keyframes wiggle {
    0%, 7% {
      transform: rotateZ(0);
    }
    15% {
      transform: rotateZ(-15deg);
    }
    20% {
      transform: rotateZ(10deg);
      transform: scale(1.2);
      filter: saturate(2);
    }
    25% {
      transform: rotateZ(-10deg);
    }
    30% {
      transform: rotateZ(6deg);
    }
    35% {
      transform: rotateZ(-4deg);
    }
    40%, 100% {
      transform: rotateZ(0);
    }
  }


/* Navigation */
#timeline__nav__container {
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#timeline__nav {
    padding: 70px 0px;
    z-index: 1;
}
img.coachscroller {
    width: 105px;
}
.glide__bullets {
    width: 50vw;
    position: relative;
}
.glide__bullets::after {
    content: '';
    width: 98%;
    height: 5px;
    background-color: grey;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 1;
}
.glide__bullet {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top: 50%;
    border: 4px solid rgb(8, 81, 184);
}
.active_nav {
    background-color: rgb(8, 81, 184);
}
#d1970 {
    left: 16.6%;
    transform: translate(-16.6%, -50%);
}

#d1980 {
    left: 33.2%;
    transform: translate(-33.2%, -50%);
}

#d1990 {
    left: 49.8%;
    transform: translate(-49.8%, -50%);
}

#d2000 {
    left: 66.4%;
    transform: translate(-66.4%, -50%);
}

#d2010 {
    left: 83%;
    transform: translate(-83%, -50%);
}

#d2020 {
    left: 100%;
    transform: translate(-100%, -50%);
}

.glide__bullet::after {
    display: block;
    position: absolute;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3em;
    font-weight: bold;
    font-family: "CircularXX-Bold";
}
.glide__bullet--active {
    background-color: rgb(8, 81, 184);
}
.glide__bullet:nth-child(1)::after {
    content: '1972';
}
.glide__bullet:nth-child(2)::after {
    content: '1980';
}
.glide__bullet:nth-child(3)::after {
    content: '1990';
}
.glide__bullet:nth-child(4)::after {
    content: '2000';
}
.glide__bullet:nth-child(5)::after {
    content: '2010';
}
.glide__bullet:nth-child(6)::after {
    content: '2022';
}

.nav__coachScroller {
    position: absolute;
    left: 0%;
    transform: translateY(-109%);
    cursor: pointer;
    transition: left 1.45s ease-in-out;
}
.nav__text {
    position: absolute;
    top: 0px;
    left: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.nav__text p {
    color: #222222;
    font-family: "CircularXX-Medium";
    text-align: center;
    font-size: 20px;
}



/* Mobile styles */
.mobTimeline__container {
    height: inherit;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.mob_nav_cta {
    text-align: center;
    margin-bottom: 30px;
    font-family: "CircularXX-Medium";
    font-size: 18px
}
.mobbtn_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mob_decade_btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid rgb(8, 81, 184);
}
.mob_copy {
    font-size: 24px;
    margin-top: 10px;
    font-family: "CircularXX-Bold";

}
/* Expirimental CSS */

/* PULSE */
.circle {
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
  }
  
  .pulse {
    animation: pulse-animation 2s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }


.icon-animate {
    position: absolute;
    width: 50px;
}
.haballoon1 {
    top: 30%;
    left: 50vw;
    animation: animate-filler 40s linear forwards;
}
.cloud1-a {
    top: 40%;
    left: 20vw;
    animation: animate-filler 25s linear forwards;
}
.cloud1-b {
    top: 30%;
    left: 40vw;
    animation: animate-filler 50s linear forwards;
}
.cloud1-c {
    top: 25%;
    left: 80vw;
    animation: animate-filler 80s linear forwards;

}

.haballoon2 {
    top: 39%;
    left: 105vw;
    animation: animate-full 60s linear 38s infinite;
    opacity: 0;
    visibility: hidden;
}
.cloud1-d {
    top: 30%;
    left: 105vw;
    animation: animate-full 50s linear 23s infinite;
    opacity: 0;
    visibility: hidden;
}
.cloud1-e {
    top: 32%;
    left: 105vw;
    animation: animate-full 50s linear 48s infinite;
    opacity: 0;
    visibility: hidden;
}
.cloud1-f {
    top: 25%;
    left: 105vw;
    animation: animate-full 40s linear 38s infinite;
    opacity: 0;
    visibility: hidden;
}

@keyframes animate-full {
    0% {
       opacity: 1;
       visibility: visible;
    }
    100% {
       left: -10%;
       opacity: 1;
    }
}
@keyframes animate-filler {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        left: -5%;
        display: none;
    }
}

/* MEDIA QUERIES */
@media only screen and (max-width: 767px) {
    #timeline__nav {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    #mobTimeline__nav {
        display: none;
    }
}

/* DONE - Small Mobiles */
@media only screen and (min-width: 320px) and (max-width: 359px) {
/* START */
.back_to_NX a {
    padding: 6px 10px;
    left: 15px;
    top: 15px;
    font-size: 14px;
}
#step__btns {
    display: none;
}
.small_mob_step_btn {
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    filter: saturate(0.1);
}
.small_mob_step_btn img {
    width: 100%;
}
.small_mob_step_btn img:hover {
    filter: saturate(4);
}
.small_mob_step_btn img[alt="left-arrow"] {
    transform: rotate(180deg);
}
button#small_mob_fwd {
    left: 95%;
    top: 50%;
    transform: translate(-100%, -50%);
    opacity: 0.5;
}
button#small_mob_bck {
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    opacity: 0.5;
}
button#small_mob_bck:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

#main__logo {
    top: 65px;
    width: 160px;
}
.logo_text {
    display: none;
}

@keyframes animate-full {
    0% {
       opacity: 0.2;
       visibility: visible;
    }
    100% {
       left: -10%;
       opacity: 0.2;
    }
}
@keyframes animate-filler {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0.2;
    }
    100% {
        left: -5%;
        display: none;
    }
}

#timeline {
    height: 75%;
    border-bottom: 3px solid #868a8d;
}
.decade {
    height: inherit;
}
.decade__year {
    display: none;
}

.stemCircle {
    width: 70px;
    height: 70px;
}
.stemCircle__other {
    width: 60px;
    height: 60px;
}
.stemCircle__other > .stemYear {
    font-family: "CircularXX-Bold";
    font-size: 16px;
    letter-spacing: 1px;
    color: inherit;
    display: flex;
}
.stemLine {
    width: 3px;
    height: 210px;
}
div.stemLine__other {
    width: 3px;
    height: 180px;
}
.stemYear {
    font-family: "CircularXX-Bold";
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    display: flex;
    text-shadow: 1px 1px 4px black;
}


/* Modals */
.modal-content {
    border: none;
    outline: none;
    border-radius: 6px;
}
.modal-header {
    color: #ffffff;
    /* sticky header
    position: sticky;
    top: 0;
    background-color: #db0529;
    z-index: 1055;
    */
    position: sticky;
    top: 0;
    z-index: 1055;
}
.modal-title {
    font-family: "CircularXX-Regular";
    font-size: 18px;
    text-shadow: 2px 1px 5px black;
}
span.modal-title-year {
    font-family: "CircularXX-Bold";
    font-size: 20px;
}
.modal-body p {
    font-family: "CircularXX-Light";
    font-size: 16px;
    line-height: 1.5em;
}
.modal-body img {
    width: 100%;
}

/* Events */
.event__container {
    flex-basis: 280px;
}
.event__image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 200;
}
.event__image img {
    width: 100px;
}
.event__btn button {
    padding: 5px 10px;
    font-size: 13px;
}
/* 1970 */
.e1972 {
    left: 15px;
    transform: translateX(0px);
}
.e1972 .event__image.one {
    left: 100px;
}
img[alt="1972_NATIONALCOACH"] {
    width: 125px;
}
.e1974 {
    left: 32%;
    transform: translateX(-32%);
}
.e1974 .event__image.two {
    left: 80px;
}
img[alt="1974_GUIDE"] {
    width: 80px;
}
.e1976 {
    left: 60%;
    transform: translateX(-60%);
}
.e1976 .event__image.three {
    left: 50px;
}
img[alt="1976_BRITISHSUMMER"] {
    width: 125px;
}
.e1976 .stemLine__other {
    height: 200px;
}
.e1979 {
    left: 70%;
    transform: translateX(0px);
}
.e1979 .event__image.four {
    left: 90px;
}
img[alt="1979_JUBILEETUBE"] {
    width: 150px;
}
.e1979 .stemLine__other {
    height: 200px;
}


/* 1980 */
.e1981 {
    left: 10%;
    transform: translateX(-10%);
}
.e1981 .event__image.five {
    left: 70px;
}
img[alt="1981_RAPIDESTARTS"] {
    width: 125px;
}
.e1981 .stemLine {
    height: 200px;
}
.e1984 {
    left: 30%;
    transform: translateX(0px);
}
.e1984 .event__image.six {
    left: 150px;
}
img[alt="1984_LIVEAIDCONCERT"] {
    width: 100px;
}
.e1984 .stemLine__other {
    height: 200px;
}
.e1986 {
    left: 55%;
    transform: translateX(0px);
}
.e1986 .event__image.seven {
    left: 50px;
}
img[alt="1986_HALLEYSCOMET"] {
    width: 150px;
}
.e1986 .stemLine__other {
    height: 200px;
}
.e1989  {
    left: 79%;
    transform: translateX(0px);
}
.e1989 .event__image.eight {
    left: 200px;
}
img[alt="1989_GAMEBOY"] {
    width: 50px;
}
.e1989 .stemLine__other {
    height: 200px;
}
/* 1990 */
.e1992 {
    left: 10%;
    transform: translateX(-10%);
}
.e1992 .event__image.nine {
    left: 80px;
}
img[alt="1992_FTSEDICE"] {
    width: 120px;
}
.e1994 {
    left: 30%;
    transform: translateX(0px);
}
.e1994 .event__image.ten {
    left: 60px;
}
img[alt="1994_CHANNELTUNNEL"] {
    width: 200px;
}
.e1994 .stemLine__other {
    height: 200px;
}
.e1996 {
    left: 70%;
    transform: translateX(-70%);
}
.e1996 .event__image.eleven {
    left: 60px;
}
img[alt="1996_EUROCUP"] {
    width: 120px;
}
.e1996 .stemLine__other {
    height: 200px;
}
.e1999  {
    left: 79%;
    transform: translateX(0px);
}
.e1999 .event__image.twelve {
    left: 150px;
}
img[alt="1999_MILLENNIUMBUG"] {
    width: 60px;
}
.e1999 .stemLine__other {
    height: 200px;
}

/* 2000 */
.e2000 {
    left: 5%;
    transform: translateX(0px);
}
.e2000 .event__image.thirteen {
    left: 80px;
}
img[alt="2000_BIGBEN"] {
    width: 80px;
}
.e2004 {
    left: 29%;
    transform: translateX(0px);
}
.e2004 .event__image.fourteen {
    left: 70px;
}
img[alt="2004_XFACTOR"] {
   width: 100px;
}
.e2004 .stemLine__other {
    height: 135px;
}
.e2006 {
    left: 37%;
    transform: translateX(0px);
}
.e2006 .event__image.fifteen {
    left: 200px;
}
img[alt="2006_GREATERACCESSIBILITY"] {
    width: 100px;
}
.e2007  {
    left: 58%;
    transform: translateX(0px);
}
.e2007 .event__image.sixteen {
    left: 50px;
}
img[alt="2007_WEMBLEYSTADIUM"] {
   width: 150px;
}
.e2009  {
    left: 78%;
    transform: translateX(0px);
}
.e2009 .event__image.seventeen {
    left: 70px;
}
img[alt="2009_BIRMINGHAMCOACHSTATION"] {
    width: 175px;
}

/* 2010 */
.e2012 {
    left: 5%;
    transform: translateX(-5%);
}
.e2012 .stemLine__other {
    height: 220px;
}
.e2012 .event__image.eighteen {
    left: 60px;
}
img[alt="2012_LONDONOLYMPICBRIDGE"] {
    width: 125px;
}
.e2014 {
    left: 25%;
    transform: translateX(0px);
}
.e2014 .stemLine__other {
    height: 180px;
}
.e2014 .event__image.nineteen {
    left: 180px;
}
img[alt="2014_GAYWEDDING"] {
   width: 60px;
}
.e2016 {
    left: 50%;
    transform: translateX(0px);
}
.e2016 .event__image.twenty {
    left: 150px;
}
img[alt="2016_LIVINGWAGE"] {
    width: 125px;
}
.e2019  {
    left: 75%;
    transform: translateX(0px);
}
.e2019 .stemLine__other {
    height: 210px;
}
.e2019 .event__image.twenty-one {
    left: 100px;
}
img[alt="2019_CHAMPIONSLEAGUETROPHY"] {
    width: 70px;
}
/* 2020 */
.e2020 {
    left: 5%;
    transform: translateX(0px);
}
.e2020 .event__image.twenty-two {
    left: 100px;
}
img[alt="2020_DUBLINEXPRESS"] {
    width: 150px;
    transform: rotate(2deg);
}
.celebrate__image {
    left: 80%;
}
.celebrate__image img {
    width: 35px;
}
.nx_cake_gif {
    left: 5%;
}
.nx_cake_gif img {
    width: 80px;
}

.e2022 {
    left: 45%;
    transform: translateX(-45%);
}
.e2022 .event__image.twenty-three {
    left: 80px;
}
img[alt="2022_VICTORIASTATION"] {
    width: 180px;
}
.e2035 {
    left: 75%;
}
.e2035 .event__image.twenty-four {
    left: 60px;
}
img[alt="FUTURE_GREENCOACH"] {
    width: 100px;
}

/* Stories */
.event_story {
    width: 40px;
}
.event_story img {
    width: 100%;
}

#story-1983 {
    left: 24%;
    transform: translateX(-24%);
}
#story-1989 {
    left: 85%;
    transform: translateX(0px);
}
#story-1990 {
    left: 110px;
}
#story-1991 {
    left: 350px;
}
#story-2003 {
    left: 395px
}


/* Navigation */
#timeline__nav__container {
    height: 25%;
}
/* Mobile styles */
#mob_bck_container, #mob_fwd_container, #mob_coachscroller {
    display: none;
}
#small_mob_bck_container, #small_mob_fwd_container, #small_mob_coachscroller {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mobTimeline__container {
    height: inherit;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#mobTimeline__nav {
    width: 100%;
}
.mob_nav_cta {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "CircularXX-Medium";
}
.mob_copy {
    font-size: 20px;
    margin-top: 5px;
}

/* Expirimental CSS */
/* Future Leaves */

/* END */
}
/* DONE -  Mobile */
@media only screen and (min-width: 360px) and (max-width: 599px) {
/* START */
.back_to_NX a {
    padding: 6px 10px;
    left: 15px;
    top: 15px;
    font-size: 14px;
}
.back_to_NX img {
    top: -1.62px;
}
#step__btns {
    display: none;
}
.mob_step_btn {
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    filter: saturate(0.1);
}
.mob_step_btn img {
    width: 100%;
}
.mob_step_btn img:hover {
    filter: saturate(4);
}
.mob_step_btn img[alt="left-arrow"] {
    transform: rotate(180deg);
}
button#mob_fwd {
    left: 95%;
    top: 50%;
    transform: translate(-100%, -50%);
    opacity: 0.5;
}
button#mob_bck {
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    opacity: 0.5;
}
button#mob_bck:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

#main__logo {
    top: 80px; 
    width: 200px;
}
.logo_text {
    display: block;
    width: 80vw;
    text-align: center;
    margin-top: 10px;
}
#timeline {
    height: 75%;
    border-bottom: 3px solid #868a8d;
}

@keyframes animate-full {
    0% {
       opacity: 0.5;
       visibility: visible;
    }
    100% {
       left: -10%;
       opacity: 0.5;
    }
}
@keyframes animate-filler {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    100% {
        left: -5%;
        display: none;
    }
}

.decade {
    height: inherit
}
.decade__year {
    display: none;
}

.stemCircle {
    width: 80px;
    height: 80px;
}
.stemCircle__other {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
}
.stemCircle__other > .stemYear {
    font-family: "CircularXX-Bold";
    font-size: 18px;
    letter-spacing: 1px;
    color: inherit;
    display: flex;
}
.stemLine {
    width: 3px;
    height: 260px;
}
.stemLine__other {
    width: 3px;
    height: 200px;
}
.stemYear {
    font-size: 24px;
}


/* Modals */
.modal-content {
    border: none;
    outline: none;
    border-radius: 6px;
}
.modal-header {
    color: #ffffff;
    /* sticky header
    position: sticky;
    top: 0;
    background-color: #db0529;
    z-index: 1055;
    */
    position: sticky;
    top: 0;
    z-index: 1055;
}
.modal-title {
    font-family: "CircularXX-Regular";
    font-size: 18px;
    text-shadow: 2px 1px 5px black;
}
span.modal-title-year {
    font-family: "CircularXX-Bold";
    font-size: 20px;
}
.modal-body p {
    font-family: "CircularXX-Light";
    font-size: 16px;
    line-height: 1.5em;
}
.modal-body img {
    width: 100%;
}


/* Events */
.event__image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 200;
}
.event__image img {
    width: 150px;
}

/* 1970 */
.e1972 {
    left: 50px;
}
.e1972 .event__image.one {
    left: 125px;
}
img[alt="1972_NATIONALCOACH"] {
    width: 165px;
}
.e1974 {
    left: 35%;
    transform: translateX(-35%);
}
.e1974 .event__image.two {
    left: 100px;
}
img[alt="1974_GUIDE"] {
    width: 100px;
}
.e1976 {
    left: 60%;
    transform: translateX(-60%);
    /* left: 900px; */
}
.e1976 .event__image.three {
    left: 50px;
}
img[alt="1976_BRITISHSUMMER"] {
    width: 170px;
}
.e1976 .stemLine__other {
    height: 230px;
}
.e1979 {
    left: 85%;
    transform: translateX(-85%);
    /* left: 1300px; */
}
.e1979 .event__image.four {
    left: 50px;
}
img[alt="1979_JUBILEETUBE"] {
    width: 175px;
}
.e1979 .stemLine__other {
    height: 260px;
}


/* 1980 */
.e1981 {
    left: 10%;
    transform: translateX(-10%);
}
.e1981 .event__image.five {
    left: 70px;
}
img[alt="1981_RAPIDESTARTS"] {
    width: 150px;
}
.e1984 {
    left: 27%;
    transform: translateX(0px);
}
.e1984 .event__image.six {
    left: 150px;
}
img[alt="1984_LIVEAIDCONCERT"] {
    width: 100px;
}
.e1986 {
    left: 60%;
    transform: translateX(-60%);
}
.e1986 .event__image.seven {
    left: 80px;
}
img[alt="1986_HALLEYSCOMET"] {
    width: 160px;
}
.e1986 .stemLine__other {
    height: 240px;
}
.e1989  {
    left: 82%;
    transform: translateX(-82%);
}
.e1989 .event__image.eight {
    left: 230px;
}
img[alt="1989_GAMEBOY"] {
    width: 60px;
}
.e1989 .stemLine__other {
    height: 160px;
}
/* 1990 */
.e1992 {
    left: 10%;
    transform: translateX(-10%);
}
.e1992 .event__image.nine {
    left: 60px;
}
img[alt="1992_FTSEDICE"] {
    width: 125px;
}
.e1994 {
    left: 30%;
    transform: translateX(-30%);
}
.e1994 .event__image.ten {
    left: 80px;
}
img[alt="1994_CHANNELTUNNEL"] {
    width: 200px;
}
.e1996 {
    left: 58%;
    transform: translateX(-58%);
}
.e1996 .event__image.eleven {
    left: 80px;
}
img[alt="1996_EUROCUP"] {
    width: 130px;
}
.e1996 .stemLine__other {
    height: 250px;
}
.e1999  {
    left: 80%;
    transform: translateX(-80%);
}
.e1999 .event__image.twelve {
    left: 100px;
}
img[alt="1999_MILLENNIUMBUG"] {
    width: 80px;
}

/* 2000 */
.e2000 {
    left: 7%;
    transform: translateX(-7%);
}
.e2000 .event__image.thirteen {
    left: 80px;
}
img[alt="2000_BIGBEN"] {
    width: 100px;
}
.e2004 {
    left: 30%;
    transform: translateX(-30%);
}
.e2004 .event__image.fourteen {
    left: 70px;
}
img[alt="2004_XFACTOR"] {
    width:120px;
}
.e2006 {
    left: 45%;
    transform: translateX(-45%);
}
.e2006 .event__image.fifteen {
    left: 200px;
}
img[alt="2006_GREATERACCESSIBILITY"] {
    width: 120px;
}
.e2007  {
    left: 70%;
    transform: translateX(-70%);
}
.e2007 .event__image.sixteen {
    left: 50px;
}
img[alt="2007_WEMBLEYSTADIUM"] {
    width: 180px;
}
.e2009  {
    left: 86%;
    transform: translateX(-86%);
}
.e2009 .event__image.seventeen {
    left: 70px;
}
img[alt="2009_BIRMINGHAMCOACHSTATION"] {
    width: 180px;
}

/* 2010 */
.e2012 {
    left: 5%;
    transform: translateX(-5%);
}
.e2012 .stemLine__other {
    height: 260px;
}
.e2012 .event__image.eighteen {
    left: 60px;
}
img[alt="2012_LONDONOLYMPICBRIDGE"] {
    width: 150px;
}
.e2014 {
    left: 28%;
    transform: translateX(-28%);
}
.e2014 .stemLine__other {
    height: 150px;
}
.e2014 .event__image.nineteen {
    left: 180px;
}
img[alt="2014_GAYWEDDING"] {
    width: 70px;
}
.e2016 {
    left: 50%;
    transform: translateX(-50%);
}
.e2016 .event__image.twenty {
    left: 100px;
}
img[alt="2016_LIVINGWAGE"] {
    width: 150px;
}
.e2019  {
    left: 70%;
}
.e2019 .stemLine__other {
    height: 240px;
}
.e2019 .event__image.twenty-one {
    left: 50px;
}
img[alt="2019_CHAMPIONSLEAGUETROPHY"] {
    width: 80px;
}
/* 2020 */
.e2020 {
    left: 10%;
    transform: translateX(-10%);
}
.e2020 .event__image.twenty-two {
    left: 100px;
}
img[alt="2020_DUBLINEXPRESS"] {
    width: 150px;
    transform: rotate(2deg);
}
.celebrate__image {
    left: 80%;
}
.celebrate__image img {
    width: 40px;
}
.nx_cake_gif {
    left: -15%;
}
.nx_cake_gif img {
    width: 110px;
}

.e2022 {
    left: 45%;
    transform: translateX(-45%);
}
.e2022 .event__image.twenty-three {
    left: 100px;
}
img[alt="2022_VICTORIASTATION"] {
    width: 150px;
}
.e2035 {
    left: 75%;
}
.e2035 .event__image.twenty-four {
    left: 80px;
}
img[alt="FUTURE_GREENCOACH"] {
    width: 140px;
}

/* Stories */
.event_story {
    width: 40px;
}
.event_story img {
    width: 100%;
}

#story-1983 {
    left: 23%;
    transform: translateX(-23%);
}
#story-1989 {
    left: 75%;
    transform: translateX(-75%);
}
#story-1990 {
    left: 120px;
}
#story-1991 {
    left: 375px;
}
#story-2003 {
    left: 390px
}


/* Navigation */
#mob_bck_container, #mob_fwd_container, #mob_coachscroller {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#small_mob_bck_container, #small_mob_fwd_container, #small_mob_coachscroller {
    display: none;
}
#timeline__nav__container {
    height: 25%;
}
/* Mobile styles */
.mobTimeline__container {
    height: inherit;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#mobTimeline__nav {
    width: 100%;
}
#mobTimeline__nav .mobNav_cta {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: "CircularXX-Medium";
}


/* Expirimental CSS */
/* Future Leaves */

/* END */
}

/* DONE - Small Tablets */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    /* START */
.back_to_NX a {
    padding: 8px 12px;
    left: 20px;
    top: 20px;
    font-size: 16px;
}
.back_to_NX img {
    top: -1.62px;
}
#step__btns {
    display: none;
}
.mob_step_btn {
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    filter: saturate(0.1);
}
.mob_step_btn img {
    width: 100%;
}
.mob_step_btn img:hover {
    filter: saturate(4);
}
.mob_step_btn img[alt="left-arrow"] {
    transform: rotate(180deg);
}
button#mob_fwd {
    left: 95%;
    top: 50%;
    transform: translate(-100%, -50%);
    opacity: 0.5;
}
button#mob_bck {
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    opacity: 0.5;
}
button#mob_bck:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

#main__logo {
    top: 80px; 
    width: 200px;
}
.logo_text {
    display: block;
    width: 80vw;
    text-align: center;
    margin-top: 10px;
}
#timeline {
    height: 75%;
    border-bottom: 3px solid #868a8d;
}

@keyframes animate-full {
    0% {
       opacity: 0.5;
       visibility: visible;
    }
    100% {
       left: -10%;
       opacity: 0.5;
    }
}
@keyframes animate-filler {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    100% {
        left: -5%;
        display: none;
    }
}

.decade {
    height: inherit;
}
.decade__year {
    display: none;
}

.stemCircle {
    width: 80px;
    height: 80px;
}
.stemCircle__other {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
}
.stemCircle__other > .stemYear {
    font-family: "CircularXX-Bold";
    font-size: 18px;
    letter-spacing: 1px;
    color: inherit;
    display: flex;
}
.stemLine {
    width: 3px;
    height: 260px;
}
.stemLine__other {
    width: 3px;
    height: 200px;
}
.stemYear {
    font-size: 24px;
}


/* Modals */
.modal-content {
    border: none;
    outline: none;
    border-radius: 6px;
}
.modal-header {
    color: #ffffff;
    /* sticky header
    position: sticky;
    top: 0;
    background-color: #db0529;
    z-index: 1055;
    */
    position: sticky;
    top: 0;
    z-index: 1055;
}
.modal-title {
    font-family: "CircularXX-Regular";
    font-size: 18px;
    text-shadow: 2px 1px 5px black;
}
span.modal-title-year {
    font-family: "CircularXX-Bold";
    font-size: 20px;
}
.modal-body p {
    font-family: "CircularXX-Light";
    font-size: 16px;
    line-height: 1.5em;
}
.modal-body img {
    width: 100%;
}


/* Events */
.event__image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 200;
}
.event__image img {
    width: 150px;
}

/* 1970 */
.e1972 {
    left: 50px;
}
.e1972 .event__image.one {
    left: 125px;
}
img[alt="1972_NATIONALCOACH"] {
    width: 165px;
}
.e1974 {
    left: 35%;
    transform: translateX(-35%);
}
.e1974 .event__image.two {
    left: 100px;
}
img[alt="1974_GUIDE"] {
    width: 100px;
}
.e1976 {
    left: 60%;
    transform: translateX(-60%);
    /* left: 900px; */
}
.e1976 .event__image.three {
    left: 50px;
}
img[alt="1976_BRITISHSUMMER"] {
    width: 170px;
}
.e1976 .stemLine__other {
    height: 230px;
}
.e1979 {
    left: 85%;
    transform: translateX(-85%);
    /* left: 1300px; */
}
.e1979 .event__image.four {
    left: 50px;
}
img[alt="1979_JUBILEETUBE"] {
    width: 175px;
}
.e1979 .stemLine__other {
    height: 260px;
}


/* 1980 */
.e1981 {
    left: 10%;
    transform: translateX(-10%);
}
.e1981 .event__image.five {
    left: 70px;
}
img[alt="1981_RAPIDESTARTS"] {
    width: 150px;
}
.e1984 {
    left: 27%;
    transform: translateX(0px);
}
.e1984 .event__image.six {
    left: 150px;
}
img[alt="1984_LIVEAIDCONCERT"] {
    width: 100px;
}
.e1986 {
    left: 60%;
    transform: translateX(-60%);
}
.e1986 .event__image.seven {
    left: 80px;
}
img[alt="1986_HALLEYSCOMET"] {
    width: 160px;
}
.e1986 .stemLine__other {
    height: 240px;
}
.e1989  {
    left: 82%;
    transform: translateX(-82%);
}
.e1989 .event__image.eight {
    left: 230px;
}
img[alt="1989_GAMEBOY"] {
    width: 60px;
}
.e1989 .stemLine__other {
    height: 160px;
}
/* 1990 */
.e1992 {
    left: 10%;
    transform: translateX(-10%);
}
.e1992 .event__image.nine {
    left: 60px;
}
img[alt="1992_FTSEDICE"] {
    width: 125px;
}
.e1994 {
    left: 30%;
    transform: translateX(-30%);
}
.e1994 .event__image.ten {
    left: 80px;
}
img[alt="1994_CHANNELTUNNEL"] {
    width: 200px;
}
.e1996 {
    left: 58%;
    transform: translateX(-58%);
}
.e1996 .event__image.eleven {
    left: 80px;
}
img[alt="1996_EUROCUP"] {
    width: 130px;
}
.e1996 .stemLine__other {
    height: 250px;
}
.e1999  {
    left: 80%;
    transform: translateX(-80%);
}
.e1999 .event__image.twelve {
    left: 100px;
}
img[alt="1999_MILLENNIUMBUG"] {
    width: 80px;
}

/* 2000 */
.e2000 {
    left: 7%;
    transform: translateX(-7%);
}
.e2000 .event__image.thirteen {
    left: 80px;
}
img[alt="2000_BIGBEN"] {
    width: 100px;
}
.e2004 {
    left: 30%;
    transform: translateX(-30%);
}
.e2004 .event__image.fourteen {
    left: 70px;
}
img[alt="2004_XFACTOR"] {
    width:120px;
}
.e2006 {
    left: 45%;
    transform: translateX(-45%);
}
.e2006 .event__image.fifteen {
    left: 200px;
}
img[alt="2006_GREATERACCESSIBILITY"] {
    width: 120px;
}
.e2007  {
    left: 70%;
    transform: translateX(-70%);
}
.e2007 .event__image.sixteen {
    left: 50px;
}
img[alt="2007_WEMBLEYSTADIUM"] {
    width: 180px;
}
.e2009  {
    left: 86%;
    transform: translateX(-86%);
}
.e2009 .event__image.seventeen {
    left: 70px;
}
img[alt="2009_BIRMINGHAMCOACHSTATION"] {
    width: 180px;
}

/* 2010 */
.e2012 {
    left: 5%;
    transform: translateX(-5%);
}
.e2012 .stemLine__other {
    height: 260px;
}
.e2012 .event__image.eighteen {
    left: 60px;
}
img[alt="2012_LONDONOLYMPICBRIDGE"] {
    width: 150px;
}
.e2014 {
    left: 28%;
    transform: translateX(-28%);
}
.e2014 .stemLine__other {
    height: 150px;
}
.e2014 .event__image.nineteen {
    left: 180px;
}
img[alt="2014_GAYWEDDING"] {
    width: 70px;
}
.e2016 {
    left: 50%;
    transform: translateX(-50%);
}
.e2016 .event__image.twenty {
    left: 100px;
}
img[alt="2016_LIVINGWAGE"] {
    width: 150px;
}
.e2019  {
    left: 70%;
}
.e2019 .stemLine__other {
    height: 240px;
}
.e2019 .event__image.twenty-one {
    left: 50px;
}
img[alt="2019_CHAMPIONSLEAGUETROPHY"] {
    width: 80px;
}
/* 2020 */
.e2020 {
    left: 10%;
    transform: translateX(-10%);
}
.e2020 .event__image.twenty-two {
    left: 100px;
}
img[alt="2020_DUBLINEXPRESS"] {
    width: 150px;
    transform: rotate(2deg);
}
.celebrate__image {
    left: 80%;
}
.celebrate__image img {
    width: 40px;
}
.nx_cake_gif {
    left: -15%;
}
.nx_cake_gif img {
    width: 110px;
}

.e2022 {
    left: 45%;
    transform: translateX(-45%);
}
.e2022 .event__image.twenty-three {
    left: 100px;
}
img[alt="2022_VICTORIASTATION"] {
    width: 150px;
}
.e2035 {
    left: 75%;
}
.e2035 .event__image.twenty-four {
    left: 80px;
}
img[alt="FUTURE_GREENCOACH"] {
    width: 150px;
}

/* Stories */
.event_story {
    width: 40px;
}
.event_story img {
    width: 100%;
}

#story-1983 {
    left: 23%;
    transform: translateX(-23%);
}
#story-1989 {
    left: 75%;
    transform: translateX(-75%);
}
#story-1990 {
    left: 120px;
}
#story-1991 {
    left: 375px;
}
#story-2003 {
    left: 390px
}


/* Navigation */
#mob_bck_container, #mob_fwd_container, #mob_coachscroller {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#small_mob_bck_container, #small_mob_fwd_container, #small_mob_coachscroller {
    display: none;
}
#timeline__nav__container {
    height: 25%;
}
/* Mobile styles */
.mobTimeline__container {
    height: inherit;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#mobTimeline__nav {
    width: 100%;
}
.mob_nav_cta {
    font-size: 22px;
}


/* Expirimental CSS */
/* Future Leaves */

/* END */
}

/* DONE - Tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

/* Logo  */
#main__logo {
    top: 100px; 
    width: 250px;
}
.logo_text {
    display: block;
    width: 60vw;
    text-align: center;
    margin-top: 10px;
}
@keyframes animate-full {
    0% {
       opacity: 0.5;
       visibility: visible;
    }
    100% {
       left: -10%;
       opacity: 0.5;
    }
}
@keyframes animate-filler {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    100% {
        left: -5%;
        display: none;
    }
}

/* Timeline nav */
#step__btns {
    display: none;
}
.mob_step_btn {
    display: block;
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    filter: saturate(0.1);
}
.mob_step_btn img {
    width: 100%;
}
.mob_step_btn img:hover {
    filter: saturate(4);
}
.mob_step_btn img[alt="left-arrow"] {
    transform: rotate(180deg);
}
button#mob_fwd {
    left: 95%;
    top: 40%;
    transform: translate(-100%, -50%);
    opacity: 0.5;
}
button#mob_bck {
    left: 5%;
    top: 40%;
    transform: translate(-5%, -50%);
    opacity: 0.5;
}
button#mob_bck:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.num {
    min-width: 45vw;
    opacity: 0.6;
}
.num .num_img {
    height: 300px;
}
.num-s .num_img {
    height: 220px;
    position: relative;
    right: 80px;
}

/* Events */
.event__image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 200;
}
.event__copy p {
    font-size: 14px;
    line-height: 22px;
}
/* 1970 */
.e1972 {
    left: 50px;
}
.e1972 .event__image.one {
    left: 100px;
}
img[alt="1972_NATIONALCOACH"] {
    width: 200px;
}
.e1974 {
    left: 35%;
    transform: translateX(-35%);
}
.e1974 .event__image.two {
    left: 100px;
}
img[alt="1974_GUIDE"] {
    width: 150px;
}
.e1976 {
    left: 60%;
    transform: translateX(-60%);
    /* left: 900px; */
}
.e1976 .event__image.three {
    left: 50px;
}
img[alt="1976_BRITISHSUMMER"] {
    width: 180px;
}
.e1976 .stemLine__other {
    height: 250px;
}
.e1979 {
    left: 85%;
    transform: translateX(-85%);
}
.e1979 .event__image.four {
    left: 50px;
}
img[alt="1979_JUBILEETUBE"] {
    width: 250px;
}
.e1979 .stemLine__other {
    height: 260px;
}


/* 1980 */
.e1981 {
    left: 10%;
    transform: translateX(-10%);
}
.e1981 .event__image.five {
    left: 70px;
}
img[alt="1981_RAPIDESTARTS"] {
    width: 175px;
}
.e1984 {
    left: 28%;
    transform: translateX(0px);
}
.e1984 .event__image.six {
    left: 150px;
}
img[alt="1984_LIVEAIDCONCERT"] {
    width: 150px;
}
.e1984 .stemLine__other {
    height: 240px;
}
.e1986 {
    left: 60%;
    transform: translateX(-60%);
}
.e1986 .event__image.seven {
    left: 80px;
}
img[alt="1986_HALLEYSCOMET"] {
    width: 200px;
}
.e1986 .stemLine__other {
    height: 240px;
}
.e1989  {
    left: 82%;
    transform: translateX(-82%);
}
.e1989 .event__image.eight {
    left: 200px;
}
img[alt="1989_GAMEBOY"] {
    width: 80px;
}
.e1989 .stemLine__other {
    height: 250px;
}
/* 1990 */
.e1992 {
    left: 10%;
    transform: translateX(-10%);
}
.e1992 .event__image.nine {
    left: 60px;
}
img[alt="1992_FTSEDICE"] {
    width: 150px;
}
.e1994 {
    left: 30%;
    transform: translateX(-30%);
}
.e1994 .event__image.ten {
    left: 80px;
}
img[alt="1994_CHANNELTUNNEL"] {
    width: 250px;
}
.e1996 {
    left: 58%;
    transform: translateX(-58%);
}
.e1996 .event__image.eleven {
    left: 80px;
}
img[alt="1996_EUROCUP"] {
    width: 150px;
}
.e1996 .stemLine__other {
    height: 250px;
}
.e1999  {
    left: 80%;
    transform: translateX(-80%);
}
.e1999 .event__image.twelve {
    left: 100px;
}
img[alt="1999_MILLENNIUMBUG"] {
    width: 80px;
}
.e1999 .stemLine__other {
    height: 260px;
}

/* 2000 */
.e2000 {
    left: 7%;
    transform: translateX(-7%);
}
.e2000 .event__image.thirteen {
    left: 80px;
}
img[alt="2000_BIGBEN"] {
    width: 120px;
}
.e2004 {
    left: 30%;
    transform: translateX(-30%);
}
.e2004 .event__image.fourteen {
    left: 70px;
}
img[alt="2004_XFACTOR"] {
    width:150px;
}
.e2006 {
    left: 45%;
    transform: translateX(-45%);
}
.e2006 .event__image.fifteen {
    left: 200px;
}
img[alt="2006_GREATERACCESSIBILITY"] {
    width: 180px;
}
.e2007  {
    left: 70%;
    transform: translateX(-70%);
}
.e2007 .event__image.sixteen {
    left: 50px;
}
img[alt="2007_WEMBLEYSTADIUM"] {
    width: 180px;
}
.e2009  {
    left: 86%;
    transform: translateX(-86%);
}
.e2009 .event__image.seventeen {
    left: 70px;
}
img[alt="2009_BIRMINGHAMCOACHSTATION"] {
    width: 200px;
}

/* 2010 */
.e2012 {
    left: 5%;
    transform: translateX(-5%);
}
.e2012 .stemLine__other {
    height: 280px;
}
.e2012 .event__image.eighteen {
    left: 60px;
}
img[alt="2012_LONDONOLYMPICBRIDGE"] {
    width: 150px;
}
.e2014 {
    left: 28%;
    transform: translateX(-28%);
}
.e2014 .stemLine__other {
    height: 180px;
}
.e2014 .event__image.nineteen {
    left: 160px;
}
img[alt="2014_GAYWEDDING"] {
    width: 100px;
}
.e2016 {
    left: 50%;
    transform: translateX(-50%);
}
.e2016 .event__image.twenty {
    left: 100px;
}
img[alt="2016_LIVINGWAGE"] {
    width: 180px;
}
.e2019  {
    left: 70%;
}
.e2019 .stemLine__other {
    height: 280px;
}
.e2019 .event__image.twenty-one {
    left: 100px;
}
img[alt="2019_CHAMPIONSLEAGUETROPHY"] {
    width: 100px;
}
/* 2020 */
.e2020 {
    left: 10%;
    transform: translateX(-10%);
}
.e2020 .event__image.twenty-two {
    left: 80px;
}
img[alt="2020_DUBLINEXPRESS"] {
    width: 200px;
    transform: rotate(2deg);
}
.celebrate__image {
    left: 110%;
}
.celebrate__image img {
    width: 45px;
}
.nx_cake_gif {
    left: -15%;
}
.nx_cake_gif img {
    width: 130px;
}

.e2022 {
    left: 45%;
    transform: translateX(-45%);
}
.e2022 .event__image.twenty-three {
    left: 100px;
}
img[alt="2022_VICTORIASTATION"] {
    width: 250px;
}
.e2035 {
    left: 75%;
}
.e2035 .event__image.twenty-four {
    left: 80px;
}
img[alt="FUTURE_GREENCOACH"] {
    width: 150px;
}

/* Stories */
.event_story {
    width: 40px;
}
.event_story img {
    width: 100%;
}

#story-1983 {
    left: 23%;
    transform: translateX(-23%);
}
#story-1989 {
    left: 75%;
    transform: translateX(-75%);
}
#story-1990 {
    left: 140px;
}
#story-1991 {
    left: 400px;
}
#story-2003 {
    left: 390px
}

/* Navigation */
#timeline__nav, .nav__text {
    width: 85vw;
}
.nav__text p {
    text-align: center;
    font-size: 22px;
    color: #212529;
}
img.coachscroller {
    width: 90px;
}

}

/* DONE - Desktop */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
/* Logo  */
#main__logo {
    top: 100px; 
    width: 200px !important;
}
.logo_text {
    display: block;
    width: 50vw;
    text-align: center;
    margin-top: 10px;
}
@keyframes animate-full {
    0% {
       opacity: 0.5;
       visibility: visible;
    }
    100% {
       left: -10%;
       opacity: 0.5;
    }
}
@keyframes animate-filler {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    100% {
        left: -5%;
        display: none;
    }
}

/* Timeline nav */
#step__btns {
    display: none;
}
.mob_step_btn {
    display: block;
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    filter: saturate(0.1);
}
.mob_step_btn img {
    width: 100%;
}
.mob_step_btn img:hover {
    filter: saturate(4);
}
.mob_step_btn img[alt="left-arrow"] {
    transform: rotate(180deg);
}
button#mob_fwd {
    left: 95%;
    top: 50%;
    transform: translate(-100%, -50%);
    opacity: 0.7;
}
button#mob_bck {
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    opacity: 0.7;
}
button#mob_bck:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.num {
    min-width: 28vw;
    opacity: 0.6;
}
.num .num_img {
    height: 300px;
}
.num-s .num_img {
    height: 220px;
}

/* Events */
.event__image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 200;
}
.event__copy p {
    font-size: 14px;
    line-height: 22px;
}
/* 1970 */
.e1972 {
    left: 50px;
}
.e1972 .event__image.one {
    left: 100px;
}
img[alt="1972_NATIONALCOACH"] {
    width: 200px;
}
.e1974 {
    left: 35%;
    transform: translateX(-35%);
}
.e1974 .event__image.two {
    left: 100px;
}
img[alt="1974_GUIDE"] {
    width: 120px;
}
.e1976 {
    left: 60%;
    transform: translateX(-60%);
    /* left: 900px; */
}
.e1976 .event__image.three {
    left: 50px;
}
img[alt="1976_BRITISHSUMMER"] {
    width: 180px;
}
.e1976 .stemLine__other {
    height: 250px;
}
.e1979 {
    left: 85%;
    transform: translateX(-85%);
}
.e1979 .event__image.four {
    left: 50px;
}
img[alt="1979_JUBILEETUBE"] {
    width: 250px;
}
.e1979 .stemLine__other {
    height: 260px;
}


/* 1980 */
.e1981 {
    left: 10%;
    transform: translateX(-10%);
}
.e1981 .event__image.five {
    left: 70px;
}
img[alt="1981_RAPIDESTARTS"] {
    width: 175px;
}
.e1984 {
    left: 27%;
    transform: translateX(0px);
}
.e1984 .event__image.six {
    left: 150px;
}
img[alt="1984_LIVEAIDCONCERT"] {
    width: 150px;
}
.e1984 .stemLine__other {
    height: 240px;
}
.e1986 {
    left: 60%;
    transform: translateX(-60%);
}
.e1986 .event__image.seven {
    left: 80px;
}
img[alt="1986_HALLEYSCOMET"] {
    width: 200px;
}
.e1986 .stemLine__other {
    height: 240px;
}
.e1989  {
    left: 82%;
    transform: translateX(-82%);
}
.e1989 .event__image.eight {
    left: 200px;
}
img[alt="1989_GAMEBOY"] {
    width: 80px;
}
.e1989 .stemLine__other {
    height: 250px;
}
/* 1990 */
.e1992 {
    left: 10%;
    transform: translateX(-10%);
}
.e1992 .event__image.nine {
    left: 60px;
}
img[alt="1992_FTSEDICE"] {
    width: 150px;
}
.e1994 {
    left: 30%;
    transform: translateX(-30%);
}
.e1994 .event__image.ten {
    left: 80px;
}
img[alt="1994_CHANNELTUNNEL"] {
    width: 250px;
}
.e1996 {
    left: 58%;
    transform: translateX(-58%);
}
.e1996 .event__image.eleven {
    left: 80px;
}
img[alt="1996_EUROCUP"] {
    width: 150px;
}
.e1996 .stemLine__other {
    height: 250px;
}
.e1999  {
    left: 80%;
    transform: translateX(-80%);
}
.e1999 .event__image.twelve {
    left: 100px;
}
img[alt="1999_MILLENNIUMBUG"] {
    width: 80px;
}
.e1999 .stemLine__other {
    height: 260px;
}

/* 2000 */
.e2000 {
    left: 7%;
    transform: translateX(-7%);
}
.e2000 .event__image.thirteen {
    left: 80px;
}
img[alt="2000_BIGBEN"] {
    width: 120px;
}
.e2004 {
    left: 30%;
    transform: translateX(-30%);
}
.e2004 .event__image.fourteen {
    left: 70px;
}
img[alt="2004_XFACTOR"] {
    width:150px;
}
.e2006 {
    left: 45%;
    transform: translateX(-45%);
}
.e2006 .event__image.fifteen {
    left: 200px;
}
img[alt="2006_GREATERACCESSIBILITY"] {
    width: 180px;
}
.e2007  {
    left: 70%;
    transform: translateX(-70%);
}
.e2007 .event__image.sixteen {
    left: 50px;
}
img[alt="2007_WEMBLEYSTADIUM"] {
    width: 180px;
}
.e2009  {
    left: 86%;
    transform: translateX(-86%);
}
.e2009 .event__image.seventeen {
    left: 70px;
}
img[alt="2009_BIRMINGHAMCOACHSTATION"] {
    width: 200px;
}

/* 2010 */
.e2012 {
    left: 5%;
    transform: translateX(-5%);
}
.e2012 .stemLine__other {
    height: 280px;
}
.e2012 .event__image.eighteen {
    left: 60px;
}
img[alt="2012_LONDONOLYMPICBRIDGE"] {
    width: 150px;
}
.e2014 {
    left: 28%;
    transform: translateX(-28%);
}
.e2014 .stemLine__other {
    height: 180px;
}
.e2014 .event__image.nineteen {
    left: 160px;
}
img[alt="2014_GAYWEDDING"] {
    width: 100px;
}
.e2016 {
    left: 50%;
    transform: translateX(-50%);
}
.e2016 .event__image.twenty {
    left: 100px;
}
img[alt="2016_LIVINGWAGE"] {
    width: 180px;
}
.e2019  {
    left: 70%;
}
.e2019 .stemLine__other {
    height: 280px;
}
.e2019 .event__image.twenty-one {
    left: 100px;
}
img[alt="2019_CHAMPIONSLEAGUETROPHY"] {
    width: 100px;
}
/* 2020 */
.e2020 {
    left: 10%;
    transform: translateX(-10%);
}
.e2020 .event__image.twenty-two {
    left: 80px;
}
img[alt="2020_DUBLINEXPRESS"] {
    width: 200px;
    transform: rotate(2deg);
}
.celebrate__image {
    left: 100%;
}
.celebrate__image img {
    width: 50px;
}
.nx_cake_gif {
    left: -15%;
}
.nx_cake_gif img {
    width: 130px;
}


.e2022 {
    left: 45%;
    transform: translateX(-45%);
}
.e2022 .event__image.twenty-three {
    left: 100px;
}
img[alt="2022_VICTORIASTATION"] {
    width: 250px;
}
.e2035 {
    left: 75%;
}
.e2035 .event__image.twenty-four {
    left: 80px;
}
img[alt="FUTURE_GREENCOACH"] {
    width: 150px;
}

/* Stories */
.event_story {
    width: 40px;
}
.event_story img {
    width: 100%;
}

#story-1983 {
    left: 23%;
    transform: translateX(-23%);
}
#story-1989 {
    left: 75%;
    transform: translateX(-75%);
}
#story-1990 {
    left: 140px;
}
#story-1991 {
    left: 425px;
}
#story-2003 {
    left: 390px
}

/* Navigation */
#timeline__nav, .nav__text {
    width: 85vw;
}
.nav__text p {
    text-align: center;
    font-size: 22px;
    color: #212529;
    margin-top: 10px;
}
img.coachscroller {
    width: 90px;
}
}
/* DONE */
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
    /* Logo  */
    #main__logo {
        top: 100px; 
        width: 150px;
    }
    .logo_text {
        display: block;
        width: 50vw;
        text-align: center;
        margin-top: 10px;
    }
    @keyframes animate-full {
        0% {
           opacity: 0.5;
           visibility: visible;
        }
        100% {
           left: -10%;
           opacity: 0.5;
        }
    }
    @keyframes animate-filler {
        0% {
            opacity: 0;
        }
        5% {
            opacity: 0.5;
        }
        100% {
            left: -5%;
            display: none;
        }
    }
    
    /* Timeline nav */
    #step__btns {
        display: none;
    }
    .mob_step_btn {
        display: block;
        width: 35px;
        height: 35px;
        border: none;
        outline: none;
        border-radius: 50%;
        cursor: pointer;
        z-index: 1000;
        position: absolute;
        filter: saturate(0.1);
    }
    .mob_step_btn img {
        width: 100%;
    }
    .mob_step_btn img:hover {
        filter: saturate(4);
    }
    .mob_step_btn img[alt="left-arrow"] {
        transform: rotate(180deg);
    }
    button#mob_fwd {
        left: 95%;
        top: 40%;
        transform: translate(-100%, -50%);
        opacity: 0.7;
    }
    button#mob_bck {
        left: 5%;
        top: 40%;
        transform: translate(-5%, -50%);
        opacity: 0.7;
    }
    button#mob_bck:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }
    
    .num {
        min-width: 25vw;
        opacity: 0.6;
    }
    .num .num_img {
        height: 250px;
    }
    .num-s .num_img {
        height: 180px;
        position: relative;
        right: 100px;
    }

    .stemCircle {
        width: 70px;
        height: 70px;
    }
    .stemCircle__other {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        border-width: 3px;
        border-style: solid;
    }
    .stemCircle__other > .stemYear {
        font-family: "CircularXX-Bold";
        font-size: 18px;
        letter-spacing: 1px;
        color: inherit;
        display: flex;
    }
    .stemLine {
        width: 3px;
        height: 200px;
    }
    .stemLine__other {
        width: 3px;
        height: 150px;
    }
    .stemYear {
        font-size: 20px;
    }
    
    /* Events */
    .event__image {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 200;
    }
    .event__copy p {
        font-size: 13px;
        line-height: 20px;
    }
    /* 1970 */
    .e1972 {
        left: 50px;
    }
    .e1972 .event__image.one {
        left: 100px;
    }
    img[alt="1972_NATIONALCOACH"] {
        width: 200px;
    }
    .e1974 {
        left: 35%;
        transform: translateX(-35%);
    }
    .e1974 .event__image.two {
        left: 100px;
    }
    img[alt="1974_GUIDE"] {
        width: 80px;
    }
    .e1976 {
        left: 60%;
        transform: translateX(-60%);
        /* left: 900px; */
    }
    .e1976 .event__image.three {
        left: 50px;
    }
    img[alt="1976_BRITISHSUMMER"] {
        width: 120px;
    }
    .e1976 .stemLine__other {
        height: 170px;
    }
    .e1979 {
        left: 85%;
        transform: translateX(-85%);
    }
    .e1979 .event__image.four {
        left: 50px;
    }
    img[alt="1979_JUBILEETUBE"] {
        width: 180px;
    }
    .e1979 .stemLine__other {
        height: 180px;
    }
    
    
    /* 1980 */
    .e1981 {
        left: 10%;
        transform: translateX(-10%);
    }
    .e1981 .event__image.five {
        left: 70px;
    }
    img[alt="1981_RAPIDESTARTS"] {
        width: 150px;
    }
    .e1984 {
        left: 33%;
        transform: translateX(0px);
    }
    .e1984 .event__image.six {
        left: 150px;
    }
    img[alt="1984_LIVEAIDCONCERT"] {
        width: 120px;
    }
    .e1984 .stemLine__other {
        height: 180px;
    }
    .e1986 {
        left: 60%;
        transform: translateX(0px);
    }
    .e1986 .event__image.seven {
        left: 80px;
    }
    img[alt="1986_HALLEYSCOMET"] {
        width: 200px;
    }
    .e1986 .stemLine__other {
        height: 180px;
    }
    .e1989  {
        left: 82%;
        transform: translateX(0px);
    }
    .e1989 .event__image.eight {
        left: 200px;
    }
    img[alt="1989_GAMEBOY"] {
        width: 65px;
    }
    .e1989 .stemLine__other {
        height: 180px;
    }
    /* 1990 */
    .e1992 {
        left: 10%;
        transform: translateX(-10%);
    }
    .e1992 .event__image.nine {
        left: 70px;
    }
    img[alt="1992_FTSEDICE"] {
        width: 125px;
    }
    .e1994 {
        left: 30%;
        transform: translateX(0px);
    }
    .e1994 .event__image.ten {
        left: 100px;
    }
    img[alt="1994_CHANNELTUNNEL"] {
        width: 250px;
    }
    .e1996 {
        left: 58%;
        transform: translateX(0px);
    }
    .e1996 .event__image.eleven {
        left: 80px;
    }
    img[alt="1996_EUROCUP"] {
        width: 100px;
    }
    .e1996 .stemLine__other {
        height: 170px;
    }
    .e1999  {
        left: 80%;
        transform: translateX(0px);
    }
    .e1999 .event__image.twelve {
        left: 100px;
    }
    img[alt="1999_MILLENNIUMBUG"] {
        width: 80px;
    }
    .e1999 .stemLine__other {
        height: 180px;
    }
    
    /* 2000 */
    .e2000 {
        left: 7%;
        transform: translateX(-7%);
    }
    .e2000 .event__image.thirteen {
        left: 80px;
    }
    img[alt="2000_BIGBEN"] {
        width: 100px;
    }
    .e2004 {
        left: 28%;
        transform: translateX(0px);
    }
    .e2004 .event__image.fourteen {
        left: 70px;
    }
    img[alt="2004_XFACTOR"] {
        width:100px;
    }
    .e2004 .stemLine__other {
        height: 120px;
    }
    .e2006 {
        left: 43%;
        transform: translateX(0px);
    }
    .e2006 .event__image.fifteen {
        left: 200px;
    }
    img[alt="2006_GREATERACCESSIBILITY"] {
        width: 125px;
    }
    .e2007  {
        left: 65%;
        transform: translateX(0px);
    }
    .e2007 .event__image.sixteen {
        left: 50px;
    }
    img[alt="2007_WEMBLEYSTADIUM"] {
        width: 200px;
    }
    .e2009  {
        left: 85%;
        transform: translateX(0px);
    }
    .e2009 .event__image.seventeen {
        left: 70px;
    }
    img[alt="2009_BIRMINGHAMCOACHSTATION"] {
        width: 150px;
    }
    
    /* 2010 */
    .e2012 {
        left: 5%;
        transform: translateX(-5%);
    }
    .e2012 .stemLine__other {
        height: 180px;
    }
    .e2012 .event__image.eighteen {
        left: 60px;
    }
    img[alt="2012_LONDONOLYMPICBRIDGE"] {
        width: 120px;
    }
    .e2014 {
        left: 28%;
        transform: translateX(-28%);
    }
    .e2014 .stemLine__other {
        height: 130px;
    }
    .e2014 .event__image.nineteen {
        left: 160px;
    }
    img[alt="2014_GAYWEDDING"] {
        width: 60px;
    }
    .e2016 {
        left: 45%;
        transform: translateX(0px);
    }
    .e2016 .event__image.twenty {
        left: 150px;
    }
    img[alt="2016_LIVINGWAGE"] {
        width: 150px;
    }
    .e2019  {
        left: 70%;
    }
    .e2019 .stemLine__other {
        height: 200px;
    }
    .e2019 .event__image.twenty-one {
        left: 130px;
    }
    img[alt="2019_CHAMPIONSLEAGUETROPHY"] {
        width: 80px;
    }
    /* 2020 */
    .e2020 {
        left: 10%;
        transform: translateX(-10%);
    }
    .e2020 .event__image.twenty-two {
        left: 80px;
    }
    img[alt="2020_DUBLINEXPRESS"] {
        width: 200px;
        transform: rotate(2deg);
    }
    .celebrate__image {
        left: 95%;
    }
    .celebrate__image img {
        width: 40px;
    }
    .nx_cake_gif {
        left: -25%;
    }
    .nx_cake_gif img {
        width: 120px;
    }    
    
    .e2022 {
        left: 45%;
        transform: translateX(-45%);
    }
    .e2022 .event__image.twenty-three {
        left: 100px;
    }
    img[alt="2022_VICTORIASTATION"] {
        width: 200px;
    }
    .e2035 {
        left: 75%;
    }
    .e2035 .event__image.twenty-four {
        left: 80px;
    }
    img[alt="FUTURE_GREENCOACH"] {
        width: 100px;
    }
    
    /* Stories */
    .event_story {
        width: 50px;
    }
    .event_story img {
        width: 100%;
    }
    
    #story-1983 {
        left: 23%;
        transform: translateX(-23%);
    }
    #story-1989 {
        left: 80%;
        transform: translateX(0px);
    }
    #story-1990 {
        left: 140px;
    }
    #story-1991 {
        left: 350px;
    }
    #story-2003 {
        left: 430px;
    }
    
    /* Navigation */
    #timeline__nav, .nav__text {
        width: 60vw;
    }
    .nav__text p {
        text-align: center;
        font-size: 14px;
        color: #212529;
        margin-top: 25px;
    }
    .nav__coachScroller {
        transform: translateY(-98%);
    }
    img.coachscroller {
        width: 80px;
    }
    .glide__bullet {
        width: 20px;
        height: 20px;
        border: 2px solid rgb(8, 81, 184);
    }
    .glide__bullet::after {
        font-size: 1em;
    }
    .glide__bullets::after {
        height: 3px;
    }

    }
/* DONE */
@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  /* Logo  */
  #main__logo {
    top: 100px; 
    width: 150px;
}
.logo_text {
    display: block;
    width: 50vw;
    text-align: center;
    margin-top: 10px;
}
@keyframes animate-full {
    0% {
       opacity: 0.5;
       visibility: visible;
    }
    100% {
       left: -10%;
       opacity: 0.5;
    }
}
@keyframes animate-filler {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    100% {
        left: -5%;
        display: none;
    }
}

/* Timeline nav */
#step__btns {
    display: none;
}
.mob_step_btn {
    display: block;
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    filter: saturate(0.1);
}
.mob_step_btn img {
    width: 100%;
}
.mob_step_btn img:hover {
    filter: saturate(4);
}
.mob_step_btn img[alt="left-arrow"] {
    transform: rotate(180deg);
}
button#mob_fwd {
    left: 95%;
    top: 40%;
    transform: translate(-100%, -50%);
    opacity: 0.7;
}
button#mob_bck {
    left: 5%;
    top: 40%;
    transform: translate(-5%, -50%);
    opacity: 0.7;
}
button#mob_bck:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.num {
    min-width: 20vw;
    opacity: 0.6;
}
.num .num_img {
    height: 300px;
}
.num-s .num_img {
    height: 180px;
    position: relative;
    right: 50px;
}

.stemCircle {
    width: 70px;
    height: 70px;
}
.stemCircle__other {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
}
.stemCircle__other > .stemYear {
    font-family: "CircularXX-Bold";
    font-size: 18px;
    letter-spacing: 1px;
    color: inherit;
    display: flex;
}
.stemLine {
    width: 3px;
    height: 280px;
}
.stemLine__other {
    width: 3px;
    height: 150px;
}
.stemYear {
    font-size: 20px;
}

/* Events */
.event__image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 200;
}
.event__copy p {
    font-size: 14px;
    line-height: 22px;
}
/* 1970 */
.e1972 {
    left: 50px;
}
.e1972 .event__image.one {
    left: 100px;
}
img[alt="1972_NATIONALCOACH"] {
    width: 200px;
}
.e1974 {
    left: 35%;
    transform: translateX(-35%);
}
.e1974 .event__image.two {
    left: 100px;
}
img[alt="1974_GUIDE"] {
    width: 100px;
}
.e1976 {
    left: 60%;
    transform: translateX(-60%);
    /* left: 900px; */
}
.e1976 .event__image.three {
    left: 50px;
}
img[alt="1976_BRITISHSUMMER"] {
    width: 120px;
}
.e1976 .stemLine__other {
    height: 200px;
}
.e1979 {
    left: 85%;
    transform: translateX(-85%);
}
.e1979 .event__image.four {
    left: 50px;
}
img[alt="1979_JUBILEETUBE"] {
    width: 180px;
}
.e1979 .stemLine__other {
    height: 230px;
}


/* 1980 */
.e1981 {
    left: 10%;
    transform: translateX(-10%);
}
.e1981 .event__image.five {
    left: 70px;
}
img[alt="1981_RAPIDESTARTS"] {
    width: 170px;
}
.e1984 {
    left: 35%;
    transform: translateX(0px);
}
.e1984 .event__image.six {
    left: 150px;
}
img[alt="1984_LIVEAIDCONCERT"] {
    width: 120px;
}
.e1984 .stemLine__other {
    height: 230px;
}
.e1986 {
    left: 60%;
    transform: translateX(0px);
}
.e1986 .event__image.seven {
    left: 80px;
}
img[alt="1986_HALLEYSCOMET"] {
    width: 150px;
}
.e1986 .stemLine__other {
    height: 180px;
}
.e1989  {
    left: 82%;
    transform: translateX(0px);
}
.e1989 .event__image.eight {
    left: 200px;
}
img[alt="1989_GAMEBOY"] {
    width: 50px;
}
.e1989 .stemLine__other {
    height: 230px;
}
/* 1990 */
.e1992 {
    left: 10%;
    transform: translateX(-10%);
}
.e1992 .event__image.nine {
    left: 80px;
}
img[alt="1992_FTSEDICE"] {
    width: 120px;
}
.e1994 {
    left: 30%;
    transform: translateX(0px);
}
.e1994 .event__image.ten {
    left: 100px;
}
img[alt="1994_CHANNELTUNNEL"] {
    width: 200px;
}
.e1994 .stemLine__other {
    height: 230px;
}
.e1996 {
    left: 58%;
    transform: translateX(0px);
}
.e1996 .event__image.eleven {
    left: 80px;
}
img[alt="1996_EUROCUP"] {
    width: 120px;
}
.e1996 .stemLine__other {
    height: 200px;
}
.e1999  {
    left: 80%;
    transform: translateX(0px);
}
.e1999 .event__image.twelve {
    left: 150px;
}
img[alt="1999_MILLENNIUMBUG"] {
    width: 80px;
}
.e1999 .stemLine__other {
    height: 230px;
}

/* 2000 */
.e2000 {
    left: 7%;
    transform: translateX(-7%);
}
.e2000 .event__image.thirteen {
    left: 80px;
}
img[alt="2000_BIGBEN"] {
    width: 120px;
}
.e2004 {
    left: 28%;
    transform: translateX(0px);
}
.e2004 .event__image.fourteen {
    left: 70px;
}
img[alt="2004_XFACTOR"] {
    width: 120px;
}
.e2004 .stemLine__other {
    height: 150px;
}
.e2006 {
    left: 43%;
    transform: translateX(0px);
}
.e2006 .event__image.fifteen {
    left: 160px;
}
img[alt="2006_GREATERACCESSIBILITY"] {
    width: 150px;
}
.e2007  {
    left: 65%;
    transform: translateX(0px);
}
.e2007 .event__image.sixteen {
    left: 50px;
}
img[alt="2007_WEMBLEYSTADIUM"] {
    width: 150px;
}
.e2009  {
    left: 85%;
    transform: translateX(0px);
}
.e2009 .event__image.seventeen {
    left: 70px;
}
img[alt="2009_BIRMINGHAMCOACHSTATION"] {
    width: 200px;
}

/* 2010 */
.e2012 {
    left: 5%;
    transform: translateX(-5%);
}
.e2012 .stemLine__other {
    height: 280px;
}
.e2012 .event__image.eighteen {
    left: 60px;
}
img[alt="2012_LONDONOLYMPICBRIDGE"] {
    width: 180px;
}
.e2014 {
    left: 28%;
    transform: translateX(-28%);
}
.e2014 .stemLine__other {
    height: 180px;
}
.e2014 .event__image.nineteen {
    left: 160px;
}
img[alt="2014_GAYWEDDING"] {
    width: 80px;
}
.e2016 {
    left: 45%;
    transform: translateX(0px);
}
.e2016 .event__image.twenty {
    left: 150px;
}
img[alt="2016_LIVINGWAGE"] {
    width: 150px;
}
.e2019  {
    left: 70%;
}
.e2019 .stemLine__other {
    height: 250px;
}
.e2019 .event__image.twenty-one {
    left: 100px;
}
img[alt="2019_CHAMPIONSLEAGUETROPHY"] {
    width: 80px;
}
/* 2020 */
.e2020 {
    left: 10%;
    transform: translateX(-10%);
}
.e2020 .event__image.twenty-two {
    left: 80px;
}
img[alt="2020_DUBLINEXPRESS"] {
    width: 200px;
    transform: rotate(2deg);
}
.celebrate__image {
    left: 95%;
}
.celebrate__image img {
    width: 50px;
}
.nx_cake_gif {
    left: -25%;
}
.nx_cake_gif img {
    width: 125px;
}

.e2022 {
    left: 45%;
    transform: translateX(-45%);
}
.e2022 .event__image.twenty-three {
    left: 100px;
}
img[alt="2022_VICTORIASTATION"] {
    width: 200px;
}
.e2035 {
    left: 75%;
}
.e2035 .event__image.twenty-four {
    left: 40px;
}
img[alt="FUTURE_GREENCOACH"] {
    width: 120px;
}

/* Stories */
.event_story {
    width: 50px;
}
.event_story img {
    width: 100%;
}

#story-1983 {
    left: 25%;
    transform: translateX(0px);
}
#story-1989 {
    left: 85%;
    transform: translateX(0px);
}
#story-1990 {
    left: 140px;
}
#story-1991 {
    left: 350px;
}
#story-2003 {
    left: 400px
}

/* Navigation */
#timeline__nav, .nav__text {
    width: 80vw;
}
.nav__text p {
    text-align: center;
    font-size: 20px;
    color: #212529;
    margin-top: 0px;
}
img.coachscroller {
    width: 120px;
}

}
/* DONE */
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
    /* events */
    .e2000 {
        left: 3%;
        transform: translateX(-3%);
    }
    .e2004 {
        left: 25%;
        transform: translateX(-25%);
    }
}

/* HEIGHTS */
@media only screen and (max-height: 567px) {
    .logo_text {
        display: none;
    }
    #main__logo {
        top: 15px;
        width: 75px;
        left: 95%;
        transform: translateX(-100%);
    }
}
@media only screen and (min-height: 568px) and (max-height:640px) {
    .logo_text {
        display: none;
    }
    #main__logo {
        top: 60px; 
        width: 190px;
    }

    #timeline {
        height: 75%;
    }
    .decade {
        height: inherit;
    }
    #timeline__nav__container {
        height: 25%;
    }
  }
@media only screen and (min-height: 641px) and (max-height:735px) {
    .logo_text {
        display: none;
    }
    #main__logo {
        top: 65px; 
        width: 160px;
    }

    #timeline {
        height: 75%;
    }
    .decade {
        height: inherit;
    }
    #timeline__nav__container {
        height: 25%;
    }

  }
@media only screen and (min-height: 736px) and (max-height:845px) {
  .logo_text {
      font-size: 13px;
  }
  #main__logo {
    top: 65px; 
    width: 160px;
  }

  #timeline {
    height: 75%;
  }
 .decade {
    height: inherit;
 }
  #timeline__nav__container {
    height: 25%;
  }

}
@media only screen and (min-height: 846px) and (max-height:927px) {
    #main__logo {
        top: 80px; 
        width: 200px;
    }
    .logo_text {
        font-size: 16px;
    }
    #timeline {
        height: 70%;
    }
    .decade {
        height: inherit;
    }
    #timeline__nav__container {
        height: 30%;
    }
}
