@charset "UTF-8";
/* CSS Document */


.sched_date{
	
	font-size:10px;
}

.lg-content{
	display:none;
	
	
}
.twitter_feed{
	
	
	height:400px;
	
}


.green-title{
	
	color:#2e7d1c;
	font-size:14px;
	margin-bottom:20px;
	
}
.green-small-title{
	
	color:#2e7d1c;
	font-size:12px;
	margin-bottom:10px;
	margin-top:15px;
	
	
}
.logo_middle{
	height:124px;
	text-align:center;
	display:none;
}
.big_header{
	
	width:100%;
	height:124px;
	background-color:black;
	display:none;
	
	
}

#small-brand{
		
		display:block;
		
		
	}

.front-main-image{
	
	
	background-image:url(../images/club2.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	
	
	
	
}
.front-poker-tonight-image{
	
	
	background-image:url(../images/siteimages/pokertongiht_front.jpg);
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	
	
	
	
}

.white-text{
		
		color:white;
		
	}
.lightgrey-text{
		
		color:#ADACAC;
		
	}
.row-bottom-margin{
	
	margin-bottom:15px;
	
	
}
.green-text{
	
	
	
	color:#2e7d1c;
}
.grey-text{
	
	color:#6C6A6B;
	
}
.lg_spacer{
	
	
	height:150px;
}

.tonight_header{

		font-size:16px;
		margin-bottom:5px;
		color:#2e7d1c;
	
	
}

.details_front{
	
	margin-bottom:5px;
	
}

.lg_spacer2{
	
	
	height:10px;
}

@media screen and (min-width: 950px) {
	
	.lg-content{
	display:block;
	
	
}
	.sched_date{
	
	font-size:14px;
}

.logo_middle{
	height:124px;
	text-align:center;
	display:block;
}
.big_header{
	
	width:100%;
	height:124px;
	background-color:black;
	display:block;
	
	
}
	#small-brand{
		
		display:none;
		
		
	}
	
	.front-main-image{
	
	
	background-image:url(../images/club2.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
	
	
	
}
	.front-poker-tonight-image{
	
	
	background-image:url(../images/siteimages/pokertongiht_front.jpg);
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	
	
	
	
}
	.lg_spacer{
		
		height:150px;
		clear:both;
		
	}
	.white-text{
		
		color:white;
		
	}
	
}