/** code by webdevtrick ( https://webdevtrick.com ) **/
@media screen and (min-width: 480px) {
body {
	background: #white;
	font-size:22px;
	line-height: 32px;
	color: #ffffff;
	word-wrap:break-word !important;
    font-family: 'Arial', sans-serif, Quicksand;
	width: 100%; 
	height: 100%; 
	min-width: 1000px; 
	//min-height: 1000px;
margin: 0 auto;
	padding: 0;
}
}

#container {
		margin-right: 10px;
margin-left: 10px;
	width: 100%;
    min-width:1000px;
    height:auto;
}
 
nav {
	margin: 25px 0;
	background-color: #58595B;
}
nav ul {
	padding: 0;
        margin: 0;
	list-style: none;
	position: relative;
	}	
nav ul li {
	display:inline-block;
	background-color: #008569;
	width:205px;
	}
nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:20px;
	line-height: 60px;
	text-decoration:none;
}
nav a:hover { 
	background-color: #ED1C24; 
}
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; 	
}	
nav ul li:hover > ul {
	display:inherit;
}	
nav ul ul li {
	width:240px;
	float:none;
	display:list-item;
	position: relative;
}
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:230px;
}
nav ul ul li {
	border: 1px solid white;
}	
li > a:after { content:  ' ▼'; }
li > a:only-child:after { content: ''; }

img.a1 
 { 
	filter: drop-shadow(5px 5px 5px #222); 
	float: left;  
   //margin: 10px;
   padding-right: 20px;
   }
   
img.a2 
 { 
	filter: drop-shadow(5px 5px 5px #222); 
	float: right;  
   //margin: 10px;
   padding-left: 20px;
   }

div.a1 {
width: 1000px;
font-family: 'Arial', sans-serif, Quicksand;
text-align:justify;
font-size:18px;
line-height: 32px;
color: #58595B;
//border-collapse: collapse;
	margin-right: 10px;
margin-left: 10px;
    min-width:1000px;
    height:auto;
	   padding-right: 5px;
}
img.a3
{
	padding-left:40px;
}