body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


a {
  text-decoration: none;
}

a h4{
  color: #5a5a5a !important; 
}

a:hover h4{
  color: #ff6600 !important; 
}

div.article_img{
width:100%; 
height:140px;
background-color:#222;
background-size: cover;
border-radius:8px; 
box-shadow: 5px 5px 14px #999;
margin-bottom: 10px;
}


nav {
  background:rgb(0, 49, 12);
}

.nav-hint{
  font-size:0.7rem;
  margin:0 0 0 0;
  display:block;
  width:20vw;
  color:#888;
}

.xsmall {
  font-size:0.6em;
}
.navbar-collapse {
  padding-top:2rem;
}

@media (min-width: 768px){
  .navbar-collapse {
    padding-top:0;
  }
}

.logo {
  background:url(/kote/img/kotemedia-512x512.png);
  position:fixed;
  top:0; 
  left:0.5rem; 
  width:5rem; 
  height:5rem;
  border-radius: .3rem;
  background-size: cover;
  filter: drop-shadow(5px 5px 10px rgba(0 0 0 / 70%))
}

.logo-text {
  color:#fff;
  z-index:2;
  font-weight:500;
  margin:0 1rem 0 6rem;
}
.logo-sub{
    font-size:0.6rem;
  font-weight:300;
  color:#ddd;
  margin:0 1rem 0 6rem;
}

/* Carousel base class */
.carousel {
  margin-bottom: 1rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  // bottom: 3rem;
  z-index: 10;
  padding-bottom:0;
}

.carousel-caption > h1 {
  font-size:1.2rem;
  line-height: 1.3;
  display:inline-table;
  background: #c55901d5; 
  margin-bottom:0;
  padding:.5rem;
}
.carousel-caption p {
  display:inline-table;
  background:#085501c9;
  padding:.5rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-align: right;
  width:70%;
  font-size: 0.6rem;
  line-height: 1.1;
}

.carousel-indicators {
  margin-bottom:0;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40vh;
}


/* 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;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


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

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

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


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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  
  .carousel-item {
    height: 40vh;
  }
  .carousel-caption > h1 {
    font-size:2em;
  }
  
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}
