@charset "utf-8";

*{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#202020;
}

img{
	border:0;	
}

body {
	background:url(../img/page-gradient.gif) repeat-y center;
	background-color:#dedede;
	
	margin-top:0px;
	
	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	line-height:17px;
	font-size:12px;
}

/* #myCarousel{
margin: -22px 51px;
} */
/**********************************LAYOUT DEFINITIONS*************************************/
#wrapper {
	width:960px;
	margin:0 auto;
}

#navbar {
	height:157px;
	font-size:12px;
	font-weight:bold;
	position:relative;
	background:transparent url(../img/header_banner.png) no-repeat 0px -90px;
}

#sidebar-left { /**Optional left sidebar**/
	float:left;
	width:200px;
	margin:0 0 0 8px;
}

#content { /**Content area**/
	float:left;
	height:auto; /*important*/
	/* min-height:420px; */
}

.onecolumn { 
	width:920px;
	margin:0 15px 0 8px;
}

.twocolumn { /**defines width for contentarea**/
	width:720px;
	margin:0 15px 0 8px;
}

.threecolumn { /**defines width for contentarea**/
	width:515px;
	margin:0 15px 0 15px;
}


#sidebar-right { /**right compulsory sidebar**/
	float:left;
	width:200px;
	margin-left:3px;
	margin-top:0px;
}

.clearfloat {
	clear:both
}

#footer {
	height: 23px;
    padding: 40px 0 0 140px;
    background: url(../img/footer-gradient.gif) repeat-x;
    width: 820px;
    margin-left: -8px;
}

#footer .volunteerNotice{
	border-top: 1px solid #F2F2F2;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 5px;
    text-align: center;
    width: 690px;
    font-size: 11px;
    
}

#footer a{
	color: #202020;
}

#womo {
	font-size:11px;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*****************************************************************************/
/*****************************header elements*********************************/
#pune-logo {
	display: block;
    position: absolute;
    left: 86px;
    top: 13px;
    width: 140px;
    height: 63px;
	/* background:transparent url(../img/Pune.png) no-repeat 0px 0px; */
}


#tagline {
	width:435px;
	height:43px;
	position:absolute;
	left:29px;
	top:14px;
}

#banner {
	position:absolute;
	left:220px;
	top:11px;
	width:658px;
	height:63px;
	background:transparent url(../img/header_banner.png) no-repeat -140px 0px;
}

#banner #currently-tracking {
	position: absolute;
    top: 35px;
    left: 488px;
    width: 250px;
    color: #0171AD;
    font-size: 11px;
}


/**********************************MENUBAR*************************************/
ul#menu {
	list-style:none;
	position:absolute;
	padding:0px;
	top:123px;
	left:75px;
}
ul#menu li {
	float:left;
	padding-right:25px;
	padding-left:20px;
	background:url(../img/spacer.gif) no-repeat;
}
strong {
	color: white;
}
#menu a{
	font-size:13px;
	font-weight: 600;
}

#menu li a.selected:visited,
#menu li a.selected:link
{ /*style for selected link*/
	color:#800404;
}

#menu a:link {
	text-decoration:none;
	color:#006699; /*style for unselected link*/
	
}

#menu a:visited {
	text-decoration:none;
	color:#006699; /*style for unselected link*/
}

#menu a:hover,
#menu a:focus {
	text-decoration:none;
	color:#800404;
}

/*****************************************************************************/


/*****************************Sidebar Content*********************************/
/*For direct content under a sidebar*/
.sidebar {
	margin-top:7px;
}

/*For Sidebar blocks*/
.sidebar-block {
	padding-bottom:28px;
	background:url(../img/sidebar-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;	
	width:200px;
	
	margin-bottom:17px;
}

.sidebar-block .heading {
	background:url(../img/sidebarblue-top.png);
	background-repeat:no-repeat;
	background-color:#0171AD;

	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	
	padding:7px 0 8px 10px;
}

.sidebar-block .body {
	
	min-height:35px;
	
	border-left:#006699 1px solid;
	border-right:#006699 1px solid;
	padding:10px 10px 10px 10px;
}
/*****************************************************************************/


/*****************************Content Styling for #content*******************/
#content p{
	font-size:16px;	
	line-height:19px;
	text-align: justify;
    margin: 30px;

}

#content p a{
	color:#298EAA;
	font-weight:500;
}

#content p a:hover{
	background-color:#EFEFF0;
	font-weight:500;
}

h1.title{
	font-size:15px;
	color:#800404;
	
	border-bottom:1px solid #E9E9E9;
	
	margin-bottom:10px;
	padding-bottom:8px;
}
/*****************************************************************/

