/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-family: 'Roboto Slab', sans-serif;
}

.above-nav {
  width:100%;
}

header {
  color: #aebf2a;
  background:#0477bf;
  border-bottom: 2px solid #0477bf;
}

.bg-basenet{
  color: white;
  background:#0477bf;
}

.bg-basenet a {
  color: #aebf2a;
}

.ctactions{
  text-align: right;
  width:100%;
}

.caption {
  background-color: #0477bf;
  color: #f7f7f7;
}

.brand-green {
  color: #aebf2a;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.navbar-collapse {
  flex-grow: 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.navbar-text {
  padding-left:10px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
/* 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;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 60vh;
}
.carousel-item:after {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}


.carousel-item img {
  object-fit:cover;
  object-position: center;
  height: 60vh;
  position: absolute;
  top: 0;
  left: 0;

}

.slide1{
  background-image: url(../img/slide1.jpg);
}


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


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

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

.featurette{
  margin: 0 auto;
}

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

.banner-debt{
 background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url('../img/debt.jpg');
 background-size: cover;
 background-repeat: no-repeat;
}

.bannercontent-debt{
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgb(255, 255, 255)), url('../img/debtbanner.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

.banner-mortgage{
  background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url('../img/mortgage.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .bannercontent-mortgage{
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255)), url('../img/mortgage.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .banner-loan{
  background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url('../img/loan.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .bannercontent-loan{
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255)), url('../img/loan.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .bannercontent-aboutus{
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255)), url('../img/aboutus.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .banner-baddebt{
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0, 0.60)), url('../img/baddebt.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .bannercontent-baddebt{
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgb(255, 255, 255)), url('../img/baddebt.png');
  background-size: cover;
  background-repeat: no-repeat;
 }

 .business{
  background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url('../img/business.jpg');
  background-size: cover;
  background-repeat: no-repeat;
 }

 /* PAGES CSS
-------------------------------------------------- */
.baddebt-bg{
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url('../img/baddebt.png');
  background-size: cover;
  background-repeat: no-repeat;
}


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