/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 125px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 700px;
    background-image: url('../images/couch5.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
}
.business-header-gradient {
           /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%), url('../images/couch5.png') no-repeat; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%), url('../images/couch5.png') no-repeat; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%), url('../images/couch5.png') no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
    min-height: 700px;
}

.business-header-small{
     background: url('../images/couch_130.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 5px #fff;
    color: #5D6157;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    margin-top: 40px;
    }

.img-center {
    margin: 0 auto;
}


.therapy-list {
    padding-top: 10px;
    width: 450px;
    margin: 0 auto;

}

 ul.therapy-list li {
    font-size : 12px; 
    margin-bottom: 2px;
    display: block;
    width: 400px;
    height: 50px;
    line-height: 50px;
    background-color: RGBA(228, 228, 228, 0.26);
    border-radius: 15px;
    text-align: center;
}

footer {
    margin: 50px 0;
}

dfn{
    font-style: normal;
    font-size: 16px; 
}

#family h4{
    margin-bottom: 0px;
}

#couples h4{
    margin-bottom: 0px;
}

#therapyContainer img {    
         border: 1px solid #FFCB05    
}

#therapyContainer h2{
    background-color: rgb(255, 203, 5); 
    padding: 15px; 
    text-align: center; 
    margin: 0px auto; 
    border-radius: 10px;
}