/* 

*/




/* 
html { 
  background: url(images/naturefilm09.jpg) no-repeat center center fixed; 
  background-size: cover;
}
*/

body {
	padding-top: 50px;
    padding-bottom: 16px;
	

/* 
	padding-right: 5px;
    margin-right: 5px;
*/
}


a {
	color: black;
	text-decoration: none;
	font-size: 20px;
}

a:visited {
	color: black;
}

p {
	color: black;
	text-decoration: none;
	 list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
	font-size: 12px;
	float: right;
}

li {
	color: black;
	text-decoration: none;
	list-style-type: none; /* Remove bullets */
  	padding: 0; /* Remove padding */
  	margin: 0; /* Remove margins */
	font-size: 12px;
	float: right;
}


.container {
	width: 1080px;
	margin: 0;
}

.title {
	font-size: 20.5px;
	line-height: 20.5px;
	float: left;
	margin-bottom: 10px;
}

.menu {
	float: right;
	
/* 
	padding-right: 5px;
	margin-right: 5px;
*/
}
.menu a {
	color: black;
	font-size: 20px;
}

.menu i {
	color: black;
	font-size: 20px;
}

.row {
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Times New Roman;
	
/*
	padding-right: 5px;
	margin-right: 5px;
*/
}

.row img {
	width: 100%;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.menu-item {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.menu-item a {
	text-decoration: none;
	color: black;
}

