body {
}
h1,h2,h3,h4,h5,h6,
.site-branding .site-title, .site-branding .site-text-logo,
.entry-header .entry-title,
.entry-more a,
.section-title-area .section-title,
.section-news .entry-grid-title {
 font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.entry-content {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  /*font-family: Georgia,Cambria,Times New Roman,Times,serif;*/
  font-size: 17px;
  line-height: 30px;
  /*color: #383838;*/
  color: #5a5a5a;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
  font-weight: bold;
}

.single .entry-header .entry-title {
  font-weight: bold;
  margin-bottom: 32px;
  font-size: 38px;
  letter-spacing: -0.9px;
  line-height: 1.2em
}

.entry-content h2 {
  font-size: 26px;
  line-height: 39px;
  font-weight: 700;
}

.entry-content h3 {
  font-size: 23px;
  line-height: 33px;
  font-weight: 600;
}

.entry-content h4 {
  font-size: 21px;
}

.entry-content h5 {
  font-size: 20px;
}

.entry-content img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.nav-menu li {
  text-transform: uppercase;
}

.nav-menu a {
  font-size: 17px;

}

.sidebar .widget a {
  font-size: 15px;
}

.sidebar .widget .search-form .search-submit {
    width: 200px;
}

.section-news .entry-grid-title a {
  font-weight: bold;
}

.site-branding img {
  max-height: 50px;
  width: auto;
}

.site-header {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09) !important;
}

.site-footer .site-info .site-copyright {
  float: none;
}

.swiper-slide-intro, .section-title, .section-desc {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#gallery {
  display: none;
}

section#news {
    padding-top: 50px;
}

#page-header-cover .swiper-slide-heading {
  padding-top: 20px;
  padding-bottom: 10px;
}


.no-sidebar #primary #main {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.no-sidebar .entry-header .entry-title {
  text-align: center;
}

@media screen and (min-width: 1200px) {

  .right-sidebar .content-area {
      padding-right: 60px;
      padding-left: 20px;
  }

}

@media (max-width: 544px) {

  #primary {
    padding-left: 10px;
    padding-right: 10px;
  }

  .entry-content {
    font-size: 16px;
    line-height: 28px;
  }

  .single .entry-header .entry-title {
    font-size: 33px;
    line-height: 42px;
  }

  .entry-content h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .entry-content h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .entry-content h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .entry-content h5 {
    font-size: 17px;
    line-height: 24px;
  }

}
