body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #fff;
    height: calc(100% - 10px);
}

html {
    height: 100%;
}

a {
    text-decoration: none;
}

#container {
    display: flex;
    height: calc(100% - 15px);
    flex-flow: column;
    flex: 1 1 auto;
    margin: 10px;
}

.box .content {
    flex: 1 1 auto;

}

#header {

}

#navbar {
    margin: auto;
    width: 60vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.menuFlexLeft {
    width: 130px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}

div.menuFlexDivider {
    flex-grow: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;

}

div.menuFlexRight {
    width: 130px;
    margin-left: 10px;
}

#crocHolder {
    display: block;
}

#homeHolder {
    text-align: center;
    margin-top: 0px;
}

.gbuttonBlue {
    padding: 4px 0px 4px 0px;
    background: #36a661;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    display: block;
    align-self: start;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.gbuttonBlue:hover {
    background-color: #4ce286;
    transition: 0.4s;
    text-decoration: none;
    color: #fff;
}

.gbuttonGrey {
    padding: 4px 0px 4px 0px;
    background: #888;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    display: block;
    align-self: start;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.gbuttonGrey:hover {
    background-color: #AAA;
    transition: 0.4s;
    text-decoration: none;
    color: #fff;
}

.buttonBlue {
    padding: 4px 0px 4px 0px;
    background: #3657a6;
    color: #fff;
    font-size: 1em;
    align-self: start;
    display: block;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.buttonBlue:hover {
    background-color: #688ce0;
    transition: 0.4s;
    color: #fff;
}

.buttonBlueActive {
    padding: 4px 0px 4px 0px;
    display: block;
    align-self: start;
    background: #688ce0;
    color: #fff;
    width: 130px;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.gBlueActive {
    padding: 4px 0px 4px 0px;
    display: block;
    align-self: start;
    background: #4ce286;
    color: #fff;
    width: 130px;
    font-size: 1em;
    text-align: center;
    float: left;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.buttonBlueActive:hover {
    color: #fff;
}

.buttonLogin {
    color: #606060;
    display: block;
    text-transform: uppercase;
    padding: 4px 0px 4px 0px;
    font-size: 1em;
    align-self: start;
    text-align: center;
    width: 130px;
    margin: 0 0.2em 0 0.2em;
}

.buttonLogin:hover {
    background: #606060;
    color: #fff;
    transition: 0.4s;
}

.buttonLoginActive {
    padding: 4px 0px 4px 0px;
    display: block;
    font-size: 1em;
    align-self: start;
    background: #606060;
    color: #fff;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.buttonLoginActive:hover {
    color: #fff;
}

div.pBackground {
    height: 100%;
}

div.backBlue {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

div.bsound {
    background-image: url(/images/bsound.jpg);
}

div.bwaves {
    background-image: url(/images/bwaves.jpg);
}

a {
    color: #fff;
}

div.btrees {
    background-image: url(/images/bmount.jpg);
}

div.sbFill {
    height: 100%;
    padding: 10px;
    display: flex;
}

div#tracksMainLeft {
    flex-grow: 1;
    height: 100%;
}

div#tracksMainBox {
    height: calc(100%);
    display: flex;
    overflow: scroll;
    margin-top: 10px;
    width: 100%;
    overflow-x: hidden;
}

div#tracksMainBoxLeft {
    flex-grow: 1;
}

div#tracksMainBoxRight {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
}

div#trackTopFlex {
    display: flex;
    margin: 15px 15px 0 15px;
}

div#trackHeadLeft {
    width: 365px;
    width: 365px;
    padding: 15px;
    background: #005697;
}

div#trackHeadRight {
    flex-grow: 1;
    color: #fff;
    float: left;
    background: #005697;
    margin-left: 10px;
}

div.fillBack {
    background-size: cover;
    height: 100%;
}

div.centralText {
    margin: auto;
    width: auto;
    padding: 30px 0 30px 0;
    text-transform: uppercase;
}

hr.rule {
    margin: 0 0 10px 0;
}

