/* Space out content a bit */
body {
  padding-top: 15px;
  padding-bottom: 15px;
  margin:0;
  background-color:#cacaca;
  font-size: 16px;
  background-image: url("img/light-stripe.png");
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.content {
  background-color: #fff;
  text-align: center;
}

.domains {
  padding-right: 15px;
  padding-left: 15px;
}

/* Spaceing page header */
.header {
  padding-bottom: 20px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .header, .content {
    box-shadow: 0px 0px 10px #888;
  }

  span.heading {
    border-radius: 5px;
  }

  div.domains {
    width: 75%;
  }
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Supporting content */
.content {
  margin: 15px 0;
  padding-bottom: 20px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .content {
    padding-right: 0;
    padding-left: 0;
  }
}

button{
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  margin: .25em .2em;
  color: #eee;
  font-size: 1em;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
}

button.active{
  background: #3e7178;
}

button:focus{
  outline: 0 none;
}

button:first-of-type{
  margin-left: 0;
}

button:last-of-type{
  margin-right: 0;
}
 
button:focus{
  outline: 0 none;
}

span.heading {
  width: 100%;
  font-size: 1.5em;
  display: inline-block;
  padding: 9px 0;
  background: #333;
  border: 0;
  margin: 32px 0 10px;
  color: #eee;
  font-weight: 300;
}

.variants {
  color: #000000;
}

.domains > div {
  border-bottom: 1px solid #999;
  height: 32px;
  line-height: 32px;
  text-align: left;
}

#Container .mix{
  display: none;
}

.affix {
  top: 0;
}
 
h3 {
  color:#444;
  font-size: 1.25em;
  text-align: center;
  padding: 0 20px;
}

div.domains {
  margin: auto;
}

.controlsContainer {
  width: inherit;
  margin-left:auto;
  margin-right:auto;
  margin-top:0 !important;
  z-index:999;
}

.controls{
  background: #333;
  padding: 6px 12px;
  text-align:center;
  width: inherit;
  margin: auto;
  color: #fff;
}

a {
  color: black;
  text-decoration: underline;
}