
@media only screen and (max-width: 1024px){
.eltdf-content .eltdf-content-inner > .eltdf-container > .eltdf-container-inner, .eltdf-content .eltdf-content-inner > .eltdf-full-width > .eltdf-full-width-inner { padding-top: 0px!important;}

h1 { font-size: 50px;}

h2 { font-size: 18px;}

h3 { font-size: 23px;}

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

h2 { font-size: 20px;}

h3 { font-size: 16px;}

h4 { font-size: 10px;}

h5 { font-size: 12px;}

body, p { font-size: 10px;}

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

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

h2 { font-size: 20px;}

h3 { font-size: 16px;}

h4 { font-size: 10px;}

h5 { font-size: 10px;}

body, p { font-size: 10px;}

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

}