header.main-header {
  text-align: center;
  color: white;
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('..styles/imgs/bg-new2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.main-header .main-img-text-small {
  font-weight: lighter;
  font-size: 0.5em;
}

@media only screen and (max-width: 600px) {
  header.main-header .main-img-text {
    width: 100%;
    height: auto;
    padding-top: 195px;
    padding-bottom: 100px;
    font-size: 5em;
  }
}

@media only screen and (min-width: 600px) {
  header.main-header .main-img-text {
    width: 100%;
    height: auto;
    padding-top: 195px;
    padding-bottom: 100px;
    font-size: 5em;
  }
}

@media only screen and (min-width: 768px) {
  header.main-header .main-img-text {
    width: 100%;
    height: auto;
    padding-top: 195px;
    padding-bottom: 105px;
    font-size: 5em;
  }
}

@media only screen and (min-width: 1200px){
  header.main-header .main-img-text {
    width: 100%;
    height: auto;
    padding-top: 315px;
    padding-bottom: 300px;
    font-size: 5em;
  }
}

.carousel-inner {
  height: 80%;
}

.carousel-item img{
  background-size: cover;
}

.header-button {
  border: solid 2px yellow;
  border-radius: 20px;
  background: none;
  width: 200px;
  height: 55px;
  font-size: 20px;
  color: white;
}

.header-button:hover {
  background-color: yellow;
  color: black;
  transition: 0.5s;
}

#main-content {
  padding-top: 25px;
  padding-bottom: 100px;
}

.onpage {
  padding-top: 40px;
  font-size: 0.5em;
}

.shrink {
  background-color: #404040;
  padding-top: 0;
  padding-bottom: 0;
}

.copyright {
  width: 30%;
  color: white;
}

.copyright-devel {
  width: 2%;
  color: white;
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.contact {
  font-size: 20px;
  padding-bottom: 100px;
  padding-top: 10px;
}

.kontakt {
  border-bottom: solid 2px red;
}

.quick-contact {
  font-size: 30px;
  padding-top: 100px;
}

.contact-font {
  font-size: 20px;
}

.box-visible {
  display: block;
  position: relative;
  right: 2000px;
}
.box-visible-r {
  display: block;
  position: relative;
  right: -2000px;
}

.navbar-nav .nav-item .nav-link{
  padding: 1.1em 1em!important;
  font-size: 120%;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
  font-family: 'Gothic A1', sans-serif;
}
.navbar-brand {
  font-weight: bold;
  color: white;
}
.nav-link:hover span {
  border-bottom: solid 4px rgba(255, 63, 52, 0.5);
  transition: 0.1s;

}

.navbar-expand-md .navbar-nav .dropdown-menu {
  border-top: solid 2px rgba(255, 63, 52,1.0);
}

.nav .current {
  background-color: green;
}

#navb-image {
  transition: 0.5s;
}

.navbar-toggler {
  color: white;
}

h1, h2, h3 {
  text-align: center;
}

.text-muted {
  font-size: 18px;
}

.icard p {
  text-align: block;
  white-space: pre-wrap;
}

.icard-non {
  display: none;
}

.about-non {
  display: none;
}

.a-non-p {
  padding-top: 10px;
  padding-bottom:
}

.p-key {
  width: 300px;
  height: auto;
}
#nase-sluzby {
  text-align: center;
}

.nav-line {
  border-bottom: solid 2px white;
  width: 100%;
  display: none;
}
.wave {
  width: 100%;
}

::selection {
  background-color: #ee5253;
}

html, body {
  width: 100%;
  scroll-behavior: smooth;
}

nav {
  transition: 0.5s;
}

footer {
    border-top: solid 2px red;
    width: 100%;
}
