/* TYPOGRAPHY */
h1 {
  color: #97554b;
  font-weight: 900;
}
h2 {
  color: #bd6b1b;
  font-weight: 900;
}
.h3,
h3 {
  font-size: 1.35rem;
  font-weight: 900;
  color: #af7468;
  margin-top: 1rem;
}
h4 {
  color: #97554b;
}
a {
  color: #b3685f;
  text-decoration: underline;
}
a:active {
  color: #50241d;
}
h6 {
  color: #97554b;
  font-weight: 500;
  margin-top: 1rem;
}
a:hover {
  color: #50241d;
  text-decoration: underline;
}
/* BUTTONS */
.btn-primary {
  color: #fff;
  background-color: #97554b;
  border-color: #97554b;
  font-weight: 400;
  text-decoration: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #582809;
  border-color: #582809;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #582809;
  border-color: #582809;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 97, 88, 0.5);
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 97, 88, 0.5);
}
.btn-outline-success {
  color: #97554b;
  border-color: #97554b;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #582809;
  border-color: #582809;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #582809;
  border-color: #582809;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 97, 88, 0.5);
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 97, 88, 0.5);
}
img.icon {
  margin-right: 10px;
  margin-bottom: 10px;
}
.portfolio-item {
  margin-bottom: 30px;
}
/* FOOTER */
footer {
  background-color: #3e3e3e;
  color: #7e7e7e;
  height: 60px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
}
footer p {
  margin: 0;
}
footer a:hover {
  color: #c17d72;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #322529;
  margin-bottom: 60px;
  background-color: #e7e7e7;
}
main {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contain-main-img {
  max-width: 400px;
  margin: 0 0 30px 30px;
}
.contain-main-img-left {
  margin: 0 0 30px 0;
}
/* NAVIGATION */
.navbar {
  box-shadow: 0px 0px 7px 0px #a2a2a2;
}
.navbar-dark .navbar-nav .nav-link {
  color: #707070;
}
/* .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgba(112,112,112,.75); } */
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #97554b;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  font-weight: 900;
  color: #97554b;
}
.navbar-light .navbar-nav .nav-link {
  color: #707070;
  text-decoration: none;
}
/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: rgba(112,112,112,.75); } */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #97554b;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  font-weight: 900;
  color: #97554b;
}
/*DRODOWN MENU*/
.dropdown-menu {
  min-width: 20rem;
  padding: 0.5rem;
  top: 93%;
}
.dropdown-item {
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #97554b;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
/* SLIDESHOW */
.overlay {
  position: absolute;
  background-color: #000000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.owl-item {
  width: auto;
}
/* PAGINACE */
.page-link,
.page-link:hover {
  color: #97554b;
  text-decoration: none;
}
.page-link:focus {
  color: #97554b;
  box-shadow: 0 0 0 0.2rem rgba(161, 97, 88, 0.5);
}
.page-item.active .page-link {
  background-color: #97554b;
  border-color: #97554b;
}
.pagination {
  margin-bottom: 30px;
}
/* CARDS */
.card-header {
  background-color: #fff;
  border-bottom: none;
}
.card-footer {
  background-color: #fff;
  border-top: none;
}
/* AKTUALITY */
.card-header {
  padding: 1.2rem 1.25rem 1rem 1.25rem;
}
.card-body {
  padding: 1.25rem;
}
.date {
  color: #808080;
  font-size: 0.8rem;
  margin: 0;
}
/* FORMS */
.form-control:focus {
  border-color: #97554b;
  box-shadow: 0 0 0 0.2rem rgba(161, 97, 88, 0.5);
}
/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-caption .h3,
.carousel-caption h3 {
  font-size: 3.75rem;
  font-weight: 900;
  color: #ffffff;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.carousel-fade .carousel-item {
  transition-duration: 2.6s;
}
/* OWL CAROUSEL */
.owl-carousel .item {
  width: 140px;
}
/* MARKETING CONTENT
  -------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
/* Featurettes
  ------------------------- */
.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}
/* RESPONSIVE CSS
  -------------------------------------------------- */
@media (max-width: 600px) {
  .carousel-caption > h3 {
    font-size: 2.15rem;
  }
}
@media (max-width: 768px) {
  img.float-right {
    float: none!important;
  }
  img.contain-main-img {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
