/* coaching css  */

 body {
	background-color: #e5e5e5;
 }

h1 {
    font-size: 20px;
}


@media all and (min-width: 1200px) {
	  .container-fluid {
		width: 970px!important; 
	  }
		h3 {
			font-size: 1.5em;
		}
		h2 {
			font-size: 1.7em;
		}
		 h1 {
			font-size: 1,0em; 
		}
}

@media all and (max-device-width: 1170px){
    h1 {
        font-size: 24px;
    }	
}

@media all and (max-device-width: 970px){
    h1 {
        font-size: 18px;
    }
	th { font-size: 13px;}
	tr {font-size: 12px;}
	
	/*  .container-fluid {
    width: 750px;
  } */
}

@media all and (max-device-width: 750px){
    h1 {
        font-size: 18px;
    }
	h3 {
        font-size: 1.5em;
    }
	th { font-size: 11px;}
	tr {font-size: 10px;}

}

@media all and (max-device-width: 640px){
    h1 {
        font-size: 16px;
    }
	th { font-size: 9px;}
	tr {font-size: 8px;}

}

@media all and (max-device-width: 320px){
    h1 {
        font-size: 12px;
    }
	th { font-size: 7px;}
	tr{font-size: 6px;}

}


/* @media (max-width: @screen-xs) {
    body{font-size: 10px;}
}

@media (max-width: @screen-sm) {
    body{font-size: 14px;}
}

@media (max-width: @screen-sm) {
    body{font-size: 14px;}
}

@media (max-width: @screen-md) {
    body{font-size: 14px;}
}

@media (max-width: @screen-lg) {
    body{font-size: 14px;}
}

h2{
    font-size: 1.4em;
} */


/* body {
	padding-left:70px;
	padding-right:70px;
} */

 /* responsive text queries */
/*
@media screen and (max-width: 992px) {
  p,.btn,input,div,span,h4 {
    font-size: 95%;
  }
  h1 {
    font-size: 24px;  
  }
  h2 {
    font-size: 22px;  
  }
  h3 {
    font-size: 18px;  
  }
}

@media screen and (max-width: 768px) {
  p,.btn,input,div,span,h4 {
    font-size: 90%;
  }
  h1 {
    font-size: 20px;  
  }
  h2 {
    font-size: 18px;  
  }
  h3 {
    font-size: 16px;  
  }
} */