* {
    box-sizing: border-box;
}
@font-face
{
    font-family: myTamilFont;
    src: url(../Font/vijaya.ttf);
}
.hd{
	text-align:center; 
	font-size: 36px;
	color: DarkRed; 
	font-family: myTamilFont;
}
@media screen and (max-width: 500px){
	.hd{
		font-size: 28px;
	}
}
p
{
font-family:handlee cursive;
font-size:18px;
line-height:1.8;
text-indent: 6%;
}
.p
{
font-family: myTamilFont;
font-size: 18px;
text-align: justify;
line-height:1.3;
}
@media screen and (max-width: 500px){
	.p{
		font-size: 16px;
		text-align: justify;
	}
}
h3
{
	color: White;
	font-size: 22px;
	text-align: center;
	font-family: woodcut;
}
@media screen and (max-width: 767px){
	h3{
		font-size: 18px;
		margin-top: 3%;
		
	}
}
@media screen and (max-width: 500px){
	h3{
		font-size: 18px;
		margin-top: 5%;
		
	}
}
.h3T
{
	color: White;
	font-size: 20px;
	margin-top: 0.5%;
	text-align: center;
	font-family: myTamilFont;
}
@media screen and (max-width: 767px){
	.h3T{
		font-size: 18px;
		margin-top: 3%;
	}
}
@media creen and (max-width: 500px){
	.h3T{
		font-size: 16px;
		margin-top: 5%;
	}
}
.h3
{
	color: White;
	text-align: center;
	font-family: woodcut;
}
@media screen and (max-width: 425px){
	.h3
{
	color: White;
	font-size: 20px;
	padding-bottom: 3%;
	text-align: center;
	font-family: woodcut;
}
}
.h33
{
	color: navy;
	font-size: 20px;
	text-align: justify;
	font-family: myTamilFont;
}
@media screen and (max-width: 425px){
	.h33
{
	font-size: 18px;
	
}
}
h1{
  color:white;
  font-size: 50px;
   margin-top: 1%;
    margin-bottom: 1%;
  text-align: center;
  font-family: script mt;
  }
 .h1T{
  color:white;
  font-size: 64px;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  text-align: center;
  font-family: myTamilFont;
  }
@media screen and (max-width: 767px){
	h1{
		font-size: 24px;
		 
	}
	.h1T{
		font-size: 34px;
		 
	}
}
@media screen and (max-width: 500px){
	h1{
  color:white;
  font-size: 20px;
   
  }
  .h1T{
  color:white;
  font-size: 28px;
   
  }
}

  .h{
  color:white;
  font-size:18px;
  line-height:1.8;
  text-align: left;
  font-family: serifa th bt;
  }
@media screen and (max-width: 425px){
	.h{
  color:white;
  font-size:18px;
  line-height:1.8;
  text-align: center;
  font-family: serifa th bt;
  }
}
   .hh{
  color:white;
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
  font-family: myTamilFont;
  }
  .hh1{
	  margin-left: 3%;
  }
  @media screen and (max-width: 425px){
	.hh{
  color:white;
  font-size:18px;
  }
  .hh1{
	  margin-left: 0;
  }
}
  .h2{
  color:white;
  font-size: 20px;
  text-align:right;
  margin-top: 6px;
  line-height: 1.8;
  font-family: myTamilFont;
  float:center;
  }
  @media screen and (max-width: 425px){
	.h2{
  color:white;
  font-size: 18px;
  }
}
  h2{
  color:white;
  font-size:18px;
  text-align: right;
  line-height:1.8;
  font-family: serifa th bt;
  float:center;
  }
   @media screen and (max-width: 425px){
	h2{
  color:white;
  font-size:16px;
  text-align: center;
  line-height:1.8;
  font-family: serifa th bt;
  float:center;
  }
}
  h6{
   font-size:12px;
   text-indent:5px;
   text-align:justify;
   font-family:Helvetica Neue;
   text-align:center;
   }
.im{
	padding-bottom: 3%;
	width: 100px;
	height: 100px;
	float: right;
}
.im1{
	padding-bottom: 3%;
	width: 100px;
	height: 100px;
	float: left;
	
}
.himg{
	
}
@media screen and (width: 375px){
	.himg{
		height: 250px;
	}
}
@media screen and (width: 425px){
	.himg{
		height: 280px;
	}
}
.pan{
	margin-bottom: 0;
}
body {
    background-color: #eef2f3;
}
  /* Style the header */
header {
   background-color:#2b2b8e;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    color: blue;
}
li >a:hover {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
}
.topnav {
  overflow: hidden;
  background-color: #9932CC;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: underline;
  font-size: 17px;
  
}

.topnav a:hover {
  background-color: #DA70D6;
  color: black;
}

.active {
  background-color:;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 0px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 0px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  }

article {
    float: left;
    width: 100%;
    background-color: white;
    /* only for demonstration, should be removed */
}

/* Clear floats after the columns */
section:after {
    content: "";
    display: table;
    clear: both;
}

  /* Add a white background color and some padding to the footer */
   .ft{
	margin-top: 1%;
}  
* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: none;
    height: 160px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

  .shadow
{
box-shadow:#FFFFCC 5px 5px 55px inset;
}
.navbar-inverse .navbar-nav>li>a {
    color: #f5f5f5;
	}

.glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
     text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px red, 0 0 40px red, 0 0 50px red, 0 0 60px red, 0 0 70px red;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px GoldenRod, 0 0 40px GoldenRod, 0 0 50px GoldenRod, 0 0 60px GoldenRod, 0 0 70px GoldenRod, 0 0 80px GoldenRod;
  }
}
a{
	color: white;
}
a:hover {
	color: #33ffff;
	text-decoration: none; 
}
img
{
display :block;
margin-left:auto;
margin-right:auto;
}
#myBtn{
	 position: fixed;
	 display: none;
	bottom: 3px;
	right: 5px;
	padding: 0.8% 1% ;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	/* padding-top: 1%; */
	cursor: pointer;
}
#myBtn:hover {
  background-color: black;
  color: white;
}
.btn
{
	border-radius: 100%;
}