/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #f1b43f;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #3d3d3d;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}
html,
body {
  background-color: #e7dfdd;

  background-color: #2F4858;
  font-size: 16px;
background-image: url("https://www.transparenttextures.com/patterns/black-linen.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
body {
  color: #fff;
  /*text-shadow: 0 1px 3px rgba(255,255,255,.5);*/
}
.carousel .item {
  background-color: #777;
}

.navbar-inverse {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33658a+0,2f4858+100 */
background: rgb(51,101,138); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,101,138,1) 0%, rgba(47,72,88,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(51,101,138,1) 0%,rgba(47,72,88,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(51,101,138,1) 0%,rgba(47,72,88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33658a', endColorstr='#2f4858',GradientType=0 ); /* IE6-9 */

}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    color: #e7dfdd;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:active,
.navbar-inverse .navbar-nav>li.active>a,
.navbar-inverse .navbar-nav>li.active:hover>a,
.navbar-inverse .navbar-nav>li.active:focus>a,
.navbar-inverse .navbar-nav>li.active:active>a,
.navbar-inverse .navbar-nav>li:hover>a,
.navbar-inverse .navbar-nav>li:focus>a,
.navbar-inverse .navbar-nav>li:active>a {
    color: #f1b43f;
    background-color: #2F4858;
    background-image: none;
}

h2, .media-heading {
  color: #f1b43f;
}

.text-muted {
    color: #86BBD8;
}

hr {
  border-top: 1px solid #86BBD8;
}

.carousel h1, .carousel p {
  color: #f1b43f;
  text-shadow: 2px 2px #000;
}

footer {
  margin: 80px 0 0;
  padding: .5em 2em;
  background: rgb(51,101,138);
}
footer p {
  margin: 0;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
}


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

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

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


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


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

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0 0 1em;
}


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

@media (max-width: 768px) {
  .carousel, .carousel-inner, .carousel-inner > .item, .carousel-inner > .item > img {
    height: 350px;
  }
}
@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

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

@media (min-width: 992px) {
  .featurette-heading {
    
  }
}