/* *** customization by webish things for Propaganda Magazine *** */
@font-face {
    font-family: 'ITCHonda';
    src: url('font/ITCHonda.otf') format('opentype');
}  

.navbar-brand {
    padding-left: 15px !important;
}

body {
    font-family: Arial, sans-serif !important;
    color: #000000 !important;
}

a {
    color: #6c757d !important;
    font-weight: bold !important;
}

a:hover {
    color: black !important;
    font-weight: bold;
}

a.nav-link {
    color: #6c757d !important;
    font-weight: bold !important;
}

a.nav-link:hover {
    color: #000000 !important:
    font-weight: bold !important;
}

.propaganda {
    font-family: 'ITCHonda', Arial, sans-serif !important;
}
.img-thumbnail {
    max-width: 40%;
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox:target {
  display: block;
}
.lightbox span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.commonninja_component pid-6733f85a-07bc-47d8-874f-4ed5f2e574cd {
    margin: auto !important;
}
.section-title {
    font-size: 24px !important;
}
/*media queries*/
@media screen and (min-width: 992px) {
    .navbar-collapse {
        justify-content: flex-end;
    }
}