/*
Theme Name: Elessi Child Theme
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

/* body .homepage-class a{
	font-size: 15px
} */

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.1931em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 80%;
  color: gray;
  line-height: 0;
}

h1 {
  font-size: 2em; /* 32px */
}

h2 {
  font-size: 1.6875em; /* 27px */
}

h3 {
  font-size: 1.4375em; /* 23px */
}

h4 {
  font-size: 1.25em; /* 20px */
}

h5 {
  font-size: 1.125em; /* 18px */
}

h6 {
  font-size: 1em; /* 16px */
}

hr {
  border: solid #eeeeee;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}