.center{
	display: block;
	margin-left:auto;
	margin-right:auto;
	width:50%;
}
body{
	background-color: #2a4d14ff;

}
body p{
 color:#361B1F; 
}
body h1{
 color:#51292F; 
}
body h3{
 color: #442227; 
}


#nav ul{
	list-style:none;
    padding:0;
    margin:0;
}
#nav a{
	text-decoration: none;
	color:#b5ffe1ff;
}
#nav a:hover{
	text-decoration: none;
	color:#af7a6dff;
}
#nav li{
	display: inline;
}
#nav a{
	padding: 8px;
}
.main{
	background-color: #317b22ff;
	display: block;
	margin-left:auto;
	margin-right:auto;
	width:75%;
}
.main h3{
	text-align: center;
	font-family:Helvetica;
	font-size:20pt;
}


.main h1{
	text-align: center;
	margin-top:25
	font-family:Tahoma;
	font-size:30pt;
}

.main p{
	text-align: justify;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom:50px;
	font-family:Helvetica;
	font-size:18pt;
}

#homeimage{
	width:75%;
}

 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
} 

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  max-width: 45%;
  max-height: 45%;
}