/*!
 * Start Bootstrap - Grayscale v1.1.0 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  width: 100%;
  height: 100%;
  /*font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Arial Narrow", sans-serif;
  color: white;
  background-color: #171814;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  /*text-transform: uppercase;*/
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
h2 {
  font-size: 36px; 
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
details {
  font-size: 18px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
  details {
    font-size: 20px;
  }
}
a {
  color: #FAC74A;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #FAC74A;
}
.light {
  font-weight: 400;
}
.pwiz-orange {
  color: #FAC74A;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Arial Narrow", sans-serif;
  background-color: #171814;
  font-size: 18px;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  /*-webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;*/
  line-height: 30px;
  font-weight: bold;
}
.navbar-custom .nav li a:hover {
  color: #FAC74A;
  outline: none;
  background-color: #653990;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: #653990;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
.dropdown-toggle {
  cursor: pointer;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #171814;
}
.open > .dropdown-toggle {
  color: white;
}
.dropdown-menu-custom {
  background-color: #4B4B4B;
  font-size: 18px;
  min-width: 148px;
}
.dropdown-menu-custom > li > a {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    /*padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;*/
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #171814;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 767px) {
  .navbar-custom .nav li a {
    line-height: 20px;
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: #171814;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
  margin-bottom: 0;
}
.intro .intro-body .intro-text {
  font-size: 24px;
}
@media (min-width: 768px) {
  .intro {
    height: 50%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 40px;
  }
}
.btn-circle {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  padding: 5px 11px;
  border: 1px solid white;
  border-radius: 100% !important;
  font-size: 28px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .btn-circle {
    width: 70px;
    height: 70px;
    padding: 7px 16px;
    border: 2px solid white;
    font-size: 40px;
  }
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #FAC74A;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding: 50px 0;
  text-align: center;
}
.content-section h2 {
  border-bottom: 2px solid #FAC74A;
}
@media (min-width: 768px) {
  .content-section {
    padding: 100px 0;
  }
}
.btn {
  text-transform: uppercase;
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  width: 160px;
  margin-bottom: 25px;
  border: 1px solid white;
  color: white;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #653990;
  outline: none;
  color: #FAC74A;
  background-color: #653990;
}
/* TODO: make color slide to next button and features slide */
.btn-selected {
  border: 1px solid #653990;
  color: #FAC74A;
  background-color: #653990;
}
.btn-custom {
  text-transform: none;
  font-size: 24px;
  display: block;
  border: 1px solid white;
  color: white;
  background-color: transparent;
  width: 150px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .btn-default {
    margin-bottom: 35px;
    border: 2px solid white;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-selected {
    border: 2px solid #653990;
  }
  .btn-custom {
    font-size: 40px;
    width: 300px;
    border: 2px solid white;
  }
}
.btn-custom:hover,
.btn-custom:focus {
  outline: none;
  color: #FAC74A;
  background: rgba(255, 255, 255, 0.1);
} 
.show-features {
  display: block;
}
.hide-features {
  display: none;
}
footer {
  padding: 25px 0;
  background-color: #653990
}
footer h3 {
  color: #FAC74A;
  margin-bottom: 15px;
}
footer p {
  margin: 0;
}
footer > div > p {
  font-size: 16px;
}
footer .row p {
  margin: 0 0 15px;
}
#sourceforge-banner {
  width: 100%;
  background-color: #171814;
  text-align: center;
}
@media (min-width: 768px) {
  footer > div > p {
    font-size: 18px;
  }
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.license-iframe {
  width: 100%;
  flex-grow: 1;
  border: none;
  margin: 0;
  padding: 55px 0 0 0;
  background: white; /* override body background so it doesn't make black on black for plain txt license sources */
}
.row-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding-left: 5px;
  padding-bottom: 5px;
}
.console-help {
  font-size: 14px;
  line-height: 1;
  text-wrap: balance;
  width: min(98%, 80em);
}
a.heading {
  scroll-margin-top: 70px;
}