@media (max-width: 780px) {
		.entry-title {
				font-size: 36px;
		}
		.widget-title {
				font-size: 20px;
		}
		
  	h1 {
    		font-size: 48px;
  	}

		h2 {
				font-size: 42px;
		}
		h3 {
				font-size: 38px;
		}

		h4 {
				font-size: 36px;
		}
		h6 { 
				font-size: 20px !important; 
		}
		
		#devisheader { 
				font-size: 16px;
				margin-bottom: 10px;
		}
	  
		body.ht-no-footer-space #ht-colophon {
				margin-top: -30px;
		}
}

@media (min-width: 780px) {
		#mobiletel {
				display: none;
		}
}

.image-radius {
		border-radius: 1rem;
		overflow: hidden;
}