div.form {
    text-align: right;
    padding-top: 30px;
}

div.form td {
    padding-bottom: 15px;
    padding-right: 10px;
}

div.form input {
    width: 100%;
}

div.form select {
    width: 100%;
}

div.subholder {
    text-align: center;
    width: auto;
    display: flex;
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    color: #848484;
    letter-spacing: 0.1em;
    font-size: 2em;
    margin: 10px auto 15px auto;
    align-items: center;
}

.crocHolderText {
    color: #c4110e;
}

label.error {
    text-transform: none;
}

table#sgTracks {
    align-self: flex-start;
    width: 100%;
}

table#sgTracks th div {
    text-align: center;
    color: #fff;
    background: #00518e;
    margin: 0 4px 0 4px;

}

table#sgTracks td {
    margin: 0 24px 0 4px;
}

table#sgTracks td.sgMain {
    border-bottom: 0px;
    height: 54px;
    color: #FFF;
    padding-left: 10px;
    font-weight: bold;
}

table#sgTracks td.sgMainShlrt {
    border-bottom: 0px;
    height: 20px;
    color: #00518e;
    padding-left: 10px;
    font-weight: bold;
    vertical-align: top;
}

table#sgTracks td span {
    color: #fff;
}

table#sgTracks th {
    margin: 0 4px 0 4px;
}

.blued {
    color: #9794D8 !important;
}

div#sgRightBoxHeader {
    padding: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #005697;
}

.sgLine {
    height: 2px;
    background: #00518e;
}

a.trackPlay {
    display: block;
    font-size: 11px;
    color: #000;
    background: url("/images/Play blue.png") right no-repeat;
    height: 28px;
    width: 30px;
    padding: 1px 0 1px 0;
}

a.trackPlay:hover {
    background: url("/images/Play red.png") right no-repeat;
}

a.pauseBtnBig {
    background: url("/images/Pause blue.png") right no-repeat;
!important text-decoration: none !important;
}

a.pauseBtnBig:hover {
    background: url("/images/Pause Red.png") right no-repeat;
!important
}

a.pauseBtn {
    background: url(/images/pausebtnh.png) right no-repeat;
!important text-decoration: none !important;
}

a.pauseBtn:hover {
    background: url(/images/pausebtnh.png) right no-repeat;
!important
}

.aButton {
    display: inline-block;
    padding: 4px;
    margin: 5px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background: #00518e;
}

.redA {
    background: #be1622;
}

.redA:hover {
    color: #fff !important;
    background: #cd4650;
}

div.genreBlock {
    flex: 1 49%;
    padding: 10px;
}

div.homeHolder {
    display: flex;
    flex-wrap: wrap;
    width: 60vw;
    margin: auto;
    justify-content: space-between;
}

div.genreBlock img {
    filter: drop-shadow(16px 10px 10px rgb(99, 99, 99));
    margin-bottom: 20px;
}

a.projButton {
    display: block;
    padding: 4px;
    font-size: 12px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 0 3px 10px;
    text-decoration: none;
}

a.projButton:hover {
    background: rgba(0, 0, 0, 0.1);
}

#catMenu {
    width: 150px;
    font-family: Tahoma;
    margin: 0;
    max-height: 100%;
    overflow-x: scroll;
}

#catMenu li {
    position: relative;
    display: block;
    border-bottom: 1px solid #333333;
}

#catMenu a {
    display: block;
    padding: 1px;
    text-decoration: none;
    color: #FFFFFF;
}

#catMenu a:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
}

#catMenu li ul {
    width: 150px;
    left: 150px;
    background: #000;
    display: none;

    bacground: #000;
}

#catMenu li ul li a {
    color: #9794D8 !important;
}

#catMenu li ul li a:hover {
    color: #fff !important;
}

#catMenu li:hover ul {
    display: block;
}

ul {
    list-style: none;
    padding: 0;
}

#tracksList {
    margin-left: 10px;
}

div.trackShow {
    display: block;
    padding: 2px;
    margin-bottom: 2px;
    background: rgba(0, 0, 0, 0.2);
}

