@charset "utf-8";
/* CSS Document */

body {
  background-color: #efddd1;
}


h1, .h1 {
  font-size: 1.75rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.banner-home-page {
  padding: 2rem 1rem;
  margin-bottom: 2rem; 
  background-image: url("../images/banner6.jpg"); 
  background-size: cover;
  height:400px;
  background-repeat: no-repeat;
  background-color: #e9ecef;
  border-bottom: solid;
  border-width: 5px;
  border-color: #fff;
}

.banner-kitten-page {
  padding: 2rem 1rem;
  margin-bottom: 2rem; 
  background-image: url("../images/banner3.jpg"); 
  background-size: cover;
  height:400px;
  background-repeat: no-repeat;
  background-color: #e9ecef;
  border-bottom: solid;
  border-width: 5px;
  border-color: #fff;
}

.banner-about-page {
  padding: 2rem 1rem;
  margin-bottom: 2rem; 
  background-image: url("../images/banner2.jpg"); 
  background-size: cover;
  height:400px;
  background-repeat: no-repeat;
  background-color: #e9ecef;
  border-bottom: solid;
  border-width: 5px;
  border-color: #fff;
}

.banner-colours-page {
  padding: 2rem 1rem;
  margin-bottom: 2rem; 
  background-image: url("../images/banner5.jpg"); 
  background-size: cover;
  height:400px;
  background-repeat: no-repeat;
  background-color: #e9ecef;
  border-bottom: solid;
  border-width: 5px;
  border-color: #fff;
}


.banner-gallery-page {
  padding: 2rem 1rem;
  margin-bottom: 2rem; 
  background-image: url("../images/banner4.jpg"); 
  background-size: cover;
  height:400px;
  background-repeat: no-repeat;
  background-color: #e9ecef;
  border-bottom: solid;
  border-width: 5px;
  border-color: #fff;
}

.banner-contact-page {
  padding: 2rem 1rem;
  margin-bottom: 2rem; 
  background-image: url("../images/banner7.jpg"); 
  background-size: cover;
  height:400px;
  background-repeat: no-repeat;
  background-color: #e9ecef;
  border-bottom: solid;
  border-width: 5px;
  border-color: #fff;
}

.bg-brown {
  background-color: #5c331f !important;
}

.navbar {
    padding: 01.0rem 1rem;
    border-bottom: solid 3px #fff;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
  
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255);
}

.navbar-brand {
  font-size: 1.3rem !important;
}

.banner-header-text-drk-sm {
	margin-top: 0;
	margin-bottom: 0.5rem;
	margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    font-size: 1.5rem;
	color:#000;

}

.banner-header-text-lt {
	margin-top: 0;
	margin-bottom: 0.5rem;
	margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    font-size: 3.5rem;
	color:#fff;
	text-shadow: 0px 0px 8px #000;

}

.banner-header-text-lt-sm {
	margin-top: 0;
	margin-bottom: 0.5rem;
	margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    font-size: 1.5rem;
	color:#fff;
	text-shadow: 0px 0px 8px #000;

}

#banner-footer {
  margin-bottom: 2rem;
  border-radius: 0.3rem; 
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #5c331f;
  color:#FFF;
}


#banner-footer a:link, #banner-footer a:active, #banner-footer a:visited {
	color:#3F0;
}

#banner-footer a:hover {
	color:#fff;
}


.fancybox-padding {
    padding-bottom: 25px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: rgba(255, 255, 255, 0.225);
    border: 1px solid rgba(255, 255, 255, 1);
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5c331f;
  border-color: #5c331f;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}

.img-thumbnail {
    padding: 0.55rem;
    margin: 10px;
}
