@media only screen and (min-width: 768px) and (max-width: 1280px)  { /*max-device-width*/
 .blueHeader{
	width:100%;
	background-color:rgba(0, 174, 221, 1);
	color:white;
	height:40px;
	line-height:40px;
	font-size:15pt;
	
 }
 
 #divHeaderPhone{
	font-size:10pt;
 }
 
 #divHeaderSocialNetwork{
	font-size:16pt;
 }
 
 #divHeaderWelcome{
	font-size:20pt;	
 }
 
 h2{font-size:18pt;}
 }
}

