*
{
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 1000px){
.wrapper
{
	width: 100%;
}
div.gr{
	text-align:left;
}











/*--------footer------*/
footer
{
	width: 100%;
	background-color: black;
	padding: 60px 0px;
}
	




.column 2
{
	float: center;
	width: 33.33%;
}

.column 2.0
{
	float: center;
	width: 33.33%;
}
}

.about {background: white;
width: 80%;
margin: 0 auto
}
section {
	width: 67.70833333%;
float: left;
}
.authorr {background: white;
width: 80%;
margin: 0 auto
}
section {
	width: 67.70833333%;
float: left;
}
.indexx {background: white;
width: 80%;
margin: 0 auto
}
section {
	width: 67.70833333%;
float: left;
}
.editor {background: white;
width: 80%;
margin: 0 auto
}
section {
	width: 67.70833333%;
float: left;
}
.tamil
{
	font-family: myTamilFont;
	src: Bamini.ttf;
}


header
{
	position: relative;
	max-width: 1200px;
	margin: 20px auto;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 4px 7px rgba(0,0,8,.2);
	font-size: 24px;
}
.logo
{
	color: black;
	height: 50px;
	font-size: 36px;
	line-height: 60px;
	padding: 0 20px;
	
	text-align: center;
	box-sizing: border-box;
	float: left;
	font-weight: 700;
	text-decoration: none;
}
nav
{
	float: right;
}
.clearfix
{
	clear: both;
}
nav ul
{
	margin: 0;
	padding: 0;
	display: flex;
}
nav ul li
{
	list-style: none;
	
}
nav ul li a
{
	display: block;
	margin: 10px 0;
	padding: 10px 20px;
	text-decoration: none;
	color: #262626;
}
nav ul li a.active,
nav ul li a.hover
{
    background: #069370;
	color: #fff;
	transition: 0.5s;
}
blockquote {
	width: 50%;
	margin: 50px auto;
	padding: 20px;
box-shadow: inset 10px 5px 25px 5px white, 5px 5px 12px 2px black;
}




/*--Mobile--*/
@media(max-width: 767px) {	

    div.index img {
		width: 320px;
		height: auto;
		float: center;
	}
	div.index img1 {
		width: 320px;
		height: auto;
		float: center;
	}
header                                                                                                                                                
	{
			margin: 10px;
	}
	.menu-toggle
	{
		display: block;
		width: 40px;
		height: 40px;
		margin: 10px;
		
		float: right;
		cursor: pointer;
		text-align: center;
		font-size: 30px;
		color: #069370;
	}
	.menu-toggle:before
	{
		content: '\f0c9';
		font-family: fontAwesome;
		line-height: 40px;
	}
	
	.menu-toggle.active:before
	{
		content: '\f00d';
	}
	nav{
		display: none;
	}
	nav.active
	{
		display: block;
		width: 100%;
	}
	nav.active ul
	{
		display: block;
		
	}
	.ag img
	{
		width: 400px;
		height: auto;
		float: center;
	}
	footer{
		width: 100%;
	background-color: black;
	padding: 45px 0px;
	font-size: 10px;
	
	}
	
	div.president img
    {
		width: 320px;
		height: auto;
		float: center;
	}
	div.sc img
    {
		width: 320px;
		height: auto;
		float: center;
	}
	div.socialmedia img
    {
		width: 320px;
		height: auto;
		float: center;
	}
	div.secularism img
    {
		width: 320px;
		height: auto;
		float: center;
	}
	div.death img
    {
		width: 320px;
		height: auto;
		float: center;
	}
	div.caste img
    {
		width: 320px;
		height: auto;
		float: center;
	}
	div.gr{
	text-align:left;
}
.shadow1
{
   	width: 90%;
   	margin: 50px auto;
    box-shadow: inset 10px 5px 25px 5px white, 5px 5px 12px 2px black;
    padding: 10px;
}
.shadow2
{
   	width: 90%;
   	margin: 50px auto;
    box-shadow: inset 10px 5px 25px 5px white, 5px 5px 12px 2px black;
    padding: 10px;
}
.shadow3
{
   	width: 90%;
   	margin: 50px auto;
    box-shadow: inset 10px 5px 25px 5px white, 5px 5px 12px 2px black;
    padding: 10px;
}
.shadow4
{
   	width: 90%;
   	margin: 50px auto;
    box-shadow: inset 10px 5px 25px 5px white, 5px 5px 12px 2px black;
    padding: 10px;
}
.kumari
{
   	width: 90%;
   	margin: 50px auto;
    box-shadow: inset 10px 5px 25px 5px white, 5px 5px 12px 2px black;
    padding: 10px;
}
}	

	


