body a {
  outline: none;
}

h2 {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 900;
  font-size: 22px;
  color: #4789bc;
}

.jumbotron,
.jumbotron-filter {
  height: 34rem
}

.jumbotron {
  background-size: cover;
  color: #fff;
  padding: 6rem 0 3rem 0
}

.jumbotron h1 {
  margin-bottom: 3rem;
  text-transform: none;
  font-size: 45px;
  margin: 10px 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
}

.jumbotron-filter {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  .jumbotron,
  .jumbotron-filter {
      height: 44rem;
  }
}

.button {
  padding: 10px;
  display: inline-block;
  color: #fff !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  transition: 0.15s;
}

.button .fa {
  margin-right: 0.375rem;
}

.jumbotron .button {
  margin: 0 0.5rem;
}

.button-success {
  background-color: #32c994;
}

.button-success:hover {
  background-color: #626063;
}

.button-success:active {
  background-color: #525053;
}

.button-info {
  background-color: #468cbf;
}

.button-info:hover {
  background-color: #6ca4cc;
}

.button-info:active {
  background-color: #36719c;
}

.highlights {
  margin-top: 2rem;
}

.intro {
  font-size: 24px;
  line-height: 28.8px;
}

.intro p {
  line-height: 1.4;
}

@media (max-width: 40rem) {
  .intro {
    font-size: 20px;
  }
}

.jumbotron .container {
  height: 100%;
}

.jumbotron .container .row {
  height: 100%;
}

.news-list h2 {
  margin-top: 25px;
  color: #333;
  font-size: 22px;
}

.news-column {
  /*height: 100%;*/
  overflow: hidden;
}

.news {
  /*margin-top: 1.25rem;*/
  width: 100%;
  /*height: 100%;*/

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .news {
    margin-top: 1.25rem;
  }
}


.news-content {
}

.blog, .tweet {
  margin-bottom: 20px;
}

.blog > .title {
  font-weight: 500;
}

.tweet > .title {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
}

.news .date {
  color: #acaaaf;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-top: 5px;
}

.news-more {
    font-size: 20px;
}

.news-more > .blogs {
  margin-right: 30px;
}

.more-news {
  margin-top: 2.5rem;
  display: inline-block;
}

.news-more-icon {
    font-size: 14px;
    padding-left:10px;
}

.features {
  margin-top: 60px;
  margin-bottom: 60px;
}

.feature {
  height: 16rem;
  color: #fff;
  background-size: cover;
}

.feature-card {
  font-weight: 500;
  font-size: 16px;
}

.feature-card h2 {
  font-family: "Roboto Condensed", sans-serif !important;
  text-transform: none;
  margin: 40px 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

.feature-card .col-md-4 {
  padding: 0 44px;
}

.feature-card li {
  line-height: 1.1;
}

/* Add a margin below the brief feature description */
.feature-card em {
  margin-bottom: 30px;
  display: block;
  line-height: 20px;
  font-size: 20px;
}

.feature-card hr {
  margin-bottom: 30px;
}

.feature a {
  font-weight: 400;
}

.get-involved h3 {
  text-align: center;
  font-size: 20px;
  color: #adabb0;
}

.get-involved p {
  text-align: center;
  line-height: 1.3;
}

.get-involved .button {
  text-align: center;
  display: block;
  max-width: 15rem;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .get-involved .col-sm-4 {
    font-size: 95%;
  }
}

@media (min-width: 768px) {
  .get-involved .col-sm-4 {
    height: 28rem;
  }
  .get-involved .button {
    min-width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 2rem;
    display: block;
  }
}

nav {
  height: 4rem;
  font-size: 0;
  position: fixed;
  width: 100%;
  background-color: #313a43;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  z-index: 9999;
  font-weight: 400;
}

nav ul,
nav li {
  display: inline-block;
}

nav a {
  /* color: #414141; */
  color: #ff6600; //#c1c1c1;
  font-size: 1.1rem;
  display: inline-block;
  padding: 1.0625rem 1rem 0 1rem;
  height: 4rem;
}

nav li a:hover {
    background:#ececec;
}

.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}


@-webkit-keyframes logocycle {
  0% {
    background-position: 0 0; 
   }
  100% { 
    background-position: 0 -80px;
   }
}
    
@keyframes logocycle {
  0% {
    background-position: 0 0; 
   }
  100% { 
    background-position: 0 -80px;
   }
}

.nav-logo:hover {
	-webkit-animation: none;
	animation:none;
}

.nav-logo {
  margin-top: 0.0rem;
  border-style: none;
  
  -webkit-animation: logocycle 1s infinite steps(2);
  animation: logocycle 1s infinite steps(2);
    display: block;
    width: 250px;
    height: 40px;
    background-image: url('logo.svg');
    background-repeat: no-repeat;
    background-position: top left;
}

nav .pull-left {
  margin-left: 16%;
}

nav .pull-right {
  margin-right: 10%;
}

