body {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family:Athelas;
	background-color: #41393d;

}
main {
	background-color: white;
}

.container{
	padding-left: 5%;
	padding-right: 5%;
	background-color: white;

}
/* Style the header */
/* Add a black background color to the top navigation */
.topnav {
	min-width: 860px;
	float: right;
	background-color: #41393d;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	padding-bottom: 10px;
}
/* Style the links inside the navigation bar */
.topnav a {
	float: center;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	padding-left: 5%;
	padding-right: 5%;
	
}
/* Change the color of links on hover */
.topnav a:hover {
  background-color: white;
  color: black;
	
}
/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
	
}
.images img {
	width: 350px;
	padding-left: 10%;
	margin-bottom: 15px;
	margin-top: 15px;
}
.logo img {
  width: 15%;
  height: 15%;
}
#m_text{
	max-width: 70%;
	float: center;
	padding-left: 15%;
	display:inline-flex;
}

#m_text { width: 100%; height: 50%;  text-align: center; display: inline-block; position: relative; }