@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
.jarallax-title {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.jarallax-title > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.jarallax-features {
  z-index: 0;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.jarallax-features > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

section {
  color: white;
}

.section-popis {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .CoA_Hero {
    background-image: url("/img/CoA_Hero.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
}

.section-about {
  width: 100%;
  background-image: url("/img/About.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

[class*=valign-bottom] {
  display: flex;
  align-items: flex-end;
}

.centerDiv {
  padding: 10px;
  height: 100px;
  position: absolute;
  margin-top: -50px;
  top: 50%;
  left: 50%;
  overflow: visible;
}
@media (max-width: 319px) {
  .centerDiv {
    width: 200px;
    margin-left: -100px;
  }
}
@media (min-width: 321px) and (max-width: 768px) {
  .centerDiv {
    width: 280px;
    margin-left: -140px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .centerDiv {
    width: 700px;
    margin-left: -350px;
  }
}
@media (min-width: 1025px) {
  .centerDiv {
    width: 800px;
    margin-left: -400px;
  }
}

.hidden {
  visibility: hidden;
}

.features {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  overflow: hidden;
}

body {
  font-family: "Times New Roman", Times, serif !important;
}

h1.heading {
  font-size: 4rem;
}

h2.heading {
  font-size: 3rem;
}

h1.heading,
h2.heading {
  text-shadow: -2px -1px 0 #000000, -2px 0px 0 #000000, -2px 1px 0 #000000, -1px -2px 0 #000000, -1px -1px 0 #000000, -1px 0px 0 #000000, -1px 1px 0 #000000, -1px 2px 0 #000000, 0px -2px 0 #000000, 0px -1px 0 #000000, 0px 0px 0 #000000, 0px 1px 0 #000000, 0px 2px 0 #000000, 1px -2px 0 #000000, 1px -1px 0 #000000, 1px 0px 0 #000000, 1px 1px 0 #000000, 1px 2px 0 #000000, 2px -1px 0 #000000, 2px 0px 0 #000000, 2px 1px 0 #000000;
}

.outline {
  text-shadow: -1px -1px 0 #000000, -1px 0px 0 #000000, -1px 1px 0 #000000, 0px -1px 0 #000000, 0px 0px 0 #000000, 0px 1px 0 #000000, 1px -1px 0 #000000, 1px 0px 0 #000000, 1px 1px 0 #000000;
}

.nav-item {
  margin-left: 20px;
}

section.faq {
  margin-bottom: 30px;
}

h2.question {
  font-style: italic;
  margin-bottom: 5px;
  font-size: 1rem;
}

/*# sourceMappingURL=custom.css.map */
