

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


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

.link2 {
	background-color: #DDD;
}

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

.link {
	background-color: #DDD;
}
	
.link ul {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
  	list-style-type: none;
  	padding: 0;
  	overflow: hidden;
  	background-color: #DDD;
  	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: #888;
}

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

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

li {
  float: left;
  font-size: 20px;
}

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 */
body {
	background-color: #FFFFFF;
  	font-family: Arial;
  	}

/* top links */


.center {
	width: 100%;
	display: flex;
	flex-direction: row;
}


	/* Top Links END */
.header {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
  	text-align: center;
  	color: #999;
  	padding: 5px;
}
.contain {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;}
.songs {
	background-color: #EEEEEE;
	width: 100%;
	display: flex;
	flex-direction: row;
	height: 100%;
	align-items: center;}
.songtop, .songtop1 {
	background-color: #EEEEEE;
	width: 100%;
	display: flex;
	height: 270px;
	align-items: center;}
.footer {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	text-align: center;
	color: #111;
	padding: 15px;}
.songs div{
	background-color: #DDDDDD;
	width: 100%;
	text-align: center;
	align-content: space-around;
	}
.songtop div,.songtop1 div{
	background-color: #DDDDDD;
	width: 100%;
	height: 100%;
	text-align: center;
	align-content: space-around;
	}

.iframe {
	background-color: #ffffff;
	padding:0px 0px;
  	border: none;
  	border-radius: 10px;}
.toprow {
	
	width:100%;
	display: flex;
  	flex-wrap: wrap;
 	padding: 0px;
  	position: -webkit-sticky; /* Safari */
 	position: sticky;
  	top: 0;}
.p {
	background-color: #EEEEEE;
	border-radius: 6px;
	margin: 0px 0px 5px 0px;
	padding: 5px 15px 5px 15px;}
.button {
	background-color: #B5BECE;
	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: 600px) {
.body {font-size: 14px;}
.button {font-size: 14px;}
.contain {
	max-width: 580px;}
	
.link ul {
	max-width: 580px;
}
.link2 ul {
	max-width: 580px;
}
li a, .dropbtn {
  padding: 5px 10px; 
}
.demo {
	width:100%;
	display: flex;
  	flex-wrap: wrap;
 	padding: 0px;
 	}
.songs {
	padding: 5px;
	margin: 0px 0px 5px 0px;
	border-radius: 6px;
	height: 85px;}
.songs div{
	padding: 0px;
	border-radius: 6px;
	height: 75px;}
	
.dougword1 {
	display: block;
	background-color: #EEEEEE;
	border-radius: 6px;
	margin: 0px 0px 5px 0px;
	padding: 5px 15px 5px 15px;
	align-items: center;}
.toprow {
	
	margin: 0px 0px 5px 0px;}
.songtop1 {
	padding: 5px;
	border-radius: 6px;
	}
.songtop1 div{
	padding: 0px;
	border-radius: 6px;
	}
.songtop {
	display: none;
	}		
.songs img{
	max-height: 75px;
	border-radius: 6px;
	margin: 0px 10px 0px 0px;}	
.iframe {
	width: 100%;
	}

.column {
Flex: 100%;
width: 100%;
padding: 3px 0px 3px 0px;}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
.body {font-size: 15px;}
.button {font-size: 15px;}


li a, .dropbtn {
  padding: 5px 20px; 
}
.contain {
	max-width: 840px;}	
.demo {
	width: 100%;
	display: flex;
  	flex-wrap: wrap;}
  	
.songs {
	height: 130px;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	border-radius: 8px;}
.toprow {
	
	margin: 0px 0px 5px 0px;}
.dougword1 {
	display: none;
	padding: 0px;
	border-radius: 6px;}

.songs div{
	border-radius: 6px;
	height: 120px;}
.songtop, .songtop1 {
	display: block;

	width: 100%;
	border-radius: 8px;
	}
.songtop div {
	padding: 8px;
	border-radius: 6px;
	}
.songtop1 div {
	padding: 0px;
	border-radius: 6px;
	}
.songs img{
	max-height: 120px;
	border-radius: 8px;
	margin: 0px 15px 0px 0px;}	
.iframe {
	width: 100%;
	height: 100%;
	}	
.column {
	Flex: 50%;
	width: 50%;
	padding: 10px 0px 10px 0px;}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 701px) {
.body {font-size: 17px;}
.button {font-size: 17px;}
.contain {
	max-width: 1200px;}
.link ul {
	max-width: 800px;
}
.link2 ul {
	max-width: 800px;
}
li a, .dropbtn {
  padding: 5px 30px; 
}
.demo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
 	padding: 0px;}
.songs {
	padding: 5px;
	height: 210px;}
.toprow {
}
.songtop, .songtop1 {
	padding: 5px;
	}
.songs div{
	padding: 0px;
	border-radius: 10px;
	height: 200px;}
.songtop div {
	padding: 10px;
	border-radius: 10px;
	}
.songtop1 div {
	padding: 0px;
	border-radius: 10px;
	}
.songs img{
	max-height: 200px;
	border-radius: 10px;
	margin: 0px 10px 0px 0px;}		
.iframe {
	width: 100%;
	height: 100%;
	}
.column {
	Flex: 50%;
	width: 50%;
	padding: 5px 0px 5px 0px;
	}
}