div.trackShow a.delTrack {
    float: right;
    padding: 0 3px 0 3px;
    background: rgba(255, 0, 0, 0.4);
    display: block;
}

span.normalSpan {
    text-decoration: none;
}

.catBtn {
    background-color: #00518e;
    width: 100%;
    text-align: center;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.catBox {
    position: relative;
    display: inline-block;
}

.catBox-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 1;
}

.catBox-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.catBox-content a:hover {
    background-color: #f1f1f1
}

.catBtn:hover .catBox-content {
    display: block;
}

.catBox:hover .catBtn {
    background-color: #3e8e41;
}

form#create {

}

form#create input {
    width: 500px;
}

form#create textarea {
    width: 500px;
}

div.form td {
    vertical-align: top;
}


::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

/* Track */
::-webkit-scrollbar-track {
}

::-webkit-scrollbar-thumb {
    background: #888;
}

div.gridItem {
    padding-top: 15px;
    width: 220px;
    padding-bottom: 5px;
    background: #fff;
    border: 2px solid #fff;
    text-align: center;
    color: #4986ab;
    font: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}

}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

div#fullCd {
    display: flex;
    padding: 15px;
    height: 100%;
}

div#cdDetailMain {
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    margin: 15px;
    padding: 15px;
    height: calc(100% - 77px);
}

div#cdInfo {
    min-width: 350px;
    max-width: 350px;
    color: #005697;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px #005697 solid;
    text-align: center;
}

div#cdTracks {
    min-width: 30vw;
}


div#cdTracks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#cdTracks li {

}

div#cdTracks a {
    display: block;
    margin: auto;
    text-decoration: none;
    font-size: 1rem;
    color: #000;
    border-bottom: 1px #03f solid;
    background: url(/images/play.png) right no-repeat;
}

div#cdTracks a:hover {
    background: url(/images/play_h.png) right no-repeat;
}

div#cdTracks a.pauseBtn {
    background: url(/images/pausebtnh.png) right no-repeat;
!important
}

div#cdTracks a.pauseBtn:hover {
    background: url(/images/pausebtnh.png) right no-repeat;
!important
}

div#cdDescription {
    color: #000;
    margin-right: 15px;
    border-right: 1px #03f solid;
    padding-right: 15px;
    overflow: scroll;
}


div#voiceoverLefta {
    max-width: 250px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 15px;
    text-align: center;
}

div#voiceoverRight {
    margin-left: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    flex-grow: 1;
}

div#basket {
    width: 60vw;
    margin: auto;
    margin-top: 3rem;
    border-radius: 5px;
    color: #005697;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9)
}

div#basket h2 {
    font-size: 1.5rem;
}

div.basketItemB {
    display: flex;
    border-top: 1px solid;
    padding: 1rem;
}

div.imageHolderB {
    margin-right: 10px;
    width: 200px;
}

div.textHolderB {
    flex-grow: 1;
}

div.basketQuantity {
    align-self: end;
}

a.basketButton {
    color: #444;
    padding: 2px 7px 2px 7px;
    background: #FFF;
    border: 1px solid #333;
}

div.basketCount {
    padding: 2px 7px 2px 7px;
    background: #FFF;
    border: 1px solid #333;
    border-left: 0;
    border-right: 0;
}

a.basketButtonM {
    color: #444;
    padding: 2px 8px 2px 8px;
    background: #FFF;
    border: 1px solid #333;
}

div#basketPay {
    border-top: 1px solid;
    text-align: right;
    padding: 2rem;
    font-weight: bold;
}

.storeBox {
    display: grid;
    margin: 29px auto auto auto;
    grid-template-columns: repeat(5, 220px); /* Five equal columns */
    gap: 20px; /* Gap between grid items */
    justify-content: center; /* Center the grid horizontally */
    align-items: center; /* Center the grid vertically */
}

h2 {
    font-size: 1.3rem;
}
h3 {
    font-size: 1.16rem;
}