@media only screen and (max-width: 480px) and (min-width: 320px)  {
	h1{
		font-size:1.6em;
	}
	h4{
		font-size: 14px;
	}
	.borderright{
		border-right: 0;
	}
	.borderbottom{
		border-bottom: 0;
	}
	.bordertop{
		border-top: 0;
	}
	.highlight{
		font-size: 25px;
	}
	.imagetop{
		margin-top: 10px;
	}
	.minheight380{
		min-height: 200px;
	}
	.minheight{
		min-height: auto;
	}
	.bigtext{
		font-size: 30px;
	}
	.greybg{
		font-size: 35px;
	}
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) and (min-width: 481px)  {
	h1{
		font-size:2em;
	}
	h4{
		font-size: 14px;
	}
	.borderright{
		border-right: 0;
	}
	.borderbottom{
		border-bottom: 0;
	}
	.bordertop{
		border-top: 0;
	}
	.highlight{
		font-size: 25px;
	}
	.imagetop{
		margin-top: 10px;
	}
	.minheight380{
		min-height: 200px;
	}
	.minheight{
		min-height: auto;
	}
	.bigtext{
		font-size: 30px;
	}
	.greybg{
		font-size: 35px;
	}
} 


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1024px) and (min-width: 768px)  {

}
@media only screen and (max-width: 1260px) and (min-width: 1024px)  {

}
