/* TANKONYVEK */

.fejezet_cim {
  font-size:2em;
  font-weight:100;
  color:red;
}

/*. FONTS. */

h4, .h4 {
    font-size: 18px;
    line-height: 27px;
}

/* . ESSENTIAL GRID */

.news-item-inner {
    padding: 60px;
    background-color: white;
}

.news-item-inner:hover {
    background-color: crimson;
    transition: background 1s; /* For modern browsers */
}


.news-item {
    margin: 0;
    padding: 30px;
}


/* AKTUÁLIS  */

dark:hover, input[type="submit"]:hover, .btn-reflex-dark.active {
    border: solid 1px #4c4c4c;
    background: #4c4c4c;
    color: #fff;
    /* margin-left: 20px; */
    margin-left: 20px;
}


/* HEADER  */

.top-header-right:hover {
    background-color: #ffba0d !important  ;
    transition: background 0.5s;
    color: black !important;
}