nav li.active {
  background-color: #e3e4e5;
}

@media (max-width: 100rem) {
  nav .pull-left {
    margin-left: 6rem;
  }
}

@media (max-width: 81.25rem) {
  nav .pull-left {
    margin-left: 0;
  }
  nav .pull-right {
    margin-right: 5%;
  }
}

nav ul ul {
    display:none;
}
nav ul li:hover:nth-child(8) ul {
    display:block;
    position:absolute;
    margin:0;
    padding:0;
    background:#fff;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
nav ul ul li {
 display:block;
 min-width:100px;
}
nav ul ul li a {
 display:block;
 width:100%;
}

@media (max-width: 1100px) {
  #nav_more {
       display:none;   
  }
  nav .pull-right {
    display: none;
    width: 80%;
    margin-right: 0;
    height: 200px;
    overflow-y:auto;
  }
  nav ul ul {
       display:block;
       padding:0;
  }
  nav ul li:hover:nth-child(8) ul {
      position:static;
      box-shadow:none;
  }
  label[for="nav-trigger"]::before {
    font-family: "icomoon";
    content: "\e9bd";
    color: #fff;
    font-size: 2.5rem;
    transition: .15s;
    width: 4rem;
    float: right;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    cursor: pointer;
  }
  .nav-trigger:checked ~ .pull-right {
    display: block;
    background-color: #313a43; //#fff;
  }
  .nav-trigger:checked ~ .pull-right li {
    display: block;
    text-align: left;
  }
  .nav-trigger:checked ~ .pull-right a {
    width: 100%;
    display: block;

  }
  .nav-trigger:checked ~ .nav li:hover>ul {
    display: none;
  }
}

@media (min-width: 65rem) {
  .donate {
    /* background-color: #e3e4e5; */
    background-color: #676767;
    padding: 0.125rem 0.375rem 0.375rem 0.375rem;
    margin-left: 1rem;
    height: 2rem;
    
  }
  .donate:hover {
    background-color: #e3d58e;
    color: #333;
  }
}

footer {
    margin-top:15px;
    /* background-color: #414141; */
    background-color: #313a43
}

footer a {
  /* color: #bbb; */
  color: #c1c1c1;
}

footer a:hover {
  color: #e1e1e1;
  background-color: transparent;
}

footer  a:active {
  color: #959595;
  background-color: transparent;
}

footer h4 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: -1rem;
}

.copyright {
  color: #959595;
  margin-top: 2rem;
}

.social {
  color: #e1e1e1;
  width: 240px;
}

.social-icons {
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-left: -3rem;
}

.social-icons li {
  display: inline-block;
  margin: 0 0.5rem;
}

.social-icons nav a {
  color: #e1e1e1;
}

.nav-secondary ul li {
  display: inline-block;
  width: 45%;
}

.nav-secondary ul li::before {
  color: #bbb;
  content: "\203a  ";
}

.feature-card {

  font-size: 16px;
  color: #fff;
  margin-bottom:5px;
}

.feature-card li {
  margin-left: -1.5rem;
}

.feature-card hr {
  color: #fff;
  margin: -18px 0 25px 0;
  border-top: none;
}

