/** If you want to use any images on your page, they will need to be hoste on a secure site like imgur.com **/

    /*******************
         BASE CONFIG
    *******************/
    {
        box-sizing: border-box;
        font-family: 'poppins';
        color: white;
        text-align: center;
        font-size: 25px;
    }
    /******
      BODY
    *******/
    body {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: auto;
        height: 100%;
        min-height: 900px;
        background-color: #2C10D8;
        position: relative;
    }
    /******
      DIV
    *******/
    div {
        font-size: 11px;
        line-height: 1.5;
        text-align: center;
        color: white;
    }
    /****************
       HEADER IMAGE
    *****************/
    #header_Img_Content {
        margin: auto;
        width: 100%;
        text-align: center;
    }
    #your-logo {
        margin: auto;
        text-align: center;
    }
    /**************
       BODY TEXT
    ***************/
    .body_text {
        box-sizing: border-box;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        color: white;
        text-align: center;
        font-size: 20px;
        font-family: 'poppins';
        font-weight: normal;
    }
    /******************
        INSTRUCTIONS
    ******************/
    #instructional-text {
        margin: auto;
        width: 90%;
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        font-family: 'poppins';
    }
    /**************
        FOOTER
    **************/
    #footer {
        margin: auto;
        width: 100%;
        color: transparent;
        text-align: center;
        font-size: 18px;
    }
    /********************
        INTRO SECTION
    ********************/
    #intro {
        margin: auto;
        width: 100%;
        color: lightgoldenrodyellow;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        font-family: 'haboro-contrast-normal';
    }
    #intro-text {
        margin: auto;
        width: 90%;
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        font-family: 'haboro-contrast-normal';
    }
    /********************
        SEPERATOR BAR
    ********************/
    hr.separator {
        border-radius: 5px;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        height: 8px;
        border: 0;
        background-color: #F87B02;
        padding: 0px;
    }
    /************************
        LOCATION CODE TEXT
    ************************/
    #location_code_text {
        margin: auto;
        width: 90%;
        color: goldenrod;
        text-align: center;
        font-size: 40px;
        font-family: 'eds-market-upright-script';
    }
    /****************************
        LOCATION CODE CONTAINER
    ****************************/
    #location_code_container {
        margin: auto;
        width: 100%;
        color: white;
        text-align: center;
        font-size: 18px;
        font-family: 'poppins';
    }
    /************************
        PLAYLISTS CONTAINER
    ************************/
    #playlists_container {
        margin: auto;
        width: 90%;
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        font-family: 'poppins';
    }
    #playlist-text {
        margin: auto;
        width: 90%;
        color: #ffffff;
        text-align: middle;
        font-size: 18px;
        font-family: 'poppins';
    }
    /*********************
        SECTION TITLES - Titles to the different sections of the page
    *********************/
    .rf-titles {
        border-bottom: 5px white;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        color: white;
        text-align: center;
        font-size: 30px;
    }
    .white-title {
        box-sizing: border-box;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        color: white;
        text-align: center;
        font-size: 40px;
        font-family: 'kari-display-pro';
    }
    .light-gold-title {
        box-sizing: border-box;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        color: lightgoldenrodyellow;
        text-align: center;
        font-size: 30px;
        font-family: 'kari-pro';
    }
    .gold-title {
        box-sizing: border-box;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        color: goldenrod;
        text-align: center;
        font-size: 60px;
        font-family: 'wreath';
    }
    .follow-us {
        box-sizing: border-box;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        color: goldenrod;
        text-align: center;
        font-size: 25px;
        font-family: 'poppins';
    }
    /******************
        PLAYING NOW
    ******************/
    .playing-now {
        margin-top: 10px;
        color: white;
        font-size: 20px;
    }
    /****************
        R-TABLE
    ****************/
    .rtable {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        text-align: left;
        width: 50%;
        padding: 0;
    }
    /**************************
        VOTING MODE PLAYLIST
    **************************/
    .cell-vote-playlist {
        flex-grow: 1;
        width: 85%;
        overflow: hidden;
        list-style: none;
        font-family: 'poppins';
        font-size: 18px;
        text-align: left;
        border: transparent;
        border-width: 2px 2px 1px 2px;
        cursor: pointer;
    }
    /*****************
        VOTING MODE
    *****************/
    .cell-vote {
        flex-grow: 1;
        width: 15%;
        overflow: hidden;
        list-style: none;
        font-size: 18px;
        font-family: 'poppins';
        border: transparent;
        border-width: 2px 2px 1px 0px;
    }
    /***************************
        JUKEBOX MODE PLAYLIST
    ***************************/
    .jukebox-list {
        width: 100%;
        font-size: 24px;
        border: none;
        cursor: pointer;/**border-width: 2px 2px 1px 2px; **//**cursor:grabbing ; **/
    }
    /*******************
        JUKEBOX QUEUE
    ********************/
    .jukebox-queue {
        text-align: center;
        font-family: 'poppins';
        color: white;
        font-size: 20px;
    }
    /***************
        ALBUM ART
    ***************/
    .album-art {
        height: 40px;
        width: auto;
        padding-right: 20px;
    }
    /*******************************
        JUKEBOX QUEUE CONTAINER
    *******************************/
    .jukebox-queue-container {
        overflow: auto;
        height: 150px;
        width: 70%;
        margin: 0 auto;
    }
    /***********************
        AFTER HOURS VIEW
    ***********************/
    .after-hours {
        width: 100%;
        font-size: 30px;
        border: none;
        margin: auto;
        color: #ffffff;
    }
    /*************
        BUTTONS
    *************/
    .button {
        background-color: #D0021B;
        border: none;
        border-radius: 10px;
        color: ffffff;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 40px;
        margin: 4px 2px;
        cursor: pointer;
    }
    #submit {
        background-color: #d60000;
        padding: 1em;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 6px;
        color: #ffffff;
        font-size: 20px;
        text-decoration: none;
        border: none;
    }
    #submit:hover {
        border: none;
        background: #e60000;
        box-shadow: 0px 0px 1px #777;
    }
    /********************************
        REQUEST SUCCESSFUL MESSAGE
    ********************************/
    .innerRequestSuccessful {
        background-color: #009C00;
        margin: auto;
        width: 80%;
        color: #ecf0f1;
        text-align: center;
        font-size: 24px;
    }
    /****************************
        REQUEST FAILED MESSAGE
    ****************************/
    .failed_Info_Box {
        background-color: #FF7400;
        margin: auto;
        width: 80%;
        color: #ecf0f1;
        text-align: center;
        font-size: 24px;
    }
    /***********************
        HYPERLINK COLORS
    ************************/
    a:link {
        color: white;
        background-color: transparent;
        text-decoration: none;
    }
    a:visited {
        color: lightblue;
        background-color: transparent;
        text-decoration: none;
    }
    .category-label {
        font-size: 24px;
        font-weight: bold;
        margin: auto;
        width: 80%;
        padding-top: 10px;
        color: white;
    }

    .category-section {
        padding-bottom: 10px;
    }