@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.cursor {
  cursor: pointer;
}
.text_modra {
  color: rgb(122, 183, 255);
}
.text_silver {
  color: #f8f9fa;
}
.size15 {
  font-size: 1.5rem;
}
.size13 {
  font-size: 1.3rem;
}
.muj_btn {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 0.5rem 1rem 0.5rem;
  border: 1px solid #666;
  display: inline-block;
  border-radius: 0px;
}
.fade_in {
  opacity: 0;
  transition: opacity 1.5s ease;
}
.fade_in.show {
  opacity: 1;
}
#top {
  text-align: center;
  background-color: #000000;
}
#top h1 {
  font-size: 1.75rem;
  font-weight: 400;
  font-style: normal;
  border-top: 2px solid #f9f3eb;
  border-bottom: 2px solid #f9f3eb;
  display: inline-block;
  padding: 0.35rem 1rem;
  color: #f9f3eb;
}
h2 {
  color: #f8f9fa;
  font-size: 2.25rem;
}
#menu {
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link {
  color: #f9f3eb;
}
#tvorba-webu {
  background-color: #000000;
}
#tvorba-webu .container {
  position: relative;                /* ← důležité! */
  background-image: url("../images/uvod-weby2.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  min-height: 400px;
  z-index: 1;
}
#fotografovani {
  background-color: #f9f3eb;
}
#fotografovani .container {
  position: relative;                /* ← důležité! */
  background-image: url("../images/uvod-fotografie4.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  min-height: 400px;
  z-index: 1;
}

#pata_kontakty h4 {
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 300;
}
#pata_kontakty h4:before {
  content: "";
  border-bottom: 1px solid #999999;
  width: calc(100% - 48px);
  position: absolute;
  left: 24px;
  top: 9px;
  z-index: 0;
}
#pata_kontakty h4 span {
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  z-index: 2;
  position: relative;
}
#pata_kontakty p {
  font-size: 0.85rem;
  text-align: center;
}
#pata_kontakty i.fas {
  margin-right: 0.5rem;
}
#copyright {
  padding: 0.5rem 0rem;
  border-top: 1px solid #cccccc;
  font-size: 0.75rem;
  text-align: center;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .uvod_text {
    width: 40%;
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
}


@media (max-width: 1399px) {
}

/* Large devices - screen-lg (šířka mensi než 1200px) */
@media (max-width: 1199px) {
}

/* Medium devices - screen-md (šířka mensi než 992px) */
@media (max-width: 991px) {
  #tvorba-webu .container {
    background-size: cover;
  }
  #tvorba-webu .container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);    /* průhledná vrstva */
    z-index: 2;                        /* nad obrázkem */
    pointer-events: none;
  }
  #tvorba-webu .container > * {
    position: relative;
    z-index: 2; /* obsah nad overlay */
  }
  #fotografovani .container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(249, 243, 235, 0.85);    /* průhledná vrstva */
    z-index: 2;                        /* nad obrázkem */
    pointer-events: none;
  }
  #fotografovani .container > * {
    position: relative;
    z-index: 2; /* obsah nad overlay */
  }
  #navbarSupportedContent {
    position: absolute;
    top: 55px;
    z-index: 5;
    background-color: #000000;
    width: 100%;
    padding-bottom: 1rem;
  }
  #menu {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: inline-block;
  }
}

/* Small devices - screen-sm (šířka mensi než 768px) */
@media (max-width: 767px) {
}

/* Extra small devices - screen-xs (šířka mensi než 576px) */
@media (max-width: 575px) {
  #caruselContainer {
    padding-left: 4px;
    padding-right: 4px;
  }
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mb-2 {
    margin-bottom: 0.33rem !important;
  }
  #top {
    /*text-align: left;*/
  }
  #top h1 {
    font-size: 1.25rem;
    padding: 0.25rem 0rem;
    display: block;
    margin-top: 0px !important;
  }
  h2 {
    font-size: 2.0rem;
  }
  .size15 {
    font-size: 1.25rem;
  }
  .size13 {
    font-size: 1.15rem;
  }
}

@media (max-width: 450px) {
}
