

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
h1{
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: calc(2rem + 1vw) !important;
}

.nav-link {   
    font-weight: bold;
}

.navbar {
    background: #004990;
    border-radius: 0px;
    margin-bottom: 0px !important;
    padding: 10px;
}

.navbar-nav > li > a {
    color: #FFF !important;
    border-bottom: 2px solid #004990;
    margin-left: 15px;
}

.blue-bg {
  background:#004990;
}

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

/* Carousel base class */
.carousel {

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

.carousel-caption p {
  color: #000;
  font-size: 1.75rem;
}


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


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



/* CUSTOM CSS
-------------------------------------------------- */
section.spacer {
  
}

.spacer.red,.section.red {
  background:#c9302c;
  padding:70px 0 20px;
}

.spacer.red, .section.red h4 {
  color:#fff;
}

.red-section {
  font-size: 1.5rem !important;
}

.text-section {
  font-size: calc(1.1rem + 1vw) !important;
}

.spacer.blue,.section.blue {
  background:#004990;
  margin-top: 40px;
  margin-bottom: 70px;
  padding:70px 0 70px;
}

.spacer.blue,.section.blue h4 {
  color:#fff;
}

.section.red h4 ,.section.blue h4{
  color: #fcfcfc;
}
.section.red p,.section.blue p {
  color: #f7f7f7;
}


/* Footer */
footer {
  background: #2b2b2b;
  text-align: center;
  color: #ddd;
  padding:50px 0 50px;
}

footer a {
    color: #ddd;
}

footer a:hover {
    color: #fff;
}

footer ul.social-networks {
  list-style:none;
}

footer ul.social-networks li {
  display:inline;
}

footer ul.social-networks li i {
  display:inline-block;
}

footer ul.social-networks li a {
  color: #5e5e5e;
  margin: 0 5px;
}

footer ul.social-networks li a:hover {
  text-decoration:none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

footer ul.social-networks li i.icon-bgdark {
  background:#414141;
  color: #656565;
}


footer ul.social-networks li a i.icon-instagram:hover {
  background: #ba7b3d;
  color: #fff;
}

footer ul.social-networks li a i.icon-twitter:hover {
  background: #5ad2eb;
  color: #fff;
}
footer ul.social-networks li a i.icon-dribbble:hover {
  background: #f57b71;
  color: #fff;
}
footer ul.social-networks li a i.icon-pinterest:hover {
  background: #d84848;
  color: #fff;
}


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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
    line-height: 1.4;
    font-weight: bold;
  }

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

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