a
{
	font-style : normal;
}

.buttona {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.buttonb {
  background-color: #FF6666;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.nav_entry h1, h2, h3, h4
{
	padding : 10px;
}
.nav_entry:hover
{
	cursor: pointer;
	background-color : #fff;
	color : #44BECB;
	opacity : 0.5;
}
.nav_entry
{
    width:100%;
	max-width : 350px;
	height : 175px;
	margin : auto;
	display : inline-block;
	margin-left : 25px;
	margin-right : 25px;
	margin-bottom : 25px;
	box-shadow: rgba(0, 0, 0, 5) 0px 5px 15px;
}
.nav_container
{
	margin : 0 auto;
	max-width:1500px;
	width:80%;
	display:inline;
}

.nav_ccontainer
{
	margin-top : -19px;
	background-color : #000;
	opacity : 0.6;
	width : 100%;
	height : 102%;
}
body
{ 
	background-color : #092F50;
	color : #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:20px;
}
a
{
	/*text-decoration : none;*/
	color : #fff;
	/*font-weight : bold;*/
	font-style : italic;
}
.container
{
	text-align : center;
	padding-bottom : 75px;
}
.center_all
{
	display : inline-block;
	margin : auto;
}
.hidden {
    display:none;
}
.header h1
{
	font-size : 0.9em;
}
.podcast_4
{
    box-shadow: 0 0 3.5px 10px #1279c6;
	margin : 15px;
	min-height : 150px;
	padding : 50px;
	background-color : #1279c6;
	background-image : url('../img/podcast_background.png');
	background-size : contain;
	background-repeat : no-repeat;
	background-position : center;
	display : inline-block;
}
.podcast_3
{
    box-shadow: 0 0 3.5px 10px #9e9e9e;
	margin : 15px;
	min-height : 150px;
	padding : 50px;
	background-color : #9e9e9e;
	background-image : url('../img/podcast_background.png');
	background-size : contain;
	background-repeat : no-repeat;
	background-position : center;
	display : inline-block;
}
.podcast_2
{
    box-shadow: 0 0 3.5px 10px #44BECB;
	margin : 15px;
	min-height : 150px;
	padding : 50px;
	background-color : #44BECB;
	background-image : url('../img/podcast_background.png');
	background-size : contain;
	background-repeat : no-repeat;
	background-position : center;
	display : inline-block;
}
.podcast
{
    box-shadow: 0 0 3.5px 10px #FF6666;
	margin : 15px;
	padding : 50px;
	background-color : #FF6666;
	background-image : url('../img/podcast_background.png');
	background-size : contain;
	background-repeat : no-repeat;
	background-position : center;
	display : inline-block;
}
.podcast h2, .podcast p, .podcast_2 h2, .podcast_2 p, .podcast_3 h2, .podcast_3 p, .podcast_4 h2, .podcast_4 p
{
	width : 200px;
}
/* Add a black background color to the top navigation */
.bottom_nav {
	background-color: #333;
	overflow: hidden;
	position : fixed;
	bottom : 0;
	left : 0;
	width : 100%;
}

/* Style the links inside the navigation bar */
.bottom_nav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
	font-style : normal;
}

/* Change the color of links on hover */
.bottom_nav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.bottom_nav a.active {
  background-color: #4CAF50;
  color: white;
}