/* DESIGN STANDARDS
*********************************************/
/* Color */
html, a, a:hover, #setri h2 {
  color: #111c32;
}
h1, h2, .fcb {
  color: #dfc691;
}
footer, #kontakt a, #kontakt a:hover {
  color: #ffffff;
}
/* Size */
html, body, h3 {
  font-size: 30px;
}
.small-text {
  font-size: 0.5rem;
}
nav {
  font-size: 0.6666666666666666rem;
}
footer {
  font-size: 0.9rem;
}
.adress {
  font-size: 1.8666666666666667rem;
}
h1, h2, .fcb {
  font-size: 2.5rem;
}
/* line-height */
/* Weight */
html {
  font-weight: 400;
}
.semi-bold, #prodejna {
  font-weight: 600;
}
.bold, h1, h2, #kde, h3 {
  font-weight: 700;
}
.extra-bold, nav {
  font-weight: 800;
}
.black-bold, nav, h1, h2, .fcb {
  font-weight: 900;
}
/* Font style */
nav a, a, a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
nav, h1, h2, h3, .fcb {
  text-transform: uppercase;
}
h1, h2 {
  letter-spacing: 0.12rem;
}
/* Fonts */
html, body {
  font-family: 'Open Sans', sans-serif;
}
nav, h1, h2, .fcb {
  font-family: 'Inter', sans-serif;
}
/* LAYOUTS
*********************************************/
/* HTML */
html {
  overflow-y: scroll;
  text-align: center;
}
body {
  background: url("../images/bg_repete.jpg") repeat;
}
p {
  margin: 1.2rem 0;
}
.bg-white {
  background: url("../images/bg_repete-white.jpg") repeat;
}
/* Header */
header {
  background: url("../images/bg_header.jpg") no-repeat top center;
  background-size: cover;
  height: 28rem;
  position: relative;
}
header div.logo {
  position: absolute;
  right: 37%;
  top: 20%;
}
nav {
  background-color: #dfc691;
}
nav li {
  display: inline-table;
  padding: 0.6666666666666666rem;
}
/* Content */
main {}
#nabidka {
  background-color: #dfc691;
}
#nabidka > div {
  background: url("../images/bg_offer.jpg") no-repeat top center;
  height: 17.233333333333334rem;
  border: solid 3px #dfc691;
  padding-top: 0.16666666666666666rem;
}
#nabidka div.container {
  background: url("../admin/akcni-nabidka.png") no-repeat center center;
  background-size: contain;
  height: 100%;
}
#kde p.adress {
  background: #ffffff;
  border-left: solid 3px #000000;
  border-bottom: solid 3px #000000;
}
#prodejna img {
  width: 100%;
}
#setri {
  background: url("../images/bg_safe.jpg") no-repeat top center;
  background-size: cover;
  min-height: 22.666666666666668rem;
}
/* Footer */
footer {}
/* Scrollup */
.scrollup {
  width: 2rem;
  height: 2rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: none;
  border-radius: 50%;
  text-indent: -9999px;
  background: url(../images/top-button.png) no-repeat center center;
  background-color: #bb864c;
}
/* MEDIA QUERIES
*********************************************/
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767.98px) {
  html, body {
    font-size: 20px;
  }
  header div.logo {
	display:inherit;
    width: 250px;
	  padding-left: 2rem;
  }
  header {
    height: 18rem;
  }
  footer img {
    width: 60%;
  }
  #nabidka div.container {
    width: 90%;
  }
  div.logo img {
    width: 100%;
  }
  h1, h2, .fcb {
    font-size: 1.8rem;
  }
  nav, #prodejna {
    display: none;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  html, body {
    font-size: 22px;
  }
  div.logo {
    width: 400px;
  }
  header {
    height: 23rem;
  }
  footer img {
    width: 60%;
  }
  #nabidka div.container {
    width: 90%;
  }
  div.logo img {
    width: 100%;
  }
  h1, h2, .fcb {
    font-size: 2rem;
  }
  nav, #prodejna {
    display: none;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  html, body {
    font-size: 28px;
  }
  div.logo {
    width: 500px;
  }
  header {
    height: 25rem;
  }
  div.logo img {
    width: 100%;
  }
  h1, h2, .fcb {
    font-size: 2.2rem;
  }
}
/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
  html, body {
    font-size: 30px;
  }
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  html, body {
    font-size: 30px;
  }
}