/* xl - DESKTOP STYLES */ 
h1
{
	/*font-family: Dosis !important; */
	font-weight: lighter !important;
	font-size: 36px;
	font-style: normal !important;
	text-decoration: none !important;
	color: #000000 !important;
	background-color: transparent !important;
    border-bottom: 8px solid #b3e586;
    line-height: 1.2em;
    padding-bottom: 12px;
    margin-bottom: 8px !important;
}

/* pro text Menu v levém sloupci na HP */
.et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 {
    font-size: 36px;
}


h2
{
	/*font-family: Dosis; */
	font-weight: normal !important;
	font-size: 30px;
	font-style: normal !important;
	text-decoration: none !important;
	color: #000000 !important;
	padding-bottom: 10px;
	background-color: transparent !important;
    /*border-bottom: 8px solid #b3e586;*/
    margin-bottom: 12px;
    margin-top: 20px;
	line-height: 1.2;
}

h3 /* Nadpis článků */
{
	/*font-family: Dosis;*/
	font-weight: 600 !important;
	font-size: 24px !important;
	font-style: normal !important;
    text-decoration: none !important;
	color: #000000;
	padding-bottom: 0px;
	background-color: transparent;
    letter-spacing: -1px !important;
    line-height: 1.4 !important;
  text-align: left !important;
}

h3 a:hover {
  text-decoration: underline !important;;
}



