
#skillatNIST{
	padding-top:100px;
	/*margin-top:110px;*/
	margin-top:163px;
	color: #fff; 	
	background-image: url("/academics/images/skill.jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;
	height:350px;
}
 .headertext{
	margin-top: 120px;
	text-shadow: 2px 3px 3px #000000;
	
}



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

@media (min-width: 280px) and (max-width: 576px){


.headertext{padding:0px 0px 0px 0px; font-size:20px; margin-top:-10px; }

 .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
}
.paddingtop{
	padding-top:40px;
}

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

#skillatNIST h1 {

    display: block;
}

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

    #skillatNIST {
        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) {
    #skillatNIST {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 200px;
        /* //border:solid red 1px; */
        position: static;
    }

    #skillatNIST h1 {
        display: none;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    #skillatNIST {
        margin-top: -45px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 150px;
        /* //border:solid red 1px; */
    }

    #skillatNIST h1 {
        display: none;
    }
}