/* CSS for LANDING page   */

*{
    margin:0;
    padding:0;
}
html {
	background:#110022;  
}

body {
    position:relative;
	/*min-width:480px;
	max-width:900px;
	margin:auto; */
	width:100%;
	background-color:#110022; 
	font-family: futura, sans-serif;   
	color: black;
	text-align:center;
}
#wrapper{
    position:absolute;
	width:90%;
/*	left:2%; */
/*	margin-left:auto;
	margin-right:auto; */
	min-height:300px;
	margin-top:15px;
	border-style:solid;
	border-radius:0;
	border-color:aqua;
	background-color:#eee;
	text-align:center;
	padding:0;
	/* font-family: georgia, serif; */  
	}
	
#releasecover
{
   position:relative;
   width:90%;
  /* min-height:400px;  */
   border-style:none;
   text-align:center;
   margin:auto;
}
#releasecover img {
    width:96%;
}

#releasecover div {text-align:center;}

.seriffont {
    font-family: souvenir, courier, serif; 
}

#player {
    position:fixed;
    bottom:0;
    left:0;
   /* bottom:0;
    left:0; */
    z-index:1000000;
    display:block;
    padding:0;
    width:100%;
    height:110px;
    overflow:hidden;
    border-width:0;
}
#social {
   
    margin:auto;
    text-align:center;
}
.seriffont {
    font-family: souvenir, courier, serif;
}
.invisible {
	display: none;
}


.hiddenlb {
    display:none;
    visibility:hidden;
    position: absolute;
   z-index:0;
    width:0;
    height:0;
   
}

.visiblelb {
    visibility: visible;
    display:inline-block;
    position: fixed;
    background: rgba(120,120,120,0.7);
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:22222;
    text-align: center;
 }
.visiblelb p {
    
    text-align: left;
    position: fixed;
    background: rgba(12,12,12,0.9);
    left:25%;
    width:50%;
    padding-left:40px;
    padding-right:40px;
    padding-top:40px;
    padding-bottom:30px;
   
   
    top:10%;
    border: white solid 3px;
    border-radius: 10px;
    
}
#social {
   
    margin:auto;
    text-align:center;
}
.infobutton {
    position: relative;
    display: inline-block;
    padding-top:5px;
    font-family: arial, helvetica, sans-serif;
    /* right:5px;
    top:5px; */
   right:10px;
    width:30px;
    height:25px;
    color: white;
    background: black;
    border-radius:50%;
    text-align: center;
    
}

.infobutton:hover {
    cursor: pointer;
}
.arrow {
	visibility: hidden;
}

header {
	position: relative;
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    text-align: center;

}

article {
	position: relative;
}
#head_image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

h1 {
/*	position: absolute;    */
    position: relative;
	text-align: center;
	width:80%;
	top: 10px;
	margin:auto;
	color: white;
	text-shadow: 2px 2px 3px #000;
	font-size: 40px;
}

h1 img {
    width:70%;
    margin: auto;
}



header p {
	background-color: rgba( 200, 200, 220, 0.5);
	display:inline;  
    text-align: center;
	position: absolute;
	bottom: 1%;
	right: 10%; 
    margin:auto;
    left:10%;
	width: 80%;
	
	padding: 10px;
	color: white;
	border-radius: 10px;
	font-size: 18px;
	text-shadow: 1px 1px 3px #000;
}

header p a {
    display: inline-block;
}




ol {
	padding-top: 7px;
}
ol li {
	padding-bottom: 5px;
}


#back-to-top {
	position: fixed;
	bottom: 3px;
	right:20%;
	display: inline-block;
	box-shadow: 5px 5px rgba(5,5,5,.2);
	background-color: rgba( 253,226,280,0.7);
	border-radius: 10px 10px 10px 10px;
	color: black;
	font-size: 18px;
	padding:10px;
	visibility: hidden;
	z-index:5;
	border:1px black solid;
}
#back-to-top:hover {
	cursor: pointer;
}

.invisible + div{
		display: block;

	}

.artdiv {
    position: relative;
        background-color:white;
        border-radius:10px;
        text-align:center;
        width:80%;
        padding-top:5px;
        padding-bottom:10px;
        margin: auto;
        }
        
.artdiv h3 {
    position: relative;
    color:black;
}

#news {
    border-radius:0;
    border:1px red solid;
}

#news2 {
    border-radius:0;
    border:1px red solid;
}


