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

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



/* 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;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* 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;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.card-deck .card {
  min-width: 220px;
}

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

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

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



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

 /*
 * Footer
 */
.main-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #60656f;
  border-top: .05rem solid #e5e5e5;
}
.main-footer p:last-child {
  margin-bottom: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}

.news {
  background-color: #60656f;
}
.newsArticles {
  height: 400px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0px 1px 0px rgba(89, 89, 89, 0.50), 0px -1px 0px rgba(89, 89, 89, 0.50);
  overflow-y: scroll;
}
.trending {
  height: 350px;
  margin-bottom: 10px;
  box-shadow: 0px 1px 0px rgba(89, 89, 89, 0.50), 0px -1px 0px rgba(89, 89, 89, 0.50);
}


.about a {
  color: #FFFFFF;
    font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}

.about a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.about a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.about a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}


.btn-outline-navy {
  color: #000035;
  border-color: #000035;
}

.btn-outline-navy:hover {
  color: #fff;
  background-color: #000035;
  border-color: #000035;
}

.btn-outline-navy:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-navy.disabled, .btn-outline-success:disabled {
  color: #000035;
  background-color: transparent;
}

.btn-outline-navy:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #000035;
  border-color: #000035;
}

.btn-outline-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.bg-gold {
  background-color: #d4af37 !important;
}

a.bg-gold:hover, a.bg-gold:focus,
button.bg-gold:hover,
button.bg-gold:focus {
  background-color: #daa520
	  !important;
}