
.menubar {
    color: darkred;
    text-decoration: none;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    color: lightgrey;
    text-align: center;
    background-color: black;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 32px;
}

.categories {
    font-family: Arial, Helvetica, sans-serif;
    color: darkred;
    text-align: center;
    background-color: dimgrey;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.featured {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-align: justify;
    background-color: darkgrey;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.collectionlink {
    color: darkred;
    text-decoration: underline;
}

.articleheader{
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.articletitle{
    font-size: 28px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
}

.articledate{
    font-size: 14px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.mainarticle{
    text-transform: lowercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

.closer {
    font-family: Arial, Helvetica, sans-serif;
    color: dimgrey;
    text-align: center;
    background-color: white;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-decoration: none;
}

.audioplayer {
    font-family: Arial, Helvetica, sans-serif;
    color: lightgrey;
    text-align: left;
    background-color: black;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 14px;
    width: 420px;
    display: inline-block;
}

.audioplayerdate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: inline-block;
    width: 105px;
    margin-left: 5px;
}

.folder {
    font-family: Arial, Helvetica, sans-serif;
    background-color: lightgrey;
    border: solid 1px darkred;
    display: inline-block;
    width: 300px;
    color: black;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

.skipbutton {
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    border: solid 1px darkgrey;
    color: lightgrey;
    margin-top: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1px;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    width: 105px;
}

.playbutton {
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    border: solid 1px darkgrey;
    color: lightgrey;
    margin-top: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1px;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    width: 190px;
}

.sliderrow {
    display: flex;
}

.volumecolumn {
    width: 110px;
    text-align: center;
}

.playercolumn {
    width: 310px;
}

.volumeslider {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-left: 5px;
    appearance: none;
    width: 105px;
    height: 5px;
    background: lightgrey;
    outline: none;
}

.volumeslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border: solid 1px darkred;
    background: white;
    cursor: pointer;
}

.volumeslider::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border: solid 1px darkred;
    background: white;
    cursor: pointer;
}

.progressbar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 3px;
    margin-right: 5px;
    width: 300px;
    height: 5px;
    background: lightgrey;
    outline: none;
}

.progressbar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border: solid 1px darkred;
    background: white;
    cursor: pointer;
}

.progressbar::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border: solid 1px darkred;
    background: white;
    cursor: pointer;
}

.timelabel {
    display: inline-block;
    width: 40px;
    text-align: center;
}

.albumtitlelabel {
    display: inline-block;
    position: relative;
    width: 220px;
    text-align: center;
}

.downloadbutton {
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    border: solid 1px darkgrey;
    color: lightgrey;
    display: inline-block;
    margin-top: 1px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    width: 405px;
    text-align: center;
}

.weeklycontainer {
    font-family: Arial, Helvetica, sans-serif;
    color: lightgrey;
    text-align: left;
    background-color: black;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.weeklyheader{
    font-size: 14px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.weeklytitle{
    font-size: 28px;
    padding-left: 5px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
}

.weeklydate{
    font-size: 14px;
    padding-left: 5px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.logo {
    height: 100px;
    margin-top: 20px;
}

.background{
    background-color: lightgray;
}
