 /* Landscape phones and down */
@media (max-width: 480px) { 
         h1 {
    						
 						 }
    
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

	h1 {
    						
 						 }
   
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
      h1 {
    						
 						 }
 	
 	 h3{
    						
 						 }
 						 
 						 
}

/* Large desktop */
@media (min-width: 1024px) { 
   h1 {
    						
 						 }
}

/* Large desktop */
@media (min-width: 1200px) { 
   h1 {
    						
 						 }
}
		 
		 