h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue","Open Sans",Arial,sans-serif;
}

body { 
    background-image: url('/img/bg-small.jpg');
    background-repeat: no-repeat;
//    background-attachment: fixed;
background-size: cover;
margin-bottom: 30px;
}

.nav > .social-links > a {
  display: inline-block;
}

.navbar-bold {
    font-weight: bold;
}

#about-carousel {
  
}

.carousel-caption {
  font-style: italic;
  background-color: white;
  color: black;
  padding: 5px;
  border-radius: 10px;
}

.later-price {
  color: red;
  text-decoration: line-through;
}

#section-home {
  padding-bottom: 25px;
  border-bottom: 1px dashed #ddd;
}

#section-preorder {
  padding-bottom: 25px;
  border-bottom: 1px dashed #ddd;
}

#section-about {
  padding-bottom: 25px;
  border-bottom: 1px dashed #ddd;
}

#section-footer {
  text-align: center;
  font-style: italic;
  margin-top: 20px;
  padding-bottom: 20px;
}

#container-full {
  background-color: #f8f8f8;
  padding-top: 15px;
  border-radius: 70px;
  padding: 30px;
}

#founders-img {
  width: 100%;
  padding-bottom: 10px;
}

#founders-info {
  displaY: block;
}

#intro-what {
  display: block;
  font-size: 18px;
}

li.important {
  text-align: justify;
  text-decoration: underline;
}

.preorder-indent {
  padding-left: 40px;
  padding-right: 40px;
}

.preorder-info {
//  height: 25em;
}

.preorder-price {
  padding-bottom: 40px;
  text-align: center;
  font-size: 1.6em;
//  bottom: 0px;
}