/**
 * Theme Name: Octavian Child
 * Template: octavian
 * Version: 1.0
 * Description: Responsive WordPress Theme Tailored for Creative Websites
 * Author: Ninzio
 **/


/*.body {
font-size: calc (15px + 0.390625vw) !important;
}*/

body {
  font-size: calc(17px + 0.2vw) !important;
  line-height: 1.889 !important;
}

h1 {
    font-size: 5rem !important;
}

h2 {
    font-size: 2.5rem !important;
	line-height: 1.5 !important;
}

h3 {
    font-size: 2.25rem !important;
	font-weight: 600 !important;
}

h4 {
    font-size: 1.8rem !important;
	font-weight: 400 !important;
}


@media (min-width: 999px) {

	.text_right {
		text-align: center !important;
	}
}

@media (min-width: 1000px) {

	.text_right {
		text-align: right !important;
	}
}