body{
	background-color: #9acc99;
	color: #444;
}

div{
	margin:0px;
}

#mobile-and-player, #desktop-and-content{
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	position: relative;
}


#menu{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 60px;

	border-bottom: 1px solid #666;
	
}


#mobile-menu{
	display:none;
	position: fixed;
	z-index: 500;
	

	left: 0;
	right: 0;
	top: 0;
	background-color: #333;
	box-shadow: 0px 1px 3px #555;
}

#mobile-menu-button{
	width: 61px;
	height: 63px;
	padding-top: 0px;
	position: absolute;
	left: 0;
	background-color: #aaa;
	border-left: 1px solid #999;
	border-bottom: 1px solid #aaa;
	text-align: center;
	cursor: pointer;
}

#mobile-menu-list{
	padding:0px;
	margin: 0px;
	
	display: none;
	position: fixed;
	top: 64px;
	width: 100%;
	z-index: 600;
	right: 0;
	left: 0;
	background-color: #eee;
	list-style-type: none;
	box-shadow: 1px 0px 3px #666;
}

#mobile-menu-list li{
	text-decoration: none;
}

#mobile-menu-button i{
	position: absolute;
	top: 7px;
	bottom: 0;
	left: 9px;
	right: 0;
	display: block;
	
	width: 30px;
}

#mobile-menu-list a{
	position: relative;
	display: block;
	color: black;
	height: 50px;
	width: 100%;
	text-decoration: none;
	font-family: 'Bungee', cursive;
	padding-left: 6px;
	vertical-align: center;
}

#mobile-menu-list a span{
	position: absolute;
	display: block;
	margin: 0;
   position: absolute;               /* 2 */
   top: 50%;                         /* 3 */
   transform: translate(0, -50%);
}

#mobile-menu-list a i{
	display: inline-block;
	width: 50px;
	text-align: center;
}
#mobile-menu-list a:hover{
  background-color: #666;
}

#player-wrapper{
	position: fixed;
	top: 0px;
	background-color: green;
	height:46px;
	left: 0px;
	right: 0px;
	z-index: 600;
}
#main{
	margin: 75px auto 0px auto;
	width: 50%;
	padding: 40px 0px 50px 0px;
	background-color: #ffffcb;
	box-shadow: 0px 1px 3px #666;
	font-family: 'Arvo', serif;
}
#footer{
	margin: 30px auto;
	width:50%;
	font-family: 'Arvo', serif;
	text-align: center;
}
#grow-logo-block{
	width: 75%;
	
	margin: auto;
}
#podcasts-block{
	display: block;
	width: 50%;
	font-family: 'Bungee';
	font-size: 2em;
	margin: 40px auto 25px auto;
	text-align: center;
	padding: 40px 10px;
	background-color: white;
	border: 2px solid #ccc;
	border-radius: 20px;
	letter-spacing: 0.02em;

}
#the-conch-poster{
	width: 75%;
	max-width: 400px;
	display: block;
	min-width: 200px;
	margin:50px auto;
}

#text-box{
	text-align: center;

}

h3.showname{
	margin: 10px;
	padding: 4px 3px;
}
.show{
	display: inline-block;
	text-decoration: none;
	color: red;
	width: 200px;
	border: 1px solid #ccc;
	font-size: 1.2em;
	text-decoration: none;
	padding: 4px 6px;
	background-color: #ddd;
	color: green;
	font-weight: bolder;
	border-radius: 4px;
	text-align: center;
	margin: 10px;
	box-shadow: -1px 0px 2px 1px #aaa;
}

.show-container{
	display: block;
	background-color: #9acc99;
	border: 2px solid #ddd;
	padding: 4px;
	text-align: center;
	border-radius: 4px;

}
.plbutton{
	display: inline-block;
	/*float: left;*/
	
	font-size: 1em;
	text-decoration-line: emphasis;
	padding: 4px 6px;
	
	color: green;
	font-weight: bolder;
	border-radius: 4px;
}



#title, .title{
	display: block;
	color: #9acc99;
	font-family: 'Bungee', cursive;
	margin: auto;
	text-align: center;
	text-shadow: 1px 1px 2px #222;
	width: 70%;
	
	border-radius: 10px;
	padding: 10px 15px;
}
#blurb{
	font-family: 'Lalezar', cursive;
	font-weight: bolder;
	color: #666;
	line-height: 1.0em;
	font-size: 1.0em;
	text-align: justify;
	display: block;
	margin: 10px auto;
	width: 52%;
}
#blurb a{
	text-decoration: none;
	color: #96DA77;
}
.pure-button{
	
	color: #ddd;
	background-color: #333;
	font-size: 1.4em;
}
.pure-button a{
	color: white;
	text-decoration: none;
}
#menu .pure-button{
	height: 50px;
	vertical-align: center;
	font-family: 'Bungee', cursive;
}
.active{
	color:  #96DA77;
}
#show-podcasts{
	width: 400px;
	margin: auto;
	border: none;
}
@media screen and (min-width: 20em){
	#grow-logo-block{
		width: 60%;
	}
	#podcasts-block{
		font-size: 1em;
	}
	#the-conch-poster{
		width: 65%;
	}
	#text-box{
		text-align: center;
		letter-spacing: .08em;
		
		max-width: 450px;
		margin: 10px auto;
	}
	
	#title{
		font-size: 1.9em;
		width: 50%;
		margin: 30px auto;		
	}

	#blurb{
		font-weight: normal;
		font-size: 13px;
		letter-spacing: .04em;
		line-height: 1.1em;
		margin: 30px auto;
		max-width: 195px;
		font-weight: bold;
	}


	#menu{
		display: none;
	}
	#player-wrapper{
		left: 62px;
	}
	#mobile-menu{
		display: block;
	}
	#main{
		width: 93%;
		margin-top: 50px;
	}
}

@media screen and (min-width: 44em){
	#main,#footer{
		width: 80%;
	}
	#grow-logo-block{
		width: 50%;
	}
	#podcasts-block{
		font-size: 1.5em;
	}
	#blurb{
		line-height: 1.2em;

	}
}



@media screen and (min-width: 64em){
	#grow-logo-block{
		width: 58%;
	}
	#podcasts-block{
		font-size: 1.3em;
	}
	#the-conch-poster{
		width: 60%;
	}
	#text-box{
		text-align: left;
		
	}
	#main{
		margin-top: 100px;
		
	}
	#title{
		font-size: 2.5em;
		letter-spacing: 0.001em;
		margin: 30px auto;
		width: 70%;
	}
	#blurb{
		margin: 10px auto;
		font-size: 1.0em;
		max-width: 400px;
	}
	#menu{
		display: block;
	}
	#player-wrapper{
		left: 0px;
	}
	#mobile-menu{
		display: none;
	}
}

@media screen and (min-width: 104em){
	#main,#footer{
		width: 55%;
	}
}



/* POdCASTS PAGE*/

#show-select{
	display: block;
	width: 70%;
	margin: auto;
	height: 40px;
	border: none;
	font-family: 'Bungee', cursive;
}

#podcasts{
	width: 40%;
	font-family: 'Bungee', cursive;
	margin: 30px auto;
}

#podcasts tr td{
	padding: 8px;
}

#podcasts tr td a{
	text-decoration: none;
	display:block;
	width: 100%;
	padding: 8px;
}

#description{
	width: 60%;
	display: block;
	margin: 30px auto;
	font-family: 'Lalezar', cursive;
	color:#666;
}
#title{
	font-family: 'Bungee', cursive;
}
/*ABOUT*/

#about{
	text-align: justify;
	font-weight: bold;
	line-height: 1.1em;
	font-size: 12px;
}