@media only screen and (max-width: 1024px){
}

@media only screen and (min-width: 769px) and (max-width: 1024px){
h1 { font-size: 2em;}h2 { font-size: 1.8em;}h3 { font-size: 1.5em;}h4 { font-size: 1.4em;}h5 { font-size: 1.25em;}h6 { font-size: 1.2em;}}

@media only screen and (min-width: 681px) and (max-width: 768px){
h1 { font-size: 2em;}h2 { font-size: 1.8em;}h3 { font-size: 1.5em;}h4 { font-size: 1.3em;}h5 { font-size: 1.25em;}h6 { font-size: 1.2em;}body, p { font-size: 1em;line-height: 1.2em;}}

@media only screen and (max-width: 680px){
h1 { font-size: 2em;}h2 { font-size: 1.8em;}h3 { font-size: 1.5em;}h4 { font-size: 1.35em;}h5 { font-size: 1.3em;}h6 { font-size: 1.2em;}body, p { font-size: 1em;line-height: 1.2em;}.error404 .mkdf-page-not-found .mkdf-404-title { font-size: 32px;}.error404 .mkdf-page-not-found .mkdf-404-text { font-size: 18px;}}