/* Copyright (C) Harsh 2015, all right reserves */

body
{
	font-family: Segoe UI;
}
div.container
{
	border: 1px solid hidden;
	border-radius: 10px;
	padding: 6px;
	width: 1000px;
	margin: auto;
	box-shadow: 0 3px 3px #484848;
	background: -webkit-linear-gradient(60deg, aqua, lime, #ffff1a);
	background: -moz-linear-gradient(60deg, aqua, lime, #ffff1a);
	background: -o-linear-gradient(60deg, aqua, lime, #ffff1a);
	background: -ms-linear-gradient(60deg, aqua, lime, #ffff1a);
	background: linear-gradient(60deg, aqua, lime, #ffff1a);
}
h1, h4
{
	text-align: center;
}
div
{
	text-align: center;
}
div.list, a.item
{
	display: inline-block;
	text-decoration: none;
	padding: 5px;
	border-radius: 0 10px 0 10px;
	color: white;
	margin: 6px 0 0 0;
}
div.list, a.item
{
	-webkit-transition: 1s;
	transition: 1s;
}
@font-face
{ verdana;}
div.list
{
	background: -webkit-linear-gradient(#51ff51, #ffff66);
	background: -moz-linear-gradient(#51ff51, #ffff66);
	background: -o-linear-gradient(#51ff51, #ffff66);
	background: -ms-linear-gradient(#51ff51, #ffff66);
	background: linear-gradient(#51ff51, #ffff66);
	box-shadow: 0 1px 2px 0 #484848;
	text-align: center;
	width: 130px;
}
a.item:hover
{
	color: grey;
	border-radius: 0 12px 0 12px;
}
div.list:hover
{
	background: #595959;
}
p#intro
{
	text-align: center;
}
p.online-registration
{
	text-align:center;
}
a.registration
{
	text-decoration: none;
	background: #
}
a.registration
{
	background-color: #40ff00;
	color: white;
	border: 1px solid #001a00;
	padding: 5px;
	margin: 0;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a.registration:hover
{
	box-shadow: 2px 4px 2px #484848;
}
a.registration:active
{
	box-shadow: 0 0 0;
}
										/*Welcome Animation Code Starts Here----------*/
div.note
{
	background-color: red;
	padding: 10px;
	color: white;
	width: 80px;
	border: 1px dotted black;
	border-radius: 5px;
	position: relative;
	box-shadow: 0 4px 2px #484848;
	-webkit-animation-name: slide;
	-webkit-animation-duration: 5s;
    animation-name: slide;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes slide {
    0%   {left:10px;transform:rotate(-15deg);}
    50%  {left:1210px;transform:rotate(15deg);}
	100% {left:10px;transform:rotate(-15deg);}
}
/* Standard syntax */
@keyframes slide {
    0%   {left:10px;transform:rotate(-15deg);}
	50%  {left:1210px;transform:rotate(15deg);}
	100% {left:10px;transform:rotate(-15deg);}
}											/*-----------Welcome Animation Code Ends here*/
div.footer-navigation
{
	text-align: center;
	position: relative;
	top: 200px;
}
a#foot
{
	color: grey;
	background-color: #00ffaa;
	font-style: italic;
	padding: 3px;
	text-decoration: none;
	border-radius: 5px;
}
a#foot:hover
{
	text-decoration: underline;
}
div.f2
{
	position: absolute;
	bottom: 0;
	left: 220px;
	padding: 3px;
	background: #a6a6a6;
	border: 1px solid grey;
	border-radius: 5px 5px 0 0;
	width: 900px;
}
a.exweb
{
	color: grey;
}
a.exweb:hover
{
	text-decoration: none;
	color: black;
}
a.host
{
	text-decoration: none;
	color: grey;
}
a.host:hover
{
	text-decoration: underline;
	color: black;
}
img.Aman_logo
{
	width: 27px;
	height: 27px;
}