/* Hide site title and description */
.site-title,
.site-description {
  display: none;
}

/* Main header navigation */
.header-1 #site-navigation {
  position: relative;
  border-top: 2px solid #858585;
  border-bottom: 8.8px solid #858585;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
}

/* Logo inside header */
.header-1 .head_one .logo {
  margin: auto;
  max-width: 700px;
  text-align: center;
  padding: 25px 0;
  float: none;
}

/* Main menu links */
.main-menu > ul > li > a {
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 10px 30px;
  letter-spacing: 1.5px;
  font-family: 'Lato', sans-serif;
  display: block;
  margin: 0 4px;
}

/* Menu container */
nav ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

/* Menu list items */
nav ul li,
.main-navigation li {
  flex: 1 1 0;
  text-align: center;
}

/* Menu links */
.main-navigation a {
  display: block;
  padding: 12px 0;
}

/* Media query for mobile */
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    align-items: stretch;
  }

  /* Mobile menu button style */
  .header-1 .bar-menu {
    display: block;
    cursor: pointer;
    padding: 12px 0;
    background: none;
    border: none;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
		
  }

  /* Hide the nav menu by default */
  nav ul {
    display: none;
    flex-direction: column;
  }

  /* When active, show the nav */
  .bar-menu.active + nav ul {
    display: flex;
  }
}

/* Other content settings */
body {
  height: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;
}

ul.trail-items,
.archive-title,
.related-posts,
#infinite-handle {
  display: none !important;
}

.entry-title, .entry-title a {
  color: black !important;
  font-size: 20px !important;
}

.entry-content {
  font-family: 'DFYuanLight-B5';
}

.entry-content, p {
  line-height: 2em;
}

.entry-content h2 {
  font-size: 1.2em;
}

.entry-content h3 {
  font-size: 1.1em;
}

/* Main container */
.container, .site {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .entry-content, 
  .entry-content p, 
  .entry-content h2, 
  .entry-content h3 {
    font-family: 'DFYuanLight-B5', sans-serif;
  }
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site, .container {
  flex: 1 0 auto;
  overflow-x: hidden;
}

footer {
  flex-shrink: 0;
}

#post-4842 h1.post-title.entry-title {
  display: none;
}

#post-2 h1.post-title.entry-title {
  display: none;
}

#post-3 h1.post-title.entry-title {
  display: none;
}