html {
	background: url(images/BG4.webp) center center fixed;
	background-repeat: no-repeat; 
	background-size: cover;
	height: 100%;
	min-height:100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

body {
	background:transparent;
	min-height:100%; 	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5em;
	font-size:1.5em;
	font-family: 'Inconsolata', monospace;
	color:#fff;
	color: #b0d0ce;
	font-weight: normal;
}


@media screen and (max-width: 640px){
 
} 






/********************************************************/
/*             Sections - universal classes             */
/********************************************************/
.section { 
	z-index: 1;
	min-height:420px;
	width: 100%; 
	overflow:auto;
	height:100%;
	padding-top:50px;
	padding-bottom:50px; 
	display:none;
	top:0;
} 
@media (min-width: 768px) {
	.section { padding-top:50px;}
}

/* Show one of sections */
#head { 
	display: block;
}


/* NAV */
.topnav {
  overflow: hidden;
	font-weight:normal;
	font-size:1.5em;
	line-height:1.2em;
	margin-top: 30px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 35px;
 
}


.topnav .icon {
  display: none;
}

.topnav a.menu {
	display: none;
}

@media screen and (max-width: 600px) 

{.topnav a.menu {
	display: block;}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  /* Hide the links inside the navigation menu (except for logo/home) */
	.topnav #myLinks {
  			display: none;
}
}
/********************************************************/
/*                      Typography                      */
/********************************************************/
a { color:#fff; text-decoration: none; }
a:hover, a:active { color:#fff; }
.lead { 
	font-weight:normal;
	font-size:1.5em;
	line-height:1.2em;
}


.title,
.subtitle { 
	font-family: 'Anton', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:7em;
	margin-bottom:15px; 
	color:#FDF9F4; 
	line-height:1em;
}
.subtitle { 
	line-height:1.5em;
	font-size:2em;
	margin-top:0;
}
.tagline { 
	font-size:1.4em;
	line-height:1.3em;
	font-weight:normal;
	font-family: 'Inconsolata', monospace;
	letter-spacing: 3px;
	color: #555 !important;
	margin-top: 50px;
	margin-bottom: 30px;

}
.listen {
	columns: 2; 
	-webkit-columns: 2; 
	-moz-columns: 2;  
	list-style: none; 
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px; 
	column-gap: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.listen_button {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #fff; 
	border-radius: 5px 5px 5px 5px; 
	border-color: #D3D3D3; 
	border-style: solid; 
	border-width: 0.5; 
	padding-top: 5px;
	width:174px; 
	height:44px;
	margin: 0px;
	padding: 0px;
}

.listen_button p {
	font-size:1.4em;
	line-height:1.3em;
	color: #333333;
	font-weight:normal;
	font-weight:normal;
	font-size:1.3em;
	line-height:1em;
	margin-left: auto;
  	margin-right: auto;
  	position: relative;
  	margin-top: 21px;
  	transform: translateY(-50%);
}

.merch_button {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #00746b; 
	border-color: #00746b; 
	border-style: solid; 
	border-radius: 5px 5px 5px 5px; 
	padding-top: 5px;
	width:174px; 
	height:44px;
	margin: 0px;
	padding: 0px;
}

.merch_button p {
	font-size:1.4em;
	line-height:1.3em;
	color: #333333;
	font-weight:normal;
	font-weight:normal;
	font-size:1.3em;
	line-height:1em;
	margin-left: auto;
  	margin-right: auto;
  	position: relative;
  	margin-top: 21px;
  	transform: translateY(-50%);
}

.episodeiframe {
	width: 700px;
	height: 726px;
}

@media (max-width: 767px) {
	.lead { 
		font-size:1.3em;
	}
}

@media (max-width: 480px) {
	

	.lead .h3 { 
		font-size:4.5em;
		text-align: center;
	}
	.title {
		font-size: 3em;
		text-align: center;
	}

	.subtitle {
			text-align: center;
			font-size: 1.5em
	}

	.tagline {
		text-align: center;
		font-size: 14px;
	}

	.episodeiframe {
		width: 100%;
		height: 726px;
}

}


.episode {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-right: 0px;
	padding-left: 10px;
	display:inline-block;
	vertical-align:top;
	border-radius: 5px 5px 5px 5px;
	
}

.tip {

}

.tip:hover {
	opacity: 0.9;
	text-decoration: none; 
}

.tip-text {
	font-family: 'Helvetica', Arial, sans-serif;'
	font-weight:normal;
	font-size:1.2em;
	margin-bottom:15px; 
	color:#fff; 
	line-height:1em;
	margin: 10px;
	text-decoration: none; 
}


.tip-text:hover, .tip-text :active, .tip-text:focus { 
	text-decoration: none; 
}

@media screen and (max-width: 640px){
 .coming-soon {
	border: 1px solid #858585;
} 


.episode {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-right: 0px;
	padding-left: 0px;
	display:inline-block;
	vertical-align:top;
	border-radius: 5px 5px 5px 5px;

}
			.episode {
			border-radius: 5px 5px 5px 5px;
			position: relative;
			display: block;
			padding-right: 15px;
			padding-left: 15px;
				}

	
}

.merch {
	color: #00746b;
	height: 50px;
}



.csl-entry	{
	padding-top: 30px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: inherit;
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: normal;
}

/********************************************************/
/*                   UI - Buttons                       */
/********************************************************/
.btn{
	color: #00746b;
	text-shadow: none;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:0 none;
	border-radius: 5px 5px 5px 5px;
	border-color: #00746b;
	padding: 7px;
	margin: 7px;
	color: #fff  !important;
	font-size: 1.3em;
	height:	50px;
}
.btn:hover {
	color:#000;
	text-decoration: none;
}
.btn-lg { 
	padding:16px 30px;
	font-size:inherit;
}

.btn-link {
	color:rgba(255,255,255,.8);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
	color:#fff
}
.btn-default {
	background: rgba(255,255,255,.5);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background: rgba(255,255,255,.8);
}
.btn-primary {
	background: rgba(255,255,255,.2);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active {
	background: rgba(255,255,255,.5);
}

.btn a:hover{
	text-decoration: none;

}


/********************************************************/
/*                 UI - Thumbnails                      */
/********************************************************/
.thumbnail {
	background-color: rgba(255,255,255,.2);
	border: 0 none;
	padding: 0px;
	display: inline-block;
	margin-bottom: 0px;
	border-radius: 5px 0px 0px 5px;

}
.thumbnail .caption {
	color: inherit;
}



/********************************************************/
/*                 Everything else                      */
/********************************************************/

.list-social .btn { 
	font-size:1.3em; 
}
.list-social .btn:hover, .list-social .btn:active, .list-social .btn:focus { 

}


/* Social buttons in the footer */
#social { 
	margin-top:30px;
	margin-bottom:50px;
}
#social .wrapper { 
	width:340px; 
	margin:0 auto;
}






























/***********************************************************/
/*                   Theme: text shadows                   */
/***********************************************************/
.text-shadows { 	
	text-shadow:0 1px 2px rgba(0,0,0,.2);
}
.text-shadows .title,
.text-shadows .subtitle,
.text-shadows .tagline { 
	text-shadow:0 2px 3px rgba(0,0,0,.4);
}
.text-shadows .mainmenu .dropdown-menu a { 
	text-shadow:0 2px 1px rgba(0,0,0,.2);
}
.text-shadows .mainmenu .dropdown-menu a:hover { 
}



/***********************************************************/
/*                   Inverted theme                        */
/***********************************************************/
.theme-invert { 	
	color:#222;
	color:rgba(0,0,0,.8); 
 }
.theme-invert a { 
	color:#00746b;
}
.theme-invert .btn {
	color:rgba(255,255,255,.8);
}
.theme-invert .btn:hover {
	color:#fff;
}
.theme-invert .btn-link {
	color:rgba(0,0,0,.8);
}
.theme-invert .btn-link:hover, .theme-invert .btn-link:focus, .theme-invert .btn-link:active {
	color:#000
}
.theme-invert .navbar-toggle {
	background: rgba(0, 0, 0, 0.12);
}
.theme-invert .navbar-toggle .icon-bar {
  background: #333;
}
.theme-invert .mainmenu .dropdown-menu a { 
	color:#000;
}
.theme-invert .mainmenu .dropdown-menu a:hover { 
	background:rgba(0,0,0,.1);
	color:#000;
}

.theme-invert .title,
.theme-invert .subtitle,
.theme-invert .tagline { 
	color:#222222; 
}

.theme-invert .btn-default {
	background: #00746b;
}
.theme-invert .btn-default:hover,
.theme-invert .btn-default:focus,
.theme-invert .btn-default:active,
.theme-invert .btn-default.active {
	background: rgba(0,0,0,.6);
	color:#fff;
}
.theme-invert .btn-primary {
	background: rgba(0,0,0,.2);
}
.theme-invert .btn-primary:hover,
.theme-invert .btn-primary:focus,
.theme-invert .btn-primary:active,
.theme-invert .btn-primary.active {
	background: rgba(0,0,0,.3);
	color:#fff;
}

.theme-invert .thumbnail {
	background-color: rgba(255,255,255,.8);
}
.thumbnail .caption {
	color: inherit;
}



