@import url(https://fonts.googleapis.com/css?family=Economica);

html {
  /* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Fira Sans', 'Economica', 'Helvetica', 'Arial';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #bfbfbf;
  background-color: rgb(5, 29, 28);
  background: url('/Content/Battlescape/img/bg_image.png') no-repeat center center fixed;
  background-size: cover;
}

/* No underline */
a, a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3 {
  font-family: 'Fira Sans', 'Economica', 'Helvetica', 'Arial';
}

.nav, .pagination, .carousel, a {
  cursor: pointer;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}
.clear {
  clear: both;
}
.bs-section {
  display: block;
  min-height: 300px;
  letter-spacing: 0.12em;
  margin: 0px 0px 20px 0px;
  padding: 20px 0px 40px 0px;
  background-color: rgba(5, 29, 28, 0.3);
  border-width: 0px 0px 1px 0px;
  border-color: #ff8a00;
  border-style: solid;
}
.bs-section h2 {
  color: #ff8a00;
  font-size: 32px;
  margin: 0px 0px 10px 0px;
  padding: 30px 0px 10px 200px;
  line-height: 0px;
  background-image: url('/Content/Battlescape/img/header_image.png');
  background-repeat: no-repeat;
}

.bs-section h3 {
    font-size: 2.0em;
}

.intro-blurb {
  font-size: 1.3em;
  width: 80%;
}

.bordered {
  border: 6px solid gray;
  border-image: url('/Content/Battlescape/img/border.png') 6 6 6 6 fill repeat;
}

.bs-section ul li {
  font-size: 1.1em;
  line-height: 2.3em;
  letter-spacing: 0.05em;
}

/* Static top navigation & login bar */
#navbar-top {
  font-family: 'Fira Sans', 'Economica', 'Helvetica', 'Arial';
  /* font-family: 'Fira Sans', sans-serif; */
  text-align:right;
  padding: 0px;
  margin: 0px;
}

#account {
  display: inline-block;
  height: 60px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

.account-links {
  display: inline-block;
}

#account li {
  list-style-type: none;
  display: inline-block;
  padding: 20px 20px 0px 0px;
}

#account a {
  color: #bfc3ce;
}

#sociallogos {
  display: inline-block;
  height: 40px;
}

/* Game logo area */
.logo-absolute {
  text-align: center;
  position: relative;
  overflow: hidden;
  min-width: 600px;
  min-height: 400px;
  height: 600px;
}

/*#logo-absolute a {
  display: block;
  font-size: 2em;
  color: white;
}*/

/* rollover pledge link */
.pledge-button {
  font-family: 'Fira Sans', 'Economica', 'Helvetica', 'Arial';
  font-size: 2.4rem;
  
  text-shadow: 0px 2px 2px rgba(0,0,0,0.75);
  
  display: block;
  
  width: 500px;
  /* height: 250px; */
  margin: auto;
  opacity: 0.75;
  
  padding-top: 3px;
  
  background: #2a3032;
  
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border: 2px solid #FFFFFF;
}

.pledge-button:hover {
/*   background-position: -269px 0px; */
background: #515759;
opacity: 1;
text-shadow: 0px 4px 0px rgba(0,0,0,0.75);
}

a.pledge-button:link, a.pledge-button:visited {
	color: white;
}
a.pledge-button:hover, a.pledge-button:active {
	color: #ff8a00;
}

/* Top of the screen navigation bar, follows scroll */

#navbar-scroll {
  top: 0px;
  left: 0px;
  text-align: center;
  min-height: 0px;
  color: #bfbfbf;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  width: 100%;
  font-family: 'Fira Sans', 'Economica', 'Helvetica', 'Arial';
  font-size: 1.5em;
  
  border-width: 1px 0px 1px 0px;
  border-color: #ff8a00;
  border-style: solid;
  
}

.navbar-button:hover {
	background: linear-gradient(rgba(255,0,0,0), rgba(255,138,0,0.5)); /*Standard*/
}

/* added/removed in JS */

.followScroll {
  position: fixed;
}
#navbar-scroll a {
  text-transform: uppercase;
  color: #bfbfbf;
  /* remove underline */
}
#navbar-scroll a:hover {
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #ff8a00;
  /* remove underline */
}

