@charset "utf-8";
/*------Site created/coded by Dipankar Sutradhar---------*/
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 92.5217%;
	padding-left: 1.2391%;
	padding-right: 1.2391%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cont_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#upcoming {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#recent_news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#connect {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#foot_nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 93.451%;
	padding-left: 0.7744%;
	padding-right: 0.7744%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cont_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#upcoming {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1712%;
	display: block;
}
#recent_news {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 49.1712%;
	display: block;
}
#connect {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 49.1712%;
	display: block;
}
#foot_nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 93.9673%;
	max-width: 900px;
	padding-left: 0.5163%;
	padding-right: 0.5163%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cont_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.3003%;
	display: block;
	min-height:300px;
}
#upcoming {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
}
#recent_news {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
}
#connect {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
}
#foot_nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 57.8754%;
	display: block;
}
#footer {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 41.0256%;
	display: block;
}
}

/************Executive Specific***********/
#content p a{
	color: #090;
	font-size:14px;
	font-weight:700;
}
#content p a:hover{
	background: none;
	color: #F00;
}
/****Future Members**/
#flist {
	display:none;
}
#flist:target {
	display:block;
}
/****Target Paragraphy****/
#e2011, #e2012, #e2013, #e2014 {
	display:none;
}
#e2011:target, #e2012:target, #e2013:target, #e2014:target {
	display:block;
}

/*Scroll Animation*/
#e2011, #e2012, #e2013, #e2014 {
	margin-left: -5px;
	display: block;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all 1.2s ease-in-out 0s;
	-webkit-transition: all 1.2s ease-in-out 0s;
	-moz-transition: all 1.2s ease-in-out 0s;
	-ms-transition: all 1.2s ease-in-out 0s;
	-o-transition: all 1.2s ease-in-out 0s;
}
#e2011:target, #e2012:target, #e2013:target, #e2014:target {
	opacity: 1;
	overflow: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	height: 100px;/*All Target*/
}

/*#e2013:target {
	height: 90px;
}
#e2012:target {
	height: 90px;
}
#e2011:target {
	height: 90px;
}
@media only screen and (min-width: 481px) {
#puja:target {
	height: 7320px;
}
#boishakh:target {
	height: 25145px;
}
#picnic:target {
	height: 30920px;
}
}
@media only screen and (min-width: 769px) {
#puja:target {
	height: 2680px;
}
#boishakh:target {
	height: 8825px;
}
#picnic:target {
	height: 10700px;
}
}
/*Scroll Animation End*/
input [type=text], input [type=email] {
	width:95%;
	padding-top:5px;
	padding-bottom:5px;
}
input[type=submit] {
  width: 97%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #45a049;
}
/*Current Member Table*/
table {
  width: 99%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: 4px;
}

th {
  position: sticky;
  top: 0;
  background-color: grey;
}

tr:hover td{
  background-color: coral;
}

tr:nth-child(even) {
  background-color: #D6D6D6;
}

.table-container {
  height: 500px;
  overflow-y: auto;
  overflow-x: auto;
}