@charset "UTF-8";
/* CSS Document by KAFKA DESIGN */

body {
}


.navbar {
  margin-bottom: 0;
}

.jumbotron {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  color: #FFF;	
  border-radius: 0;	
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}



.album {
  padding-top: 3rem;
  padding-bottom:1rem;
  background-color: #f7f7f7;
}



footer {
  background: #000;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 12px;
}

footer p {
  margin-bottom: .25rem;
}
footer a:link, footer a:active, footer a:visited  {
  color: #B59226;
}

footer a:hover  {
  color: #EAAD1B;
}
/* MARGINS */
.margin-bottom {
  margin-bottom: 2rem;
}

.margin-medium {
  margin-bottom: 1rem;
}


/* FLEX-BOX */
.kd-flex { 
	display: flex;
}	
.kd-flexbox-eqh {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.kd-flex-grid-row {
	display: flex;
	flex-wrap: wrap;
}


/* 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;
}

/* 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;
}


/* MARKETING CONTENT
-------------------------------------------------- */

.marketing h2 {
  font-weight: 400;
  font-size: 2.0rem;	
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.imglist img  {
  margin-right: 1.1rem;
  margin-bottom: 1.1rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 1rem 0 2rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}



/* BLOG ITEMS
------------------------- */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #000; }
.border-bottom { border-bottom: 1px solid #000; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.text-primary {
    color: #B59226!important;
}

.btn-primary {
    color: #fff;
    background-color: #B59226;
    border-color: #B59226;
}
.btn-primary:hover {
    color: #fff;
    background-color: #EAAD1B;
    border-color: #EAAD1B;
}

.logo img {
	width: 250px;
	}

.contact-info {
	background: #000;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 20px;
	border-bottom: 2px solid #B59226;
	}
.contact-info  a:link, .contact-info  a:active, .contact-info  a:visited  {
  color: #B59226;
}

.contact-info  a:hover  {
  color: #EAAD1B;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (min-width: 992px) {
  
  .logo img {
	width: 300px;
	}
}

@media (max-width: 425px) {
.imglist a img {
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	width: 200px;
	display: block;
	}
.jumbotron {
    background-position: left!important;
	padding-top: 3rem;
	padding-bottom: 3rem;
	}

}
