@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Poppins:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Poppins:wght@300;600&family=Teko:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap');
.button {
  color: #3a3a3a;
  font-family: 'Open Sans', sans-serif;
  background-color: #fcce5a;
  font-size: 18px;
  border: 1px solid #fcce5a;
  padding: 10px 10px;
  cursor: pointer;
  text-align: left;
  padding: 10px 10px;
  max-height: auto;
  min-width: auto;
}
.button:hover {
  color: #fcce5a;
  background-color: #3a3a3a;
  border: 1px solid #3a3a3a;
}

.nav-link-2 {
  display: block;
  padding: 0.5rem 1rem;
  color: #3a3a3a;
  background-color: white;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.nav-link-2:hover {
  color: rgba(255, 255, 255);
  background-color: #3a3a3a47;
}
.navbarCollapse {
  align-items: left;
}
.navbar-toggler:hover {
  background-color: white;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-expand-lg .navbar-brand {
  font-size: 24px;
  font-family: 'Teko', sans-serif;
}
.navbar.navbar-expand-lg .navbar-collapse {
  flex-grow: initial;
}
.navbar.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.nav-item {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.title-chesterhouse {
  font-size: 24px;
  font-family: 'Teko', sans-serif;
}
a {
  color: #3a3a3a;
  text-decoration: none;
}
.to-right {
  align-items: right;
  text-align: right;
}
.flex {
  display: flex;
}
.header-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.custom-z-index {
  position: relative;
  z-index: 5;
}
.main-image {
  width: 100%;
  height: 100%;
}
.main-image-center {
  margin-bottom: 10%;
}
body {
  background-image: url('./images/FFFFFF.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.vh-container {
  height: 100vh;
}
.popis-title {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #fcce5a;
  font-size: 36px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.title {
  font-size: 85px;
  font-family: Georgia, serif;
  color: #3a3a3a;
  font-weight: bold;
  line-height: initial;
  padding: 0px 0px 20px 0px;
}
.image-style {
  border-radius: 2% !important;
  box-shadow: 10px 10px 10px 10px rgb(228, 228, 228);
  width: 90%;
  height: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.button1 {
  background-color: #fcce5a;
  color: #3a3a3a;
  border: none;
  width: 100%;
  display: inline-block;
  padding-top: 1em;
  font-size: 20px;
}
.text-popis {
  text-align: center;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}

.text-bold {
  font-weight: bold;
}
.arrow {
  border: solid #3a3a3a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  margin-bottom: 0px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.text-left {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
.more-information-button {
  position: sticky;
  top: calc(100vh - 100px);
  font-family: 'Roboto Condensed', sans-serif;
}

.main-image {
  border-radius: 2%;
  box-shadow: 10px 10px 10px 10px rgb(228, 228, 228);
  width: 100%;
  height: 100%;
}
.main-image-center {
  margin-bottom: 10%;
}
body {
  background-image: url('./images/FFFFFF.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.popis-title {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #fcce5a;
  font-size: 36px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.title {
  font-size: 85px;
  font-family: Georgia, serif;
  color: #3a3a3a;
  font-weight: bold;
}
.button1 {
  background-color: #fcce5a;
  color: #3a3a3a;
  border: none;
  width: 100%;
  display: inline-block;
  padding-top: 1em;
  font-size: 20px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
.text-popis {
  text-align: center;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
.text-bold {
  font-weight: bold;
}
.arrow {
  border: solid #3a3a3a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  margin-bottom: 0px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.text-left {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
.more-information-button {
  position: sticky;
  top: calc(100vh - 100px);
  font-family: 'Roboto Condensed', sans-serif;
}
.footer {
  bottom: 0;
  background-color: #3a3a3a;
  color: white;
  text-align: center;
  max-height: 550px;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  margin-left: 25%;
  margin-right: 25%;
}
.footer-links {
  text-align: center;
}
.footer-links a {
  padding-left: 10px;
}
.break-line {
  width: 70%;
  height: 1.5px;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 1%;
  background-color: white;
}
.container {
  min-height: calc(100vh - 300px);
}
.header-text {
  font-size: 36px;
  text-align: center;
  color: #fcce5a;
}
.col {
  font-size: 14px;
  color: #ffffff;
}
.footer-text {
  font-size: 10px;
  color: #ffffff;
}
.col-lg-6 {
  font-size: 20px;
  color: #ffffff;
}
.horizontalRow {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
}
.footer {
  text-align: left;
}
.custom-card {
  height: 100%;
  padding: 35px 25px;
  background-color: #fff6e0;
}
.custom-left-card {
  background-color: #fcce5a;
}
.custom-icon-card {
  height: 100%;
  background-color: #fff6e0;
}
.custom-row-color {
  background-color: #fff6e0;
}
.file {
  margin: 1em;
  width: 110px;
  height: 110px;
}
.button3 {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 576px) and (min-width: 250px) {
  .title {
    font-size: 60px;
  }
  .image-style {
    box-shadow: 5px 5px 5px 5px rgb(228, 228, 228);
  }
  .main-image {
    margin-top: 20px;
    box-shadow: 5px 5px 5px 5px rgb(228, 228, 228);
  }
  .footer-container {
    display: block;
  }
  .footer-links {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 576px) {
  .title {
    font-size: 50px;
  }
  .text-left {
    font-size: 17px;
  }
  .main-image {
    margin-top: 20px;
  }
  .image-style {
    box-shadow: 5px 5px 5px 5px rgb(228, 228, 228);
  }
  .vh-container {
    height: 70vh;
  }
  .footer-container {
    margin-left: 15%;
    margin-right: 15%;
  }
  .break-line {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: white;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .title {
    font-size: 70px;
  }
  .image-style {
    box-shadow: 5px 5px 5px 5px rgb(228, 228, 228);
  }
  .vh-container {
    height: 55vh;
  }
  .footer-container {
    margin-left: 15%;
    margin-right: 15%;
  }
  .break-line {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: white;
  }
}
