.article-title {
  font-size: 28px;  
}

/* Colours */

.pem-vilagoskek {
  color: #00548b;
}

.pem-sotetkek {
  color: #131f6b;
}

.pem-piros {
  color: #d9272e;
}

.pem-narancssarga {
  color: #ff8300;
}

.pem-arany {
  color: #c9920e;
}

.pem-oarany {
  color: #847259;
}

.pem-sotetzold {
  color: #4e5a30;
}


.t3-mainbody {
  padding-top: 0;
}

/* make main navigation sticky */

.wrap {
  width: 100%;
  clear: both;
  z-index: 1;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  top: 0;
}

/* align to the right the icon for calling off-canvas */

.navbar-header {
    float: right;
}



/* module distance above */

.t3-sl {
  padding-bottom: 5px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 5px;
    padding-top: 16px;
  }
}

/*  module distance below */
.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 10px;
  }
}

