/* Tichý společník — Hugo rebuild, styled after the original Twenty Thirteen based WordPress site */

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Sans 3", "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #141412;
  background: #fff;
}

a {
  color: #141412;
  text-decoration: underline;
}

a:hover {
  color: #bc360a;
}

.entry-content a {
  color: #ca3c08;
}

.entry-content a:hover {
  color: #ea9629;
}

.site {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
}

/* Header */

.site-header {
  position: relative;
  background-image: url("/images/header2x.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 1600px;
  height: 292px;
}

.home-link {
  display: block;
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.navbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7f5e7;
  border-top: 1px solid #e3dfc8;
  border-bottom: 1px solid #e3dfc8;
}

.nav-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1220px;
}

.nav-menu a {
  display: block;
  padding: 18px 20px;
  text-decoration: none;
  color: #141412;
  font-size: 16px;
}

.nav-menu a:hover {
  color: #bc360a;
}

.nav-menu .is-current > a {
  color: #bc360a;
  font-style: italic;
}

/* Content */

.site-content {
  padding: 0 40px;
}

article.page {
  padding-top: 44px;
}

.page-title {
  max-width: 620px;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  margin: 0 auto 24px;
  color: #141412;
}

.entry-content {
  max-width: 620px;
  margin: 0 auto;
  font-size: 17px;
}

.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 1.5em;
}

.entry-content img.float-right {
  float: right;
  margin: 0 0 1em 2em;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.4em;
}

.entry-content li {
  margin-bottom: 0.5em;
}

.entry-content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}

.entry-content table td {
  border: 1px solid #ddd8c4;
  padding: 6px 10px;
  vertical-align: top;
}

/* Footer */

.site-footer {
  background: #e8e5cd;
  color: #686758;
  margin-top: 60px;
  padding: 20px 40px;
  font-size: 14px;
  text-align: center;
}

.site-footer a {
  color: #686758;
}

.site-footer a:hover {
  color: #bc360a;
}

/* Responsive */

@media (max-width: 700px) {
  .site-header {
    height: 160px;
    background-size: 700px;
  }

  .page-title {
    font-size: 34px;
  }

  .site-content {
    padding: 0 20px;
  }

  .nav-menu a {
    padding: 12px 14px;
    font-size: 14px;
  }

  .site-footer {
    padding: 16px 20px;
  }
}
