@import url(https://fonts.googleapis.com/css?family=Hind); /*--- Body Font --*/
@import url(https://fonts.googleapis.com/css?family=Nobile); /*--- Heading Font --*/

*{margin: 0; padding: 0; box-sizing: border-box;}
body{
	width: 100%;
	display: block;
	color: #777777;
	background-color:  *#fff;
	font-family: sans-serif, "Open Sans", Montserrat, Arial, Helvetica, sans-serif, Arial, Helvetica,  Trebuchet MS;
	font-size: 17px;
    font-weight: normal;
	text-align@: justify;
	position: relative;
	margin: 0;
	padding: 0;
    line-height: 2;
    letter-spacing: 0px;
	min-height: 100%;
}
h1,h2,h3{ font-family: sans-serif; color:#006838; padding: 5px 0;	line-height: 1;}
h4, h5{padding-bottom: 15px;}
h1{font-size: 50px;}	
h2{font-size: 28px;}
h3{font-size: 20px;}
h4{font-size: 17px;}
h5{font-size: 15px}
p{margin-bottom:5px;}
a{text-decoration: none; cursor: pointer; font-size: 15px; color: green;}
li{font-size: 15px; line-height: 2;}

section {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}
img {display: block; width: 100%; max-width: 100%; max-height: 100%; text-align: center;
border: 0;}
.clear{clear: both;}
#share-buttons{padding-top: 20px; text-align: center;	font-size: 20px;}
#share-buttons img{width: 50px;	padding: 5px; border: 0; box-shadow: 0;	display: inline;}

/* FOOTER CSS */
.footer{
	background: black;
	width: 100%;
	overflow: hidden;
	opacity: 0.90; 
	position: relative;
	padding: 10px;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
	line-height: 2;
	font-size: 12px;
}
#foot-menu a{
	text-align: center;
	color: white;
	display: block;
	font-weight: 700;
	display: inline;
	padding: 10px;
}
#foot-content{
	text-align: center;
	width: 100%;
	float: right;
	margin: 2% 0.5% 3% 4%;
}
.second{
	width:100%;
	border-top: 1px solid #4D4E50;
	background: #333333;
	height: 40px;
	opacity: 0.95;
	text-align: center;
	padding: 18px;
	line-height: 0;
}
.second p{font-size: 12px; color: #6F6F6F;}
.second a{color: green;}
.social-content a{list-style: none; text-decoration: none; width: 40px; padding:10px 10px 10px 0px; display: inline-block;}

