html {
padding:0;	
}
body {
    position:relative;
	/*min-width:480px;
	max-width:900px;
	margin:auto; */
	width:100%;
	background-color:#000;
	font-family: futura, sans-serif;   
	color: white;
	padding:0;
	text-align:center;
}
#wrap{
    
    display:inline;
   /* margin:auto;
    margin-top:0; */
    padding:0;
    overflow:hidden;
}

#track{
   
}
.seriffont {
    font-family: souvenir, courier, serif;
}
.invisible {
	display: none;
}
h1 {
	position: absolute;
	text-align: center;
	width:80%;
	top: 10px;
	left: 10%;
	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;
}

nav {
	text-align: center;
}
nav ul {
	list-style:none;
}

nav ul li {
	display: inline-block;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
}

nav ul li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	margin-right: 10%;
	background: white;
	color: #449;
}

nav ul li a:last-child {
	margin-right: 0;
}
.layout {
	overflow:hidden;
	width:100%;
}

nav ul li a:hover {
	background: #426;
	color: white;
}

section {
	float: left;
	width: 65%;
	padding: 1% 3% 1% 2%;
	border-right: 1px dotted #dce;
	
}
.arimo-uml {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.fullsection {
    width:95%;
    border: none;
    padding: 2% 5% 2% 5%;
    
}

aside {
	float: left;
	width: 26%;
	
	
	padding: 43px 1% 1% 1%;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}

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


#back-to-top {
	position: fixed;
	bottom: 10px;
	right:20%;
	display: inline;
	box-shadow: 5px 5px rgba(5,5,5,.2);
	background-color: rgba( 153,126,180,0.5);
	border-radius: 10px 10px 0px 0px;
	color: black;
	font-size: 18px;
	padding:10px;
	visibility: hidden;
	z-index:5;
}
#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;
}




/* 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 {
            position:relative;
            background-color:black;
            /*border-radius:5px;
            padding:10px; */
            max-width:380px;
            text-align:center;
            top:-10px;
        }
        .trackblock2 {
            position: relative;
            font-family: arial, helvetica, sans-serif;
            background-color:black;
            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; */
                position:relative;
                top:-10px;
                 display: inline;  
                }
         .tracktitle {
                font-size:20px;
                
                 }
                 .tracktitle2 {
                font-size:18px;
                
                display: inline;
                 }
        /* DESKTOP MEDIA QUERY */
            @media screen and (min-width: 800px) 
        {
                .trackbutton {
                    visibility:hidden;
                }
            
            
            .trackbutton {
                display: inline-block;
                padding:20px;
                font-size:20px;
                background:green;
                border: 2px;
                color: black;
                }
            
            
           
            }
            /*    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******/

	h1 {
		font-size:30px;
		left:2%;
		top:2%;
	}

	header p {
		bottom: 160px;
		left:15%;
		width:70%;
		border-radius: 10px;
		font-size: 16px;
	}
	
	header p img {
	    width:50px;
	    height:50px;
	    
	}
	
/*	nav {
	text-align: center;
}
nav ul {
	list-style:none;
}

nav ul li {
	display: inline-block;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
}

nav ul li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	margin-right: 10%;
	background: white;
	color: #426;
}

nav ul li a:last-child {
	margin-right: 0;
}
.layout {
	overflow:hidden;
	width:100%;
}

nav ul li a:hover {
	background: #426;
	color: white;
} */
	nav {
	    position: relative;
	    bottom: 170px;
	    z-index:1000;
	    	}
.layout {
    /*position: relative;*/
    margin-top: -260px;
}
	/*end of TABLET media query*/
}
@media screen and (max-width: 480px) {    /***** PHONE *******/

	body {
	/*	min-width: 325px;
		max-width: 480px;
		width:100%;*/
	/*	padding: 5px; */
	}
	section {
		width: 92%;
		padding: 3px;
		border-right: none;
		border-bottom: 1px dotted #bac;
		float: none;

		}
		.artdiv {
     width:92%;
     padding-bottom: 5px;
       }
	nav {
		display: none;
	}
	aside {
		float:none;
		width: 96%;
	/*	padding: 5px; */
		padding-top:10px;
	}

	.invisible {
		
		display: block;
		position: absolute;
		width:99%;
		top:0;
		left: 0;
		height: 48px;
		z-index:3;
	}

	.invisible:hover {
		cursor: pointer;
	}

	.arrow {
		position: absolute;
		visibility: visible;
		right: 8px;
		top: 7px;
		height:27px;
		z-index:2;	}

	h2 {

		padding: 10px 3px 10px 11px;
		font-family: arial, helvetica, sans-serif;
		font-size: 18px;
		background:#acf;
		position:relative;
		left: -1px;
		z-index:1;
			}

	
	.invisible + div{
		display: none;
		padding: 0 10px;
		margin-top:10px;
		margin-left: 10px;
		margin-right:10px;
		z-index:3;
	}
	article {
		margin:auto;

	}
	header {
		margin: auto;
		width:98%;
	}
	
	header p {
		width: 80%;
		font-size: 14px;
		left:10%;
		
		bottom:-15px;
		border-radius:5px;
		padding: 5px 3% 5px 1%;
	}
	
	header p a {
	    display: inline-block;
	    height: 55px;
	}
	header p img {
	    /*width:33%;*/
	   /* display:inline-block; */
	    height: 90%;
	}

	h1 {
		top: -7px;
		left: 4px;
		font-size: 22px;
	}
/*	section {
	
	width: 95%;
} */
.visiblelb p {
    
    text-align: left;
    position: absolute;
    background: rgba(12,12,12,0.9);
    left:5%;
    width:80%;
    padding-left:15px;
    padding-right:15px;
    padding-top:40px;
    padding-bottom:30px;
   
   
    top:10%;
    border: white solid 3px;
    border-radius: 10px;
    
}

/*END OF MEDIA QUERY*/
}