/* MISC */
.maincontent {
  font-size: 14px!important;
}
.maincontent .h4, .maincontent h4 {
  font-size: 1.2rem!important;
}
.template_events h3, .template_events .ev_subtitle{
    color: #056da9;
}
h5{
	color:green!important
}
.template_events .ev_title {
  font-size: 2.3em;
  margin: 0;
  font-weight: bold;
  /*letter-spacing: 1px;*/
}
.template_events .ev_subtitle {
  font-size: 1.7em;
  font-weight: bold;
  /*letter-spacing: 0.04em;*/
}

/* VIEW EVENT */
.maincontent h1.title_sev {
    font-size: 1.8em;
    margin:0;	
	margin-bottom:0.5em;
    font-weight: normal;
	color: #056da9;	
}

.maincontent h2 {
    font-size: 1.7em;
	margin-bottom:0.5em;
	margin-top:1em;
    font-weight: bold;
    letter-spacing: 0.04em;
}
.maincontent .breadcrumb{display:none!important}

#hero .content .title, #hero .content .main_title {
  font-family: 'TrajanPro3', serif;
    font-size: 5vw;
    text-transform: uppercase;
    /*letter-spacing: normal*/
}
@media screen and (min-width: 992px) {
	#hero .content .title, #hero .content .main_title {
	  font-size: 3vw;
	}
}

/* VIEW EVENT
.tag_mainevents {
    background-color: #0000ff10;
    padding: 0.5em !important;
    border: 1px dashed #0000ff30;
} */


