@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {font-family: CherryBombOne_kavics_custom;src: url(../fonts/CherryBombOne-kavics-custom.otf);}


.cherry-bomb-one-logo {
  font-family: CherryBombOne_kavics_custom, system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

.montserrat-logo {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.285em;
  letter-spacing: 0.2em;
}

.kavics-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.kavics-logo-big {
  font-size: 2em;
}

.kavics-logo div {
  display: block;
  width: 100%;
}

.navbar-brand {
  height: 50px;
  padding: 2px 2px;
  font-size: 34px;
  line-height: 1.1;
}

.kavics-small {
  font-size: 0.6em;
}

.kavics-forras {
  width: 30%;
  margin-left: 0;
  border: none;
  border-top: 1px solid #909090;
}

@media only screen and (max-width: 365px) {
  .header-section.has-img .intro-header.no-img {
    display: none;
  }
  .intro-header.big-img {
    width: 100%;
    height: 200px;
  }
  .intro-header.big-img .page-heading,
  .intro-header.big-img .post-heading {
    display: block;
  }
  .header-section.has-img .big-img {
    margin-bottom: 0;
  }
  .intro-header .page-heading h1,
  .intro-header .tags-heading h1,
  .intro-header .categories-heading h1 {
    font-size: 30px;
  }
  .intro-header.big-img .page-heading,
  .intro-header.big-img .post-heading  {
    padding: 50px 0;
  }
}

.post-preview {
  padding: 35px 0;
}
