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

.section-header{padding-bottom:20px; padding-top:0px;}
  .headertext {
    margin-top: 120px;
    text-shadow: 2px 3px 3px #000000;

}

.paddingtop{
	padding-top:40px;
}

.paddingtopbottom{
	padding-top:40px;
	padding-bottom:40px;
}

.headertext {
    padding: 60px 0px 0px 60px;
    font-size: 45px;
}
   
  .paragraphBody {
	  text-align:justify;
	  line-height:25px;
  }
    .paragraphBody li {
	  text-align:justify;
	  line-height:25px;
  }

@media (min-width: 280px) and (max-width: 576px) {
 
    .headertext {
        padding: 0px 0px 0px 0px;
        font-size: 20px;
        margin-top: -10px;
        font-size: 25px;
    }

    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

}
.PORTFOLIO img{
	border-bottom:solid #df9d00 4px;
}
.PORTFOLIO h4{
	text-align:center;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.PORTFOLIO p{
	font-family: opensans;
	padding-top:0px;
	text-align:justify;
	line-height:25px;
}
.clubsdetails{
        font-family: opensans;
	 padding-top:45px;
	text-align:justify;
	line-height:20px;
}

#NTCS h1 {

    display: block;
}

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

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

    #NTCS h1 {
        display: none;
    }
}

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

    #NTCS h1 {
        display: none;
    }
}