/*  Custom CSS for 
	Podcast Generator
*/

body {
  padding-top: 75px;
}

.episode_image {
	width:80%;
	margin-bottom:10px;
	-webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

#bs-example-navbar-collapse-1 > .navbar-right > li {
  display: inline-flex !important;
}

.container-fluid {
	padding-left: 35px;
	padding-right: 35px;
	max-width: 1700px;
}

.navbar{
	background-color: #dd1d34;	
}	

.navbar-LINK{
	color:white;
	padding: 20px;
	display: inline-block;
	
}

.navbar-LINK:hover, .navbar-default .navbar-brand:hover {
	text-decoration: none;
	color:#222;
}

.episodebox>h3>a {
	color: #dd1d34;
}

img.logo {
	max-height: 175px;
	max-width: 400px;
	margin-top: 12px;
}

@media (min-width: 1329px) {
	img.dso-logo {
		margin-right: 3vw;
	}
}

@media (max-width: 634px) {
	.jumbotron p {
    	margin-bottom: 11px;
    	font-size: 1.2em;
	}
	.jumbotron h1 {
    	font-size: 3em;
	}
}

@media (max-width: 1329px) {
	img.logo {
		max-height: 140px;
		max-width: 320px;
		margin-top: 18px;
	}
	img.dso-logo {
		margin-right: 2.5vw;
	}
}

.jumbotron{
	background-color:#222;
	color:white;
	text-align: center;
	color: #fff;
	cursor: default;
}

.hello h1{
	display: inline;
}

.hello img{
	display: inline;
    width: 75px;
	vertical-align: bottom;
	margin-left: 10px;
}						
.hello{
	    margin-bottom: 20px;
}

div.videos {
	margin-bottom: 5em !important;
}

div.about {
	margin-top: 5em;
	margin-bottom: 3em;
}

div.about h1 {
	margin-top: 0;
}

h1 {
	margin-bottom: 15px;
	margin-top: 25px;
}

footer p {
	margin-left: 30px;
	margin-bottom: 20px;
}

.hero-unit {
	padding-left: 15px;
}

 .archive-link {
	margin-left: 15px;
}

/* remove episode date */
p.episode_date {
    display: none;
}

/* remove download button (also removes more button) */
a.btn {
    display: none;
}