/*
	Comment
*/

/* a {  color: Red; } */

.TestClass {
	color: Black;
	background-color: White;
	text-align: left;
}

	@media (max-width: 767px) {   			
        .hidden-mobile {
          display: none;
        }
      }
	  
	
	
        body {
            font-family: 'Lato', sans-serif;
 
			/*background-attachment: fixed;*/
			background-color: black;
			color: white;
		}


         
 		div {
			background: rgba(0, 0, 0, 0.0);
		}

        // .mySlides {		/*why erongly commented out?????*/
            display: none
        }

        // .myAboutSlides {
            display: none
        }

        .photo {
            text-align: center; /*for centering images inside*/
        }

        .photo img {
                width: auto; /*set the width or max-width*/
                height: 400px; /*this makes sure to maintain the aspect ratio*/
        }


        b {
            color: cornflowerblue;
            letter-spacing: 1px;
            /* text-shadow: 1px 1px blue;*/
            font-style: normal;
            font-weight: normal;
        }
		
		cursive{
			font-family: 'Lato', sans-serif;
	
		}
     
        albumtitle{
            color: cornflowerblue;
            letter-spacing: 1px;
            text-shadow: 0px 0px cyan;
            font-style: normal;
            font-weight: bold;
			display: block;
			vertical-align: top;
        }
		
 		albumyear {
            color: white;
            letter-spacing: 1px;
            text-shadow: none;
            font-style: normal;
            font-size: small;
            font-weight: lighter;
			display: block;
			vertical-align: top;
        }
		
		date {
			font-size:x-small
		}
		
		 SKU {
            color: white;
            letter-spacing: 1px;
            text-shadow: none;
            font-style: normal;
            font-size: xx-small;
            font-weight: lighter;
			display: block;
			vertical-align: top;


        }
		SKU::before {
			content:"SKU:";
		}
        albumdescr, albumpers, albumtracks {
            color: white;
            letter-spacing: 1px;
            text-shadow: none;
            font-style: italic;
            font-size: xx-small;
            font-weight: lighter;
			display: block;
			vertical-align: top;
        }

		albumcover {
			vertical-align: top;	

		}
		
        option {
            color: cornflowerblue;
            letter-spacing: 1px;
            text-shadow: none;
            font-style: normal;
            font-size: x-small;
            font-weight: lighter;
				background-color: black;
/*			background: rgba(0, 0, 0, 0.0);*/
	/*		 background-color: rgba(0, 0, 0, 0.0);*/
        }

        select {
 /*           background-color: black;*/
	/*		background: rgba(0, 0, 0, 0.0);*/
	background-color: transparent;
            color: cornflowerblue;
            letter-spacing: 1px;
            text-shadow: none;
            font-style: italic;
            font-size: x-small;
            font-weight: lighter;
        }
		
		audio {
			background-color: transparent;
            color: cornflowerblue;
            letter-spacing: 1px;
            text-shadow: none;
            font-style: italic;
            font-size: x-small;
            font-weight: lighter;
		}	
	
		
   