#navbar{
    height: 155px;
}
#homeintro{
    text-align: center
}
#content-centre {
    width: 810px;
}

#content-centre {
    width: 790px;
    margin: 0px auto;
}
#countdown {
    position: relative;
    margin-left: 70px;
}
#countdown #countdown-number {
    position: absolute;
    top: 32px;
    left: 449px;
    color: #820608;
    font-size: 13px;
    font-weight: bold;
}
.current {
    position: absolute;
    top: 80px;
    left: 245px;
}
.current a {
    color: rgb(0, 102, 153);
    text-decoration: underline;
}
.container{
    margin-left: 65px;
	/* margin-top: 20px; */
}
.pera h2{
    margin-bottom: 30px;
	color: #810505;
}

/* Styles for the round button */
.round-button {
    width: 35px;
    height: 35px;
    border-radius: 50%; /* Make it round */
    background-color: #3e8e41;
    color: white;
    font-size: 10px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;
}

/* Change button color when hovered */
.round-button:hover {
    background-color: darkgreen;
}

/* Change button color when active (clicked) */
.round-button:active {
    background-color: #c50507;
}

/* Styles for the donate button */
.donate-button {
    background-color: #02679a;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* Hover effect */
.donate-button:hover {
    background-color: darkblue; /* Darker green */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Pressed effect */
.donate-button:active {
    background-color: darkblue; /* Even darker green */
}
/* Styles for anchor tags */
.carousel-item a {
    text-decoration: none; /* Remove underline */
    color: #007bff; /* Link color */
	font-size: small;
    transition: color 0.3s; /* Smooth transition for color change */
}

/* Change link color on hover */
.carousel-item a:hover {
    color: #0056b3; /* Darker link color */
}

/* Styles for the strong element within anchor tags */
.carousel-item a strong {
    font-weight: bold;
    color: #555; /* Strong text color */
}

/* Styles for the link container paragraph */
.link-container {
    margin-bottom: 10px; /* Add some space between links */
	font-size: larger;
}




.link-container  a:before{
	content: '';
	background: #02679a;
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 3px;
	transition: all 0.3s ease-in-out;
}

.link-container a:hover {
background-position: 0;
}

.link-container a:hover::before{
	width: 100%;
}

   #bottone1:hover {
		background-color: #800405;
		background-image: none !important;
	}
	#bottone1 {
		margin-right: 15px;
		display: inline-block;
		outline: 0;
		border: 0;
		font-size: 11px;
		font-weight: 500;
		color: #fff;
		cursor: pointer;
		background-image: linear-gradient(to right, #02679a, #02679a) !important;
		border-radius: 3px;
		padding: 10px 10px 10px;
		white-space: nowrap;
	}
	#bottone2:hover {
		background-color: #800405;
		background-image: none !important;
	}
	#bottone2 {
		display: inline-block;
		outline: 0;
		border: 0;
		font-size: 11px;
		font-weight: 500;
		color: #fff;
		cursor: pointer;
		background-image: linear-gradient(to right, #02679a, #02679a) !important;
		border-radius: 3px;
		padding: 10px 14px 10px;
		white-space: nowrap;
	
	}

	#bottone3:hover {
		background-color: #800405;
		background-image: none !important;
	}
	#bottone3 {
		display: inline-block;
		outline: 0;
		border: 0;
		font-size: 11px;
		font-weight: 500;
		color: #fff;
		cursor: pointer;
		background-image: linear-gradient(to right, #02679a, #02679a) !important;
		border-radius: 3px;
		padding: 10px 10px 10px;
		white-space: nowrap;
		margin-left: 160px;
		margin-top: 3px;
	
	}
	.location-link{
		/* margin: 10px 2px 10px 5px; */
		text-align: left;
	  }
	  .location-link span {
		font-size: 16px;
		font-weight: 700;
		color: #800404;
	}
	  .header-location{
		margin-top: 8px;
	  }
	  .header-location h3 {
		color: #800404;
		/* text-decoration: underline; */
		text-transform: capitalize;
	}

	
	.link-container a {
		background-image: linear-gradient(to right, #800404, #800404 50%, #02679a 50%);
		background-size: 200% 100%;
		background-position: -100%;
		display: inline-block;
		padding: 5px 0;
		position: relative;
		/* padding-left: 5px; */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		transition: all 0.3s ease-in-out;
		margin-top: 5px;
		margin-left: 5px;
	}
	
		
		.header-location {
	
			width: 790px;
			margin: 0px auto;
			text-align: left;
			padding-bottom: 5px;
		}