* {
  box-sizing: border-box;
}

/* Style the search field */
form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}




.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
}

.title {
  color: grey;
  font-size: 18px;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

button:hover, a:hover {
  opacity: 0.7;
}
























/*--Tablet--*/
@media(min-width: 768px) {
    div.index img {
		width: 560px;
		height: auto;
		float: center;
	}
	  div.index img1 {
		width: 560px;
		height: auto;
		float: center;
	}
	{
	.checkbtn{
		display: block;
	}
	footer{
		width: 100%;
	background-color: black;
	padding: 45px 0px;
	font-size: 10px;
	}
	.menu-toggle
	{
		display: block;
		width: 40px;
		height: 40px;
		margin: 10px;
		
		float: right;
		cursor: pointer;
		text-align: center;
		font-size: 30px;
		color: #069370;
	}
	.menu-toggle:before
	{
		content: '\f0c9';
		font-family: fontAwesome;
		line-height: 40px;
	}
	
	.menu-toggle.active:before
	{
		content: '\f00d';
	}
	nav{
		display: none;
	}
	nav.active
	{
		display: block;
		width: 100%;
	}
	nav.active ul
	{
		display: block;
		
	}



/*--------footer------*/
footer
{
	width: 100%;
	background-color: black;
	padding: 60px 0px;
}
	
.kumari
{
   	width: 90%;
   	margin: 50px auto;
    box-shadow: inset 10px 5px 25px 5px white, 5px 5px 12px 2px black;
    padding: 10px;
}




}







/*--Desktop--*/

@media(min-wdith: 1000px) 

footer{
		width: 100%;
	background-color: black;
	padding: 45px 0px;
	font-size: 10px;
	}
.category{
	font-size: 32;
}
	div.president img
    {
		width: 540px;
		height: auto;
		float: center;
	}
	div.sc img
    {
		width: 540px;
		height: auto;
		float: center;
	}
	div.socialmedia img
    {
		width: 540px;
		height: auto;
		float: center;
	}
	div.secularism img
    {
		width: 540px;
		height: auto;
		float: center;
	}
	div.death img
    {
		width: 540px;
		height: auto;
		float: center;
	}
	div.caste img
    {
		width: 540px;
		height: auto;
		float: center;
	}
	
	.menu-toggle
	{
		display: block;
		width: 40px;
		height: 40px;
		margin: 10px;
		
		float: right;
		cursor: pointer;
		text-align: center;
		font-size: 30px;
		color: #069370;
	}
	.menu-toggle:before
	{
		content: '\f0c9';
		font-family: fontAwesome;
		line-height: 40px;
	}
	
	.menu-toggle.active:before
	{
		content: '\f00d';
	}
	nav{
		display: none;
	}
	nav.active
	{
		display: block;
		width: 100%;
	}
	nav.active ul
	{
		display: block;
		
	}
	.kumari
{
   	width: 90%;
   	margin: 50px auto;
    box-shadow: inset 10px 5px 25px 5px white, 5px 5px 12px 2px black;
    padding: 10px;
}
  div.index img1 {
		width: 480px;
		height: 240px;
		float: center;
	}
}




