/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
  color: #00923f;
}
a:hover {
  text-decoration: none;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #00923f;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}
.btn-inverse,
.btn-inverse:hover,
.btn-inverse:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #00923f;
  border: 1px solid #00923f;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
  padding-bottom: 10px;
 /* font-family: 'accidental_presidencyregular';*/
}
body {
/*  color: #373431;*/
  text-align: center;
  /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
  text-shadow: none; /* Prevent inheritence from `body` */
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  color: #fff;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-light {
  color: #007c3f;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-wrapper-dark {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.site-wrapper-blur {
  display: table;
  color: #007c3f;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  background-color: rgba(255,255,255,0.80);
  z-index:1000;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
.cover-lead {
  font-weight: bolder;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}
.logo-icon2 {
  width: 180px;
  margin-top: -13px;
}
.logo-icon {
  width: 60px;
  margin-top: 0px;
}
.logo-stealthy {
  color: #373431;
  font-family: 'accidental_presidencyregular';
  font-size: 32px;
}
.logo-labs {
  color: #00923f;
  font-family: 'accidental_presidencyregular';
  font-size: 32px;
}
.logo-link a,
.logo-link a:hover,
.logo-link a:focus {
  background-color: transparent;
  border-bottom-color: #373431;
  border-bottom-color: rgba(55,52,49,.25);
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

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


/*
 * Header
 */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* 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;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inner {
}
.navbar-default {
  background-color: #fff;
}
ul.navbar-nav.nav  {
  font-family: 'accidental_presidencyregular';
  font-size: 22px;
  color: #007c3f;
  background-color: transparent;
  text-shadow: none; /* Prevent inheritence from `body` */
}
.navbar-default .navbar-nav > li > a {
  font-weight: normal;
  color: #007c3f;
  color: rgba(0,124,63,.75);
  border-bottom: 2px solid transparent;
  background-color: transparent;
  font-family: 'accidental_presidencyregular';
  font-size: 22px;
}
.navbar-default .navbar-nav  > li > a:hover,
.navbar-default .navbar-nav  > li > a:focus {
  color: #373431;
  color: rgba(55,52,49,.75);
  background-color: transparent;
  border-bottom-color: #373431;
  border-bottom-color: rgba(55,52,49,.25);
  font-family: 'accidental_presidencyregular';
  font-size: 22px;
  font-weight: normal;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  font-family: 'accidental_presidencyregular';
  font-size: 22px;
  color: #373431;
  /*
  border-bottom-color: #373431;
  border-bottom-color: rgba(55,52,49,.25);
  */
  border-bottom-color: transparent;
  background-color: transparent;
  font-weight: normal;
}

/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
.cover-heading {
  font-size: 40px;
  padding-top: 40px;
}
h1.cover-heading {
    font-family: 'accidental_presidencyregular';
    font-size: 80px;
}
.lead {
  font-size: 28px;
  font-family: 'accidental_presidencyregular';
}
.cover-subtitle {
}
.col-lg-4 h2 {
  font-family: 'accidental_presidencyregular';
}
.col-md-4 h2 {
  font-family: 'accidental_presidencyregular';
}
h3.cover-heading {
/*  padding: 10px; */
  color: #007c3f;
  font-family: 'accidental_presidencyregular';
}
.row-data {
  font-size: 16px;
/*  font-family: 'accidental_presidencyregular'; */
}


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

/* Center align the text within the three columns below the carousel */
.marketing div {
  padding-top: 20px;
}
.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
------------------------- */
.expert-app, .expert-fw, .expert-crypt, .expert-file, .expert-net, .expert-btc {
  background-image: url('../images/finalicon.png');
  background-repeat: no-repeat;
  background-size: 200% 280%;
  width: 150px;
  height: 150px;
}
.expert-btc {
  margin-left: 90px;
  background-position: 3px 10px;
}
.expert-file {
  margin-left: 90px;
  background-position: -145px 10px;
}
.expert-net {
  margin-left: 90px;
  background-position: -154px -134px;
}
.expert-crypt {
  margin-left: 90px;
  background-position: -154px -274px;
}
.expert-fw {
  margin-left: 90px;
  background-position: 3px -274px;
}
.expert-app {
  margin-left: 90px;
  background-position: 3px -134px;
}

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  color: #007c3f;
  font-family: 'accidental_presidencyregular';
}
h3.featurette-heading {
  margin-top: -10px;
  padding-top: -10px;
}

.text-muted {
  color: #373431;
  color: rgba(55,52,49,0.65);
}
.selintlogo {
  margin-top: -30px;
}
.leet {
  color: #007c3f;
  font-weight: bold;
}
.img-grey {
  background-color: grey;
  opacity: 0.5;
}

/*
 * Affix and center
 */

@media (max-width: 480px) { /* mobile */
    .site-wrapper-light {
        background-image: url("../images/lightbg-small.jpg");
    }
    .site-wrapper-dark {
        background-image: url("../images/darkbg-small.jpg");
    }
    /* Handle the widths */
    .cover-container {
        width: 80%; /* Must be percentage or pixels for horizontal alignment */
    }
    .featurette-heading {
        font-size: 50px;
    }
    .cover-heading {
        font-size: 38px;
    }
}
@media (min-width: 481px) and (max-width: 1024px) { /* tablet */
    .site-wrapper-light {
        background-image: url("../images/lightbg-medium.jpg");
    }
    .site-wrapper-dark {
        background-image: url("../images/darkbg-medium.jpg");
    }
    .cover-container {
        width: 700px;
    }
    .featurette-heading {
        margin-top: 120px;
    }
}
@media (min-width: 1025px) {/* desktop */
    .site-wrapper-light {
        background-image: url("../images/lightbg.jpg");
    }
    .site-wrapper-dark {
        background-image: url("../images/darkbg.jpg");
    }
}
@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;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

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

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

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

