
@media only screen and (max-width: 1024px){
h1 { font-size: 40px;}

h2 { font-size: 60px;}

}

@media only screen and (min-width: 480px) and (max-width: 768px){
	h1 { font-size: 32px;line-height: 44px;}

h2 { font-size: 32px;line-height: 44px;}

h4 { font-size: 32px;line-height: 44px;}

body, p { font-size: 16px;line-height: 24px;}

.eltd-parallax-section-holder { height: auto !important;min-height: 300px;}

}

@media only screen and (max-width: 480px){
	h1 { font-size: 26px;line-height: 40px;}

h2 { font-size: 26px;line-height: 40px;}

h4 { font-size: 26px;line-height: 30px;}

body, p { font-size: 16px;line-height: 24px;}

.eltd-parallax-section-holder { height: auto !important;min-height: 300px;}

}