.feature-card-left {
  background: linear-gradient(0deg, #393939, #505050)
}

.feature-card-right {
  background: linear-gradient(0deg, #2977af, #3690d0)
}

.release,
.download-info {
  background-color: #fff;
  border: 1px solid #aaa;
}

.release {
  padding: 2rem;
}

.release li {
  list-style-type: none;
}

.release .fa {
  margin-right: 1rem;
}

.release-date {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 95%;
}

.download-info {
  padding: 3rem 2rem;
}

@media (max-width: 991px) {
  .download-info {
    margin-top: 4rem;
  }
}

.community-card {
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 30px;
  font-weight: 400;
  border-bottom: 4px solid #468cbf;
  width: 30%;
  margin: 1.5% 1.5%;
  height: 30rem;
}

@media (max-width: 1200px) {
  .community-card {
    height: 32rem;
  }
}

.features-title {
    margin-left:-15px;
}

@media (max-width: 991px) {
  .community-card {
    width: 100%;
    margin: 40px 0;
    height: auto;
  }
  .features-title {
    margin-left:0px;
    }
}

.community-card h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight:bold;
    font-size: 24pt;
  text-transform: none;
}

/* Compensate for the community card margins */
.community-card img {
  margin: -30px -30px 0 -30px;
  width: calc(100% + 60px);
}

::-moz-selection {
  background-color: #468cbf;
  color: #fff;
}

::selection {
  background-color: #468cbf;
  color: #fff;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  background-color: #f2f2f2;
  color: #333;
  font-size: 24px;
  line-height: 35px;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #ff6600; //#468cbf;
  font-weight: 400;
  transition: .15s;
}

a:hover {
  color: #ff8939; //#225f9a;
}

a:active {
  background-color: #d3d4d5;
}


.social a {
  /* color: #bbb; */
  color: #c1c1c1;
}

.social a:hover {
  color: #e1e1e1;
  background-color: transparent;
}

.social  a:active {
  color: #959595;
  background-color: transparent;
}

.flex-center {
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 124px;
}

.intro-title {
  margin-top: 2rem;
  margin-bottom: 15px;
  color: #4789bc;
  font-size: 32px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
}

.news-section h1,.news-section h2 {
  color: #468cbf;
}

.news-section li {
  text-align: left;
}
.news-section img {
    max-width:100%;
}

.date-big {
  color: #adabb0;
  font-size: 72px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
}

.date-small {
  font-family: "Roboto Condensed", sans-serif;
  font-size:18px;
  font-weight:lighter;
}

.text-center {
  text-align: center;
}

.file-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.file-list li {
    line-height:32pt;
}

.no-pad {
  padding: 0 !important;
}

.ov-hide {
  overflow: hidden;
}

img.full {
  height: 100%;
}

.feature {
  padding: 0;
  position: relative;
}

.align-bottom {
  padding: 20px 40px 0px 40px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}

.align-bottom h3 {
  margin:0;
  text-shadow: 2px 2px #000;
  font-size:18px;
}
.align-bottom p {
    padding:0;
    margin:0;
    font-size:14px;
}

.pagination {
  margin:0;
  padding:0;
  padding-top:20px;
}

.pagination li{
  list-style-type:none;
  float:left;
}

.pagination li a {
  display:block;
  padding:10px;
  margin:1px;
  line-height:0.5;
  background:#e3e4e5;
}

.pagination li a:hover {
  background:#ececec;
}

.pagination li.active a {
  background:#468cbf;
  color:#ececec;
}

.call-to-action {
    padding:40px;
  text-align: center;
}
.main-title {
    line-height:49pt;
}

.call-to-action p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}
.news-item {
    margin-bottom:30px;
}
.download-header {
    color:#4789BC;
    font-size: 24px;
}
.bottom-border {
    padding-bottom:30px;
        border-bottom:1px solid #adabb0;
}

.store-widget {
  display: inline;
margin-right: 0;
}


.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }


.grow2 {
    overflow:hidden;
    background-size:1280px 720px;// 450px 450px;
  //background-position:0px 0px;
    background-position: center;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
}

.grow2:hover {
  background-size:1408px 792px; //550px 550px;
  //background-position:-50px -50px;
}

svg {
  fill: currentColor;
}

.blogger-icon {
  background-size:50px 50px;
  background-image: url("blogger.svg");
  height: 50px;
  width: 50px;
}

.parallax-bg {
    /* parallax */
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-kickstarter {
    background-color: #313a43;
    height: 26rem;
    padding: 3rem 0 3rem 0
}

.jumbotron-default-bg {
    background-image: url('bg-1.jpg');
}

.jumbotron-dog-fight-bg {
    background-image: url('https://steamcdn-a.akamaihd.net/steam/apps/362370/ss_c8cbb86520cc3b5c1ea4d411dd6287e13d8e744e.1920x1080.jpg?t=1529892962');
}

.jumbotron-trains-and-things-bg {
    background-image: url('https://steamcdn-a.akamaihd.net/steam/apps/878030/ss_29fb919f835a8649a26516b9225b2966ee9b4f3b.1920x1080.jpg?t=1578537942');
}

/* Use this id on stuff we dont want to display on mobile/low res devices */
@media only screen and (max-width: 768px) {
    .jumbotron-default-bg {
        background-image: url('bg-1-thumb.jpg') !important;
    }
    
    .jumbotron-dog-fight-bg {
        background-image: url('https://cdn.akamai.steamstatic.com/steam/apps/362370/ss_c8cbb86520cc3b5c1ea4d411dd6287e13d8e744e.600x338.jpg?t=1456347581') !important;
    }
    
    .jumbotron-trains-and-things-bg {
        background-image: url('https://steamcdn-a.akamaihd.net/steam/apps/878030/ss_7253eb54282375ad2b9ff63774585e402375dcc4.600x338.jpg?t=1558071574') !important;
    }
}


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

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

img {
    max-width:100%;
    max-height:100%;
}

video {
    max-width:100%;
    max-height:100%;
}

article {
 text-align: right  
}



#slide-container {
  //width: 100%;
  width: 585px; /* width of md-6 */
  height: 450px;
  //background-color: yellow;
  overflow: hidden;
}

.panel {
  position: relative;
  left: 0px;
  width: 200%;
  height: 100%;
  text-align: right;
  float: left;
  overflow: hidden;

  transition: left 1s;
  -webkit-transition: left 1s;
}


.move-panel {
  left: -585px;
}

 @media (max-width: 991px) {
  .move-panel {
    left: -270px;
  }
}



#left-panel {
  //background-color: blue;
  left: 0px;
}

#right-panel {
  //background-color: red;
}

/*
.row {
  display: flex;
  margin: 0;
}

.column {
  flex: 50%;
}
*/