    @font-face {
        font-family: Kippax-con-ex-bold;
        src: url("fonts/kippaxmodernbeta-condensedextrabold-webfont.woff2");
    }

    @font-face {
        font-family: Kippax-con-thin;
        src: url("fonts/kippaxmodernbeta-condensedthin-webfont.woff2");
    }

    #border {
        width: 320px;
        height: 50px;
        top: 0;
        left: 0;
        overflow: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute;
    }

    #wrapper {
        width: 320px;
        height: 50px;
        overflow: hidden;
        background-color: #001838;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
   }

   #text-container {
        display: flex;
        align-items: center;
        justify-content: center;
   }

   #country {
        display: none;
   }

/* IMAGES */

    #purple-rectangle {
        opacity: 1;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 80px;
        height: 5px;
        background-color: #ee00dc;
    }

    #crest {
        position: absolute;
        top: 5px;
        width: 150px;
        height: 28px;
        opacity: 1;
        right: 5px;
        opacity: 0;
    }

/*  FRAME 1 - ENGAGE  */

   #engage {
        transform: translateX(-5px);
        color: #3bd6ff;
        position: absolute;
        opacity: 0;
        font-family: kippax-con-ex-bold;
        font-style: italic;
        font-size: 35px;
        padding-left: 50px;
        padding-right: 50px;
   }

/*  FRAME 2 - IMPROVE  */

    #improve {
        transform: translateX(-5px);
        color: #e6ff00;
        position: absolute;
        opacity: 0;
        font-family: kippax-con-ex-bold;
        font-style: italic;
        font-size: 35px;
        padding-left: 50px;
        padding-right: 50px;
    }

/* FRAME 3 - COMMUNICATE */

    #communicate {
        transform: translateX(-5px);
        color: #ee00dc;
        font-size: 40px;
        position: absolute;
        opacity: 0;
        font-family: kippax-con-ex-bold;
        font-style: italic;
        font-size: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }

/* FRAME 4 - LANGUAGE */

    #language {
        transform: translateX(0px) translateY(0px);
    }

   #more {
        transform: translateX(3px) translateY(-20px);
        opacity: 0;
        font-family: kippax-con-thin;
        font-style: normal;
        font-size: 13px;
        color: #ffffff;
        display: inline;
    }

    #langframe {
        transform: translateX(0px) translateY(0px);
        color: #ee00dc;
        opacity: 0;
        display: inline;
        margin-bottom: -10px;
        font-family: kippax-con-ex-bold;
        font-style: italic;
        font-size: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #programme {
        transform: translateX(0px) translateY(0px);
        opacity: 0;
        font-family: kippax-con-thin;
        font-style: normal;
        font-size: 13px;
        color: #ffffff;
        display: inline;
    }

/* FRAME 5 - YEARS */

   #years {
        position: absolute;
   }

   #age {
        opacity: 0;
        color: #3bd6ff;
        display: inline-block;
        margin-bottom: -12px;
        color: #ee00dc;
        font-size: 40px;
        transform: translateX(0px) translateY(-3px);
        font-family: kippax-con-ex-bold;
        font-style: italic;
        padding-left: 25px;
        padding-right: 25px;
    }


    #old {
        transform: translateX(-14px) translateY(-3px);
        opacity: 0;
        text-align: center;
        font-size: 18px;
        margin-top: -25px;
        display: inline-block;
        margin-bottom: -10px;
        font-family: kippax-con-thin;
        font-style: normal;
        color: #ffffff;
    }

    #purple-box-years {
        opacity: 0;
        position: absolute;
        top: 2px;
        width: 285px;
        height: 41px;
        background-color: #ee00dc;
    }

/* FRAME 6 - BOYS AND GIRLS */

    #boys {
        position: absolute;
        opacity: 0;
        transform: translateX(-5px);
        color: #ee00dc;
        font-size: 35px;
        font-family: kippax-con-ex-bold;
        font-style: italic;
        padding-left: 25px;
        padding-right: 25px;
    }

    #purple-box-boys {
        opacity: 0;
        position: absolute;
        top: 2px;
        width: 285px;
        height: 41px;
        background-color: #ee00dc;
    }

/* FRAME 7 - SEASON */

    #season {
        position: absolute;
        opacity: 0;
        transform: translateX(-5px) translateY(-2px);
    }

    #summer {
        transform: translateX(15px) translateY(-15px);
        font-family: kippax-con-thin;
        font-style: normal;
        font-size: 20px;
        color: #ffffff;
        display: inline-block;
        margin-bottom: -10px;
    }

    #year {
        color: #e6ff00;
        display: inline-block;
        margin-bottom: 0px;
        font-size: 40px;
        margin-top: 5px;
        font-family: kippax-con-ex-bold;
        font-style: italic;
        padding-left: 25px;
        padding-right: 25px;
      }

/* FRAME 8 - ACADEMY */

    #cfa-academy {
        position: absolute;
        transform: translateX(-4px) translateY(-6px);
    }

    #cfa {
        display: block;
        margin-bottom: -10px;
        text-align: center;
    }

    #at {
        display: inline-block;
        opacity: 0;
        font-family: kippax-con-thin;
        font-style: normal;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: -10px;
        transform: translateX(8px) translateY(-4px);
        text-align: left;
        padding-right: 10px;
    }

    .cfa-part {
        display: inline-block; 
        white-space: nowrap;
        color: #e6ff00;
        font-family: kippax-con-ex-bold;
        font-style: italic;
        font-size: 25px;
        opacity: 0;
    }

#academy {
    padding-right: 5px;
}

#cityfootball {
    padding-right: 4px;
}


   

