/* responsive settings ftc dine */
/*widths now are to fall only within the labeled setup */



@media (max-width: 1024){
 h1{
  font-size: 35px;
  line-height:32px;
 }
    h2{
    font-size: 31px;
    line-height:25px;
  }
    p{
    font-size: 19px;
    line-height:26px;
  }
    .navbar-brand img{
    padding: 0 30px 0 0;
  }
    .whatis h2{
    padding:0 0 0 0; /*26px 10px 10px 10px;*/
    font-family: oswald;
    font-size: 75px;
    line-height: 75px;
	
  }
  	#tf-cpic h2, #tf-cpicny h2, #tf-cpicsf h2{
	font-size: 50px;
	line-height: 54px;
	margin: 9% 0 9% 0;
	}
    .whatis p{
    font-size: 24px;
    line-height: 28px;
  }
    .hood p{
  
    font-size: 18px;
    line-height: 26px;
    
    }
    .hood h3{
	    font-size: 22px;
	    line-height: 23px;
    }
    .hood h2{
	    font-size: 25px;
	    line-height: 25px;
    }
    	#tf-about p{
	font-size:23px;  /*20px*/
	line-height: 32px; /*36px*/
	font-weight: 500;
	
	}
  #tf-about h3{
	font-size: 32px;
	font-family: raleway;
	font-weight: 800;
	}
}


@media (max-width: 768px){
	
	h1{
	font-size: 27px;
	line-height:26px;
	}
	h2{
	font-size: 23px;
	line-height:19px;
	}
	.whatis h1{
	text-transform: uppercase;
	font-family: amino;
	font-size: 54px;
	line-height: 45px;
	padding: 20px 10px 10px 10px;
	}
	.whatis h2{
	padding: 12px 10px 0px 10px;
	font-family: oswald;
	font-size: 29px;
	line-height: 27px;
	}
	.whatis p{
	font-size: 22px;
	line-height: 21px;
	}
	/* from before */
	#tf-menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.79);
	}
	#tf-works li.pull-right, #tf-works li.pull-left {
	margin-top: 10px;
	float: none !important;
	text-align: center;
	display: block;
	}
	label{
	float: none !important
	}
	.pull-left.fnav,
	.pull-right.fnav {
	float: none !important;
	text-align: center;
	}
	.hover-bg .hover-text {
	padding: 12% 10%;
	}
	#tf-about p{
	font-size:21px;  /*20px*/
	line-height: 31px; /*36px*/
	font-weight: 500;
	}
	.hood p{	
	font-size: 16px;
	line-height: 23px;
		
	}
	.hood h3{
	font-size: 18px;
	line-height: 19px;
	}
	.hood h2{
	font-size: 22px;
	line-height: 23px;
	}
	.hood{
	height: 100%;
	}
	.content {
	padding: 40% 3% 0 3%;
	}
	.navbar-brand img{
	padding: 0 0 0 0;
	margin:0 0 0 0;
	}
	  #tf-about h3{
	font-size: 25px;
	}
	.caption h3{
		font-size: 57px;
	line-height: 36px;
	font-weight: 800px;
	 text-transform:uppercase;
}
}


/* ----- about p begin ------ */ 

@media (max-width: 480px){
	#tf-about p{
	font-size:16px;  /*20px*/
	line-height: 22px; /*36px*/
	}
}

/* cpic, ny, sf*/
@media (max-width:1080px){

}
@media (max-width:768px){
	#tf-cpic h2, #tf-cpicny h2, #tf-cpicsf h2{
	font-size: 44px;
	line-height:49px;
	margin: 11% 0 11% 0;
	}
}
@media (max-width:600px){
	#tf-cpic h2, #tf-cpicny h2, #tf-cpicsf h2{
	font-size: 32px;
	line-height:36px;
	margin: 13% 0 13% 0;
	}	
	
}

/* in dark box text */
@media (max-width: 360px){
.hover-bg .hover-text {
    padding: 22% 10%;
}
}