/* screenshots */

.well {
    border: 0;
}

.panel {
    background-color: #4a4a4a;
    border: 0;
}

.panel-footer {
    background-color: #3a3a3a;
    border: 0;
}

.panel-default .panel-heading {
    background-color: #3a3a3a;
    color: #fff;
    border: 0;
}

#fullscreenshot {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: none;
    z-index: 1000;
}
#fullscreenshot p {
    font-size: 2em;
    text-align: center;
}
#fullscreenshot p:after {
    content:" -- CLICK TO CLOSE ";
}

#closefullscreenshot {
    float: right;
}

#fullscreenshot img {
    margin-left: 20%;
    margin-top: 5%;
    width: 60%;
}

/* blogpost */

.blogpost h1 {
    Xborder-bottom: 3px double #666666;
}

.blogpost h2 {
    Xborder-bottom: 1px solid #666666;
}

/* responsive youtube embeds */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow:
    hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-bottom: 40px;
  color: #ffffff;
  background: #5a5a5a;
}

a {
    color: #9999ff;
    font-weight: bold;
}

a:hover {
    color: #cc3333;
    text-decoration: none;
}

.well {
    background: #4a4a4a;
}


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


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  pXosition: absolute;
  tXop: 0;
  lXeft: 0;
  rXight: 0;
  z-index: 20;
}

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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.game-navbar-wrapper {
  pXosition: absolute;
  tXop: 0;
  lXeft: 0;
  rXight: 0;
  z-index: 20;
}

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


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

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

.carousel-caption h1 {
  color: #ffff00;
  background-color: rgba(0, 0, 128, 0.5);

  /* IE 5.5+ support #BB000000 is ~70% opacity on black */
  filter:progid:DXImageTransform.Microsoft.gradient(
    startColorstr=#99000000, endColorstr=#99000000
  );

  /* IE 8 support */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
    startColorstr=#99000000, endColorstr=#99000000
  )";
}

.carousel-caption p {
  color: #ffff00;
  background-color: rgba(0, 0, 0, 0.5);

  /* IE 5.5+ support #BB000000 is ~70% opacity on black */
  filter:progid:DXImageTransform.Microsoft.gradient(
    startColorstr=#99000000, endColorstr=#99000000
  );

  /* IE 8 support */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
    startColorstr=#99000000, endColorstr=#99000000
  )";
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;
  background-color: #777;
}
.carousel-inner > .item > img {
  pXosition: absolute;
  tXop: 0;
  lXeft: 0;
  mXin-width: 100%;
  height: 300px;
    margin: 0 auto;
}



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

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

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

.marketing h2 {
  color: #ffff00;
}

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

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

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



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

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-left:  15px;
    padding-right: 15px;
  }
  .navbar-wrapper .navbar {
    padding-left:  0;
    padding-right: 0;
  }

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

  /* Navbar positioning foo */
  .game-navbar-wrapper {
    mXargin-top: 20px;
  }
  .game-navbar-wrapper .container {
    padding-left:  15px;
    padding-right: 15px;
  }
  .game-navbar-wrapper .navbar {
    padding-left:  0;
    padding-right: 0;
  }

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

  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
    text-align: left;
  }

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

}

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