@charset "UTF-8";
/* line 1, ../sass/_reset.scss */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, p, blockquote {
  margin: 0;
  padding: 0;
}

/* line 6, ../sass/_reset.scss */
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

/* line 13, ../sass/_reset.scss */
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border-color: #f5333f;
}

/* line 18, ../sass/_reset.scss */
ul, ol {
  list-style: none;
}

/* line 22, ../sass/_reset.scss */
fieldset, img, div, p {
  border: none;
}

/* line 26, ../sass/_reset.scss */
p, h4 {
  line-height: 140%;
  margin-bottom: 1.3em;
}

/* line 31, ../sass/_reset.scss */
caption, th {
  text-align: left;
}

/* line 35, ../sass/_reset.scss */
th, td {
  border-bottom: none;
}

/* line 39, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 44, ../sass/_reset.scss */
strong, b {
  font-weight: 600;
}

/* line 48, ../sass/_reset.scss */
em {
  font-style: italic;
}

/* line 52, ../sass/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/*
 * Horní Maršov sizes
 */
/* .h1 {
  @include MQ(XS) {
    font-size: 0.9em;
  }
  @include MQ(S) {
    font-size: 1em;
  }
  @include MQ(M) {
    font-size: 1.1em;
  }
  @include MQ(L) {
    font-size: 1.2em;
  }
  @include MQ(XL) {
    font-size: 1.3em;
  }
  @include MQ(XXL) {
    font-size: 1.4em;
  }
} */
/* line 14, ../sass/jbweb-v1.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 23, ../sass/jbweb-v1.scss */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: black;
  height: 100%;
  background: white url(../images/bg-page.svg) no-repeat top center;
  background-size: 2700px 803px;
  font: 23px/120% myriad-pro, sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 43.75em) {
  /* line 23, ../sass/jbweb-v1.scss */
  body {
    background-size: 2900px 883px;
  }
}

/* line 41, ../sass/jbweb-v1.scss */
b {
  font-weight: 400;
}

/* line 45, ../sass/jbweb-v1.scss */
a {
  text-decoration: none;
  color: black;
}
/* line 49, ../sass/jbweb-v1.scss */
a:hover {
  color: #f5333f;
}
/* line 54, ../sass/jbweb-v1.scss */
a.logo img {
  width: 100%;
  height: 100%;
  max-width: 153px;
  max-height: 153px;
  margin-top: 76px;
  margin-bottom: 66px;
}

/* line 65, ../sass/jbweb-v1.scss */
p {
  text-align: center;
}
@media only screen and (max-width: 43.75em) {
  /* line 65, ../sass/jbweb-v1.scss */
  p {
    text-align: justify;
  }
}
@media only screen and (max-width: 43.75em) {
  /* line 72, ../sass/jbweb-v1.scss */
  p.contact {
    text-align: left;
  }
}

/* line 79, ../sass/jbweb-v1.scss */
br.only-large {
  display: block;
}
@media only screen and (max-width: 43.75em) {
  /* line 79, ../sass/jbweb-v1.scss */
  br.only-large {
    display: none;
  }
}
