/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";
* {
  font-family: "Lato", sans-serif;
}

html, body {
  height: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans", sans-serif;
  color: #4A4A4A;
}

h1 {
  font-size: 4rem;
}

h3 {
  font-size: 1.2rem;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
  padding-left: 21px;
}

/* Bootstrap overrides */
.btn-outline-primary {
  border-color: #5F021F;
  color: #323232;
  border-color: #323232;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus,
.btn-outline-primary:focus-within,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5F021F;
  border-color: #323232;
}

.bi.bi-check {
  color: #62A517;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: -21px;
}

.bi.bi-list {
  width: 30px;
  height: 30px;
  color: #fff;
}

.nav-link {
  color: #fff;
  font-size: 1.1rem;
}

.nav-link:hover {
  font-weight: 700;
  text-decoration: underline;
}
/* Styling */
.img {
  display: none;
}
.kr-nav {
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(95, 2, 31, 1);
  margin-bottom: 10px;
}

.kr-logo {
  color: #fff;
  font-size: 1.2rem;
  padding-left: 0;
}

.kr-logo:hover {
  color: #fff;
}

.kr-wrapper {
  max-height: 100vh;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.kr-hero-image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 25%;
  max-width: 100vw;
  overflow: hidden;
  height: 100%;
  min-height: calc(100vh - 263px);
  background-size: cover;
}

.kr-qoute {
  font-style: italic;
}

.content {
  display: none;
  overflow: hidden;
  margin-top: 5px;
}

.kr-intro {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.kr-intro-heading {
    font-weight: 700;
}

.kr-slider a {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#myMosaic {
  float: none !important
}

.kr-slider a img {
  visibility: hidden;
}

.kr-slider a .kr-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(95, 2, 31, 0.5);
  color: #fff;
  font-family: "Lato", sans-serif;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: cubic-bezier(0.55, 0.57, 0.73, 0.72);
          animation: cubic-bezier(0.55, 0.57, 0.73, 0.72);
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.kr-slider a:hover .kr-overlay {
  opacity: 1;
  visibility: visible;
}

footer {
  width: 100%;
  font-weight: 700;
  padding: 15px 35px;
  background: #ECDEC4;
  font-size: 14px;
  color: #323232;
  /* position: absolute;
  bottom:  0; */
}

footer a {
  color: #323232;
}


.kr-container-fluid {min-height:  calc(100% - 91px);}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 4.2rem;
  }



}
@media only screen and (min-width:992px) {
  .kr-nav {
    padding: 10px 100px;
    background-color: #fff;
    height: 100px;
  }

  .kr-nav ul a {
    color: #5F021F;
  }
  .kr-logo {
    color: #4A4A4A
  }

  .kr-logo:hover {
    color: #5F021F
  }

  .kr-container-fluid {
    padding: 0 100px;
    min-height: calc(100% - 151px);
    border-collapse: collapse;
  }
  .img {
    display: inherit;
  }
  .img-mob {
    display: none;
  }



}

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 5rem;
  }

  .collapsible {
    display: none;
    overflow: hidden;
  }

  .content {
    display: inherit;
    overflow: auto;
  }


}

/* @media (orientation: landscape) and (max-width:1025px) {
  footer {
    position: inherit;
  }
} */