#navbar-padding-div {
  padding-top: 0px;
}
#navbar-padding-div .visible {
  padding-top: 10px;
}

/* Media gallery */
#media li {
  display: inline-block;
  list-style-type: none;
}
#media .img-thumbnail {
  border: none;
  background-color: transparent;
}

.gallery-container {
  margin: 0;
  padding: 0;
}

.wallpaper-box {
  /*background-image: url('../assets/wallpapers/wallpaper_001_tn.jpg');*/
  width: 400px;
  height: 250px;
  margin: 10px;
  background-repeat: no-repeat;
  border: 1px solid rgb(21, 18, 18);
}

.wallpaper-box a {
  text-align:center;
  display: block;
  font-size: 1.4em;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
}

/* System requriements table */

#requirements .reqdata div {
  float: left;
}
#requirements .reqdata .reqlabels {
  width: 20%;
}
footer {
  /*min-height: 300px;*/
  letter-spacing: 0.12em;
  padding: 10px;
  color: rgb(128, 128, 128);
  background-color: rgba(0,0,0,0.4);
  /*background: linear-gradient(rgb(20, 20, 20), rgb(0, 0, 0));*/
}
footer .logos {
  text-align: center;
}
footer .legal {
  width: 70%;
  text-align: center;
  font-size: 0.8em;
  margin-left: auto;
  /* properly center the block */
  margin-right: auto;
  /* properly center the block */
  line-height: 2em;
  /* add some spacing */
}

/* Dropdown styles */

#sddm {
  margin: 0;
  padding: 0;
  z-index: 30;
  text-transform: uppercase;
}
#sddm li {
  list-style: none;
  float: left;
}
#sddm li a {
  display: block;
  padding: 4px 10px;
  min-width: 100px;
  background-color: rgb(48, 48, 48);
  color: rgb(255, 255, 255);
  text-align: center;
}
#sddm li a:hover {
  background-color: rgb(60, 60, 60);
}
#sddm div {
  position: absolute;
  visibility: hidden;
}
#sddm div a {
  position: relative;
  display: block;
  width: auto;
  background-color: rgb(48, 48, 48);
}
#sddm div a:hover {
  background-color: rgb(60, 60, 60);
}

/* End dropdown styles */
ul[rn-carousel] {
  width: 533px;
  height: 300px;
}

.rn-carousel-indicator {
  width: 533px;
  text-align: center;
}

.rn-carousel-indicator span {
    display: inline;
}

.bgimage {
  background-size:cover;
  background-position: center center;
  width: 533px;
  height: 300px;
  letter-spacing: 0em;
  line-height: 1em;
}

.bgimage .imglabel {
  color: white;
}

#splashvid {
    position: absolute;
    display: block;
    width: 100%;
    z-index: -2;
    min-width: 1080px;
}

.raster-overlay {
    position:absolute;
    background: url('/Content/Battlescape/css/images/raster.png') repeat;
    width:100%;
    height:100%;
    z-index: -1;
}

#splashlogo {
    /* width: 600px; */
    /*height: 255px;*/
    margin-top: 50px;
	margin-bottom: 100px;
	vertical-align: middle;
}

.col-md-6, .col-md-4, .col-md-8 {
  padding: 10px;
}

/* Social media buttons */
.socialbutton {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 0px 0px 10px 0px;
  margin: 7px 0px 0px 0px;
  background: url("/Content/Battlescape/img/socialicons.png") no-repeat;
}

.sb-facebook {
  
  background-position: -160px 0px;
}

.sb-facebook:hover {
  background-position: -200px 0px;
}

.sb-twitter {
  background-position: 0px 0px;
}

.sb-twitter:hover {
  background-position: -40px 0px;
}

.sb-youtube {
  background-position: -240px 0px;
}

.sb-youtube:hover {
  background-position: -280px 0px;
}

.sb-twitch {
  background-position: -80px 0px;
}

.sb-twitch:hover {
  background-position: -120px 0px;
}

@media screen and (max-width: 600px) {
  .logo-absolute img {
    width: 400px;
  }
}

.container {
	width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.justifiedtext {
	text-align: justify;
    text-justify: inter-word;
}

.gradientline {
	height: 1px;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 200px;
	background: linear-gradient(to right, rgba(255,138,0,1), rgba(255,0,0,0)); /*Standard*/
}