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

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

/* for debugging only */

/*
div {
    border: 1px solid;
}
*/



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  background: transparent;
  border: 0;
}

.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-collapse {
    background-color: #007ba7;
  }


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

/* Carousel base class */
.lore-header {
/*
  height: 500px;
*/
  margin-bottom: 1%;
}
/* 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;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


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

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

/* Icons
------------------------- */

.lore-icon {
    font-size: 2.5em;
    margin-top: 10%;
}

i.fa-circle-icon {
    color: #929292;
}


.circle-container {
}

.circle {

      border-radius: 50%;
      text-align: center;
        font-family: 'Open Sans';
        font-size: 1.5em;
      /*font-size: 12px;*/
/*
      padding: 50% 0;
*/
      line-height: 10em;
      position: relative;
      background: teal;
      color: white;
      height: 10em;
      width: 10em;
      opacity: 0.6;
      margin-right: auto;
        margin-left: auto;
}

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

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

  margin: 5% 0;

}

/* Thin out the marketing headings */
.featurette-heading {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 4em;
  text-align: center;
  margin-bottom: 4%;
  margin-top: 0;
}

.featurette-list {
  font-size: 1.25em;
  font-family: 'Open Sans';
  margin-top: 1%;
  margin-bottom: 3%;
/*
  margin-left: 2%;
*/
}

.featurette-image  {
    padding-left: 3%;
    padding-right: 3%;
}

.right-animate, .left-animate {
    opacity: 0;
}

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

@media (max-width: 768px) {
    .content {
        margin-left: 3%;
        margin-right: 3%;
    }

    .lore-icon {
        font-size: 2.25em;
        margin-top: 15%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a.nav-droplink {
        color: white;
    }

    .featurette-image,.right-animate,.left-animate {
        opacity: 1;
    }

    .featurette-heading {
        margin-bottom: 10%;
        margin-top: 3%
    }

    .circle {
        border-radius: 50%;
        text-align: center;
        font-family: 'Open Sans';
        font-size: 1.25em;
        line-height: 10em;
        position: relative;
        background: teal;
        color: white;
        height: 10em;
        width: 10em;
        opacity: 0.6;
        margin-right: auto;
        margin-left: auto;
    }
}


@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-default .navbar-collapse {
    background-color: transparent;
  }



  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
/*
    border-radius: 4px;
*/
    border-bottom: 0px;
    background: rgba(255, 255, 255, 0);
  }

/*
    .navbar .nav > .active a, .navbar .nav > .active a:hover, .navbar .nav > li a:hover {
        background:rgba(210,105,30, 0); text-shadow:none;
    }
*/

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    text-align: left;
    font-size: 3.5em;
  }
}


@media (min-width: 992px) {
  .featurette-heading {
    /*margin-top: 120px;*/
/*
    margin-top: 60px;
*/
  }
}

