/* Generic Selectors */

body {

font-family: 'Roboto';

font-size: 14px;

}


/*------------------------------*/
h1 {
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #00b3e4;
}

/*------------------------------*/
h2 {
font-family: 'Roboto';
font-size: 2.5em;
//font-size: 16px;
font-weight: bold;
text-align: bottom;
color: #000000;
margin-left: 4px;
/*margin-left: 22px;*/
}
/*------------------------------*/
/*for regular text*/
h3 {
font-family: 'Roboto';
//font-size: 0.95em;
font-size: 1.1em;
color: #5b6064;
font-weight: 300;
margin-left: 4px;
//line-height: 170%;
line-height:1.5em;
//margin-right:10px;
}
img {
	margin-left:10px;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:15px;
	
	box-shadow: 10px 10px 5px #888888;
	//border-color:#3F9;
	//border:solid;
	//border:thin;

	
}
@media screen and (max-width:700px)
{
img {
//	margin-top:0px;
	margin-right:5px;
	margin-left:5px;
//	margin-bottom:15px;
	box-shadow: none;
	max-width: 15%;
	min-width: 50px;
	//width: 80%;
	//width: 50px;
}
}
img .simple{
		box-shadow: 100px 100px 50px #008800;

	
}
/*------------------------------*/

/*for regular text-with indent*/
h4 {
font-family: Arial;
font-size: 12px;
color: #000000;
font-weight: normal;

/*margin-left: 22px;*/
}
/*white */
h5 {
font-family: Arial;
font-size: 12px;
color: #000000;

background: #FFFFFF;
}
h6 {
background: #450000;
height: 10px;
}
/**************** Pseudo classes ****************/

a:link {
text-decoration: underline;
font-weight: bold;
}
a:visited {
/*color: #00CC00;*/
text-decoration: underline;
font-weight: bold;
}
/*
li {
list-style-type: disc;
font-size: 12px;
font-family: Arial;
}
*/


/************************* ID's *************************/