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

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

.img-circle{
  overflow: hidden;
  padding: 3px;
  background-color:#828282;
}
.text-muted{
  color: #828282;
  font-size: .8em;
}
.ruler{
  height: 1px;
  color: #810505;
}.pen{

  color: #810505;
}
.wow{
  padding-top: 20px;
}
.dwo{
  margin-top: 65px;
}
.btn-primary{
  background: #828282;
  border: 1px solid #810505;
}
/* 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;
  background-color: #810505;
}
.btn-col{
  background-color: #810505;
  color: #fff;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
  background-color: #810505;
  height: 50px;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #810505;
  border: none;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-wrapper .navbar .container a{
  color: #fff;
}
.dropdown-menu{
  background-color:  #810505;
}
.dropdown-menu li a:hover{
  background-color:  #000;
}

.blackout{
  background-image: url(../images/left.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed;
  background-size: 15% 100%;
  background-color: #000;
  border: 1px solid #000;
  margin-top: -60px;
  padding-left: 10%
}
.row{
  padding-top: 25px;
}
.left{
  padding-top: 200px;
}
.right{
  padding-top: 200px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 450px;
  margin-bottom: 60px;
  padding-left: 6%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-caption h1{
  color: #a22121;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 450px;
  background-color: #fff;
  padding-left: 6%;
  border-bottom: 4px solid #810505;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 450px;
  border-bottom: 4px solid #810505;
}

.carousel-info{
  color: #810505;
  padding-left: 6%;
  font-size: .2em;
}

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

/* Center align the text within the three columns below the carousel */
.marketing{
  padding-left: 7%;
}
.yell{
  padding-bottom: 34%;
}
.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;
}
.undot{
  list-style: none;
}

.undot2{
  list-style: none;
  text-align: left;
}
.emphasis{
  color: #810505;
}
/* Featurettes
------------------------- */

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
  color: #810505;
}
.featurette-heading2 {
  font-weight: 300;
  line-height: 1;
  font-size: .8em;
  letter-spacing: -1px;
  color: #000;
}
.featurette-sub-heading{
  font-weight: 400;
  font-size: 1.9em;
  letter-spacing: -1px;
  color: #810505;
}
.featurette-sub-heading3 {
  font-weight: 400;
  line-height: 1;
  font-size: 1.5em;
  letter-spacing: .5px;
  color: #810505;
}

.lead{
  font-size: 1.3em;
  font-weight: 590;
  color: #6b7275;
}
.featurette-fix{
  margin-top: 160px;
}
.image-border{
  border-radius: 2px;
  border: 2px solid #810505;
}
.fix-top{
  clear: both;
}
/*Bcackdrop here
-------------------------------------------------- */

.bd2{
  float: left;
  width: 50%;
  height: 250px;
  margin-top: 60px;
  margin-bottom: 60px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
footer{
  color: #fff;
  padding: 70px;
  background-color: #810505;
  margin-top: -100px;
  margin-bottom: -102px;
  border-top: 2px solid #810505;
  background-repeat:repeat-x;
}
@media(max-width: 1000px){
  .col-md-5{
    display: none;
    }
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

.legal{
  float: right;
  margin-top:-40px;
}
.author{
  float: right;
  margin-top:-20px;
}
  /* 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;
  }

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

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .fixer {
    margin-top: -120px;
  }
}
@media(min-width: 1001px){

  .read{
    margin-top: -80px;
  }
}
@media (max-width: 720px){
  .carousel-caption h1 img{
    width: 100%;
  }
}
