

* {
  box-sizing: border-box;
   margin: 0;
  padding 0;
}


/* this is for the img drop downs fro links */
body {

  	font-family: Arial;
  	}

/* top links */




	/* Top Links END */
.contain {
	background-color: #EBEBEB;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	margin-top: 0px;}


.link2 {
	background-color: #999;
}

.link2 ul {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
  	list-style-type: none;
  	padding: 0;
  	overflow: hidden;
  	background-color: #888;
  	display: flex;
  	justify-content: space-between;
}

.link {
	background-color: #999;
}
	
.link ul {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
  	list-style-type: none;
  	padding: 0;
  	overflow: hidden;
  	background-color: #888;
  	display: flex;
  	justify-content: space-between;
}

li a, .dropbtn {
  display: inline-block;
  color: #222;
  text-align: center;
  padding: 5px 50px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #999;
}

.dropbtn {
background-color: #444;
font-size: 20px;
border: 0;
}

.active {
  background-color: #EBEBEB;
  color: #000;
}

li {
  float: left;
}

li.dropdown {
  display: inline-block;
}

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

.dropdown-content a {
  color: #dcdcdc;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #666;}

.dropdown:hover .dropdown-content {
  display: block;
}
/* END */


/* top links */

	/* Top Links END */

.songfull {
	
	
	max-width: 100%;

	}

.right {
	max-width: 100%;
	background-color: #EEEEEE;
	padding: 5px;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	}
.songtitle {
    max-width: 100%;
    border-radius: 10px;
	text-align: center;
	align-content: space-around;
	padding: 5px;
	background-color: #DDDDDD;
	margin: 0px 0px 0px 5px;
	}
.audioplayer {
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.audioplayer1 {
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.button {
	background-color: #BFBFBF;
	border-radius: 6px;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 5px;}

  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 499px) {
.body {font-size: 14px;}
.button {font-size: 14px;}
.contain {
	height: 260px;
	max-width: 499px;
	display: flex;
	flex-direction: column;}
.audioplayer1 {
	display: none;}
.audioplayer {
	width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
.songfull img{
	padding: 0px;
	border-radius: 10px;
	max-width: 200px;
	}
.songtitle {
	height: 200px;
	width: 100%;}	
.header {
	display: none;}
.buttons { display: none;}
	}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 500px) {
.body {font-size: 15px;}
.button {font-size: 15px;}
.contain {
	max-width: 600px;}
.right {
	max-width: 600px;
	background-color: #EBEBEB;
	padding: 5px;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	}
.header { display: none; }
.buttons { display: none;}
.songfull img{
	padding: 0px;
	border-radius: 10px;
	max-width: 250px;
	}
.songtitle {
	height: 250px;
	width: 100%;}
.audioplayer1 {
	display: block;}	
.audioplayer {
	display: none;}	}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 701px) {

.link ul {
	max-width: 800px;
}
.link2 ul {
	max-width: 800px;
}
li a, .dropbtn {
  padding: 5px 30px; 
}
.body {font-size: 17px;
}
.button {font-size: 17px;}

.contain {
	max-width: 800px;
	background-color: #EBEBEB;}

.right {
	max-width: 800px;
	padding: 5px;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	}
.songfull img{
	padding: 0px;
	border-radius: 10px;
	max-width: 300px;
	}
.songtitle {
	height: 300px;
	width: 100%;}	
	.header { display: block; }