/* CSS for Track-Player   */

       
        .linker {
            margin: auto; 
            text-align: center;
            font-size: 26px;
            
        }
        .linker a {
            display: inline-block;
            padding: 5px;
            border-width: 1px;
            border-color: black;
            border-style: solid;
            text-decoration: none;
            border-radius: 5px;
            background: white;
        }
        .trackblock {
            background-color:#ccccee;
            border-radius:0px;
            padding:10px;
            max-width:380px;
            text-align:center;
            margin: auto;
            margin-bottom:20px;
        }
        .trackblock2 {
            position: relative;
            font-family: arial, helvetica, sans-serif;
            background-color:#555555;
            border-radius:0px;
            padding:5px;
            max-width:600px;
            width:85%;
            text-align:center;
            margin: auto;
            margin-bottom:10px;
            font-size:18px;
            overflow:hidden;
        }
        .audioel {
            position:relative;
             width:123%;
            display:inline-block;
            overflow:hidden;
            left:-44px;
        }
         .trackcontrols {
                /*margin-top:2px;*/
                /* display: inline;  */
                }
         .tracktitle {
                font-size:24px;
                margin-bottom:5px;
                 }
                 .tracktitle2 {
                font-size:18px;
                margin-bottom:5px;
                display: inline;
                 }
        /* DESKTOP and Tablet MEDIA QUERY */
            @media screen and (min-width: 481px) 
        {
                .trackbutton {
                    visibility:hidden;
                }
            
            #player {
    position:fixed;
    bottom:0;
    left:0;
   /* bottom:0;
    left:0; */
    z-index:1000000;
    display:block;
    padding:0;
    width:100%;
    height:50px;
    overflow:hidden;
    border-width:0;
}
            .trackbutton {
                display: inline-block;
                padding:20px;
                font-size:20px;
                background:green;
                border: 2px;
                color: black;
                }
            
            
     #wrapper{
         position:relative;
	    min-width:480px;
	    max-width:900px;
	    left:0;
	    margin-left:auto; 
	    margin-right:auto;
	    margin-top:15px;
    	border-style:double;
    	border-radius:10px;
    	border-color:aqua;
    	background-color:#eee;
    	text-align:center;
	/* font-family: georgia, serif; */  
	}
          	#releasecover
            {
            position:relative;
        width:80%;
         border-style:solid;
        border-color:#dddddd;
        border-width:1px;
        border-radius:5px;
        height:325px;
        padding:5px; 
            }
           #releasecover img {
                 width:325px;
                 height:325px;
                 float:left;
                }
          
            }
            /*   **** END OF DESKTOP MEDIA QUERY  *****  */
            
            
            .trackplay {
                display: inline-block;
                padding:10px;
                font-size:18px;
                background:green;
                border-width: 1px;
                border-style:solid;
                border-color:#22112d;
                cursor: pointer;
                margin-right: 10px;
                color: black;
            } 
            
            .trackpause {
                display: inline-block;
                padding:10px 5px 10px 5px;
                font-size:18px;
                background:yellow;
                border-width: 1px;
                border-style:solid;
                border-color:#22112d;
                cursor: pointer;
                color: black;
            }
            
            .top {
                position:relative;
                max-width:90%;
            margin: auto;
           /*text-align: center; */
           
            }
            #logo {
                 overflow: hidden;
                margin:auto;
                text-align: center;
            }
            
            #logo img {
                /*display:inline-block;*/
                margin: auto;
                /*position:absolute; */
                width:100%;
                max-width: 300px;
            }
            
            /* end of Track Player CSS   */
            
          
@media screen and (max-width: 700px) and (min-width:481px) {   /***** TABLET******/

#releasecover {
    width:96%;
}
 
}
@media screen and (max-width: 605px)
{
    .phonegone {
            display:none;
            }
}
@media screen and (max-width: 480px) {    /***** PHONE *******/

	body {
		min-width: 325px;
		/* max-width: 480px; */
		/*width:100%; */
	/*	padding: 5px; */
	}
.phonegone {
    display:none;
}
#social {
   
    margin-top:6px;
}
#wrapper {
    	right:5%; 
    	top:40px;
}

/* p:nth-child(2)  */
#releasecover div:nth-child(4)
        {
           
        }


	h2 {

		
		font-family: arial, helvetica, sans-serif;
		font-size: 18px;
		margin:0;
		padding:0;
		background:#acf;
		position:relative;
		left: 0;
		z-index:1;
		text-align:center;
		display:inline;
		}
	h3 {

		
		font-family: arial, helvetica, sans-serif;
		font-size: 18px;
		margin:0;
		padding:0;
		background:#acf;
		position:relative;
		left: 0;
		z-index:1;
		text-align:center;
		display:inline;
		}
	h4 {

		
		font-family: arial, helvetica, sans-serif;
		font-size: 18px;
		margin:0;
		padding:0;
		background:#acf;
		position:relative;
		left: 0;
		z-index:1;
		text-align:center;
		display:inline;
		}

	



	h1 {
		top: -7px;
		left: 4px;
		font-size: 22px;
	}


/*END OF MEDIA QUERY*/
}