body {
  padding-top: 3rem; 
  color: #5a5a5a;
font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
}
#myCarousel .carousel-item{background-color: #094c9c;}
footer > .row{
background-image: url('../images/pattern.png'); padding: 20px;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open>.nav-link{color: #094c9c;}
 
.jen_footer h5 {
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#094c9c;
	margin-bottom:20px;
	margin-top:10px;
}
.jen_footer img {
 
	margin-right:20px;
	margin-bottom:10px;
  }
  .jen-designed img{width:100px;}
.jen_footer p, .jen_footer p a {
	font-size:13px;
	color:#777;
	text-transform:none;
}
.jen_footer p i {
	margin-right:5px;
}

ul.jen_footerlist {
	list-style:none;
	margin:0;
	padding:0;
}
ul.jen_footerlist > li {
	padding:3px 0px 0px 0px;
}
ul.jen_footerlist > li a {
	font-size:13px;
	color:#777;
	text-transform:none;
}
ul.jen_footerlist > li a:hover {
	color:#999;
	text-transform:none;
}
	
.jen_copyright p {
	font-size:12px;
	color:#777;
}
.jen_copyright p a {
	color:#333;
}
.jen_copyright p span {
	margin-left:85px;
}
.jen_copyright img {
	height:16px;
	position:absolute;
}

@media (min-width: 992px){
  .navbar{padding: 1rem 1rem;}
  .navbar-toggleable-md .navbar-collapse{display: inline-block !important;}
  .navbar-nav{float: right;}
.navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 1.5rem;
  font-weight: 200;
}

/* Declare heights because of positioning of img element */
.carousel-item {
   height: 400px;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}


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


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

@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;
  }
}
