#clubsatNIST{
	padding-top:100px;
	/*margin-top:110px;*/
	margin-top:163px;
	color: #fff; 	
	background-image: url("/clubs/images/Club-nist (1).jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;
	height:350px;
}

#clubsatNIST h1{
    display:block;
}

@media (min-width: 769px) and (max-width: 950px) {
    #clubsatNIST h1{
	display:none;
    }

    #clubsatNIST{
    	margin-top:-80px;	
	background-repeat: no-repeat;
	background-size:100%;
	/* //height:250px;
	//border:solid red 1px; */
	position:static;
}
}

@media (min-width: 577px) and (max-width: 768px) {
  #clubsatNIST h1{
	display:none;
    }

    #clubsatNIST{
    	margin-top:-80px;	
	background-repeat: no-repeat;
	background-size:100%;
	height:200px;
	/* //border:solid red 1px; */
	position:static;
}

}
@media (min-width: 280px) and (max-width: 576px){
  #clubsatNIST h1{
	display:none;
    }

    #clubsatNIST{
    margin-top:-45px;	
	background-repeat: no-repeat;
	background-size:100%;
	height:150px;
	/* //border:solid red 1px; */
}
.headertext{padding:0px 0px 0px 0px; font-size:20px; margin-top:-10px; }
.container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

}

  .headertext{
	margin-top: 120px;
	text-shadow: 2px 3px 3px #000000;
	
}

.headertext{padding:60px 0px 0px 60px; font-size:45px;}

.clublogo{
	width:100px;
	float:left;
	padding:10px;
	padding-bottom:10px;
}

.clubstagline{
	font-family: opensans_semibold;
}

.clubsdetails{
        font-family: opensans;
	 padding-top:45px;
	text-align:justify;
	line-height:20px;
}
.paddingtop{
	padding-top:40px;
}
.greybg{
	background-color:#f5f4f4;
}

