.main{
  padding-top: 5em;
}
.section{
  padding: 2em 0em;
}
.img-steps {
  display: block;
  max-width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

a.nav-link {
  color: white !important;
}

a.nav-link:link, a.nav-link:visited {
  color: white !important;
}

a.nav-link:hover, a.nav-link:active {
  color: white !important;
}

.navbar-app {
  background-color: #FF9E0F;
  color: white;
}

.navbar-nav-app {
  margin-right: 1em;
}

.nav-app {
  margin-top: 1em;
  display: inline-block;
}

.img-balance{
  margin-left: auto;
  margin-right: auto;
}

.img-phone-display{
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.embed-half {
  display: block;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

.collapse-header{
  display: block;
  text-align: center;
  font-size: 2em;
  line-height: 2;
  font-weight: bold;
}

.well-transparent{
  background-color: inherit;
}

.big-bullets{
  text-align:left;
  line-height: 1.5;
  font-size: 1.25em;
}

.text-hero{
  font-size: 2em;
  line-height: 1.5;
}

.home-embed{
  margin-top: 2em;
}

.push-macbook{
  margin-top: 5em;
}

/* Tuner + Listen */
.tuner .slider-wrapper {
  border: 1px solid #E3E3E3;
  border-radius: 6px 6px 6px 6px;
  font-size: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  /* overflow:auto; */
  cursor: pointer;
}

.frequency-slider{
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.volume-container {
  display: inline-block;
  width: 140px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

#spectrum{
  background-color: white;
  width: 100%;
  height: 150px;
  /* margin-bottom: 20px; */
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.noUi-value-large{
  margin-top: 8px;
}

.card{
  display: block;
}
.card-content{
  padding-top: 1em;
  padding-bottom: 1em;
}

.alert-default{
  background-color: #999999 !important;
  color: white !important;
}

.payment-errors{
  color: #D8000C;
  font-weight: bold;
}

audio{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

/* 2 AFC tuner */
ul.button-2afc{
  list-style: none;
  clear:both;
}

ul.button-2afc li{
float:left;
  width:100px;
  margin-top:0px;
}

ul.button-2afc li:not(:first-child){
  margin-left:30px;
}

ul.radio-buttons-2afc{
  list-style:none;
  clear:both;
  margin-bottom:40px;
}

ul.radio-buttons-2afc li{
  float:left;
  width:80px;
  margin-top:0px;
  margin-left:15px;
}

ul.button-2afc li:not(:first-child){
  margin-left:10px;
}

ul.radio-buttons-2afc input{
  float:left;
}

.well-2afc {
  max-width: 500px;
}

 .well-2afc ul{
   padding: 0;
   list-style-type: none;
}

/* Spinner */
/* See: https://loading.io/css/ */
.spinner-lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.spinner-lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #444;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #444 transparent transparent transparent;
}
.spinner-lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.spinner-lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.spinner-lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}