body
{
	display: block;	
	background-color: #FFFFFF;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 95%;
	font-family: Calibri, Helvetica;
	
}

.banner
{
	width: 100%;
	height: 25%;		
}

.banner img{
	display: block;
	max-height: 300px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.nav
{
  overflow: hidden;
  background-color: #696969;
}

.nav a 
{
  float: left;
  display: block;
  color: #F8F8FF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.nav  a.icon 
{
	display: none;
}

.nav a:hover {
  background-color: #ddd;
  color: black;
}

.nav  a.active {
  background-color: #8B0000;
  color: white;
  font-weight: bold;
}

.nav  a.order{
  float: right;  
}            



.information
{
	background-color: #398378;
	color: #FFFFFF;
	text-align: left;
	font-size: 17px;
	float:	none;
	width: 100%;
	display: inline-block;
	margin: 0;
	border:0;
}

.main
{
	background-color: #FFFFFF;
	text-align: left;
	font-size: 17px;
	float:	none;
	width: 100%;
	display: block;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}



.info
{
	text-align: center;
}

.

.footer
{
	background-color: #398378;
	text-align: center;
	font-size: 20px;
	display:block;
	clear: both;

}


.fa {
  padding: 10px;
  font-size: 30px;
  text-decoration: none;
  color: black;
}

	
@media screen and (max-width: 1280px) 
{

		
}	


@media screen and (max-width: 640px) 
{
	.info
	{
		float: left;
		width: 100%;	
	}

	
	.nav a:not(:first-child)
	{
		display: none;
	}
	.nav a.icon 
	{
		float: right;
		display: block;
	}
	
	.nav.responsive 
	{
		position: relative;
	}
	.nav.responsive .icon 
	{
		position: absolute;
		right: 0;
		top: 0;
	}
	.nav.responsive a 
	{
		float: none;
		display: block;
		text-align: left;
	}	
}
	
