/* Space out content a bit */
body {
  padding-top: 30px;
  padding-bottom: 10px;
  background-repeat: repeat-x;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar {
   background-color: transparent;
   background: transparent;
   border-color: transparent;
}

.logo {
  display: inline-block;
}

.navbar li { color: #000; } 

#nav li a { color: white; }

#nav li a:hover:after {
    content: "";
    display: block;
    width: auto;
    border-bottom: 2px solid;
    margin: 0px auto;
    color: #ff8000;
}



p {
    text-align: justify;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.banner {
  padding: 2% 10px 0 10px;
}

.img-banner {
  position: relative;
  margin-bottom: 2%;
}

.btn-default {
  
  position: absolute;
    color: #e39b2d;
    background-color: #220400;
    border-color: #e39b2d;
    left: 10px;
    bottom: 10px;
    width: 200px;
    height: 50px;
    padding-top: 11px;
    font-size: 17px;
  }

  .btn-default:hover {
  position: absolute;
  color: #220400;
    background-color: #e39b2d;
    border-color: #220400;
   right: 10px;
    bottom: 10px;
  }

  .btn-default:focus {
  position: absolute;
  color: #e39b2d;
    background-color: #220400;
    border-color: #e39b2d;
   right: 10px;
    bottom: 10px;
  }

.therapedic-body {
  background: white;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.therapedic-body h4{
  font-size: 17px
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.marketing a {
  text-decoration: none;
}

.marketing ul {
  list-style-type: none;
}

.marketing li {
  text-align: left;
}

.footer {
  font-size: small;
}

@media only screen and (max-width: 970px) {
  #nav {
    margin: 0 0 0 0;

  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 10px;
}