

body {
	font-family: Helvetica, Arial, sans-serif;

	}
	
/* Style the page as whole */
#container {
	background-color: white;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
} 

/* Style the images */
img {
  width: 100%;
  height: auto;
 
}

/* Style the video */
video {
	width: 100%;
	height: auto
}

/* Style the top navigation bar */
.topnav {
  list-style-type: none;
  margin: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav li {
		float: left;
		}

.topnav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 20px;
	text-decoration: none;
}

/* Change color on hover */
.topnav li a:hover:not(.active) {background-color: #74E39A;}

.topnav li a.active {background-color: #01B636;}

/* Add a breakpoint for small devices (phones) */
@media screen and (max-width: 600px) {
  .topnav li.right, 
  .topnav li {float: none;}
}

/* Style the header */
.header {
	padding: 0;
	background-color: #74E39A;
	font-size: 25px;
	text-align:center;
	
}

/* Style the main content */
.main {
	text-align: left;
}

/* Style the footer */
.footer {
	clear: both;
	padding-top:10px;
	padding-bottom: 10px;
	background-color: #999999;
	width: 100%;
	color: white;
	text-align: center;
}