body {
    background-color: #3a6e02;
}

.mainBody {
    background-color: white;
    
}

@media (min-width: 750px) {

    .mainBody {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

#navbar {
}

}

.nav li a {
    color: black;
}

.nav li a:focus, .nav li a:hover {
    background-color: #3a6e02;
    color: white;
}

.therapyMain {

}

.therapyImage {
    width: 263px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.therapyContainer p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 9pt;
}

.therapyContainer h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.therapyContainer > a {
    float: left;
}

.therapyContainer a {
}

footer {
    padding: 10px;
    text-align: center;
}



.imageLeft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.social {
    display: inline-block;
    height: 48px;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 50px;
}

.social a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}

.social:hover {
    cursor: pointer;
}

@media (min-width: 750px) {
    
    .social {
        width: 48px;
        position: fixed;
        right: 0;
        top: 50px;
    }

    .social:hover {
        width: auto;
        background-color: white;
        padding-right: 20px;
        font-weight: bold;
    }

    .socialFacebook {
        top: 50px;
    }

    .socialLinkedIn {
        top: 100px;
    }
	
	.socialPinterest {
        top: 150px;
    }

    .socialPinterest2 {
		width: 48px;
        position: fixed;
        right: 0;
        top: 200px;
    }

}



/* bootstrap override */

.navbar-toggle {
    background-color: #81b61d;
    float: none;
}

.icon-bar {
    background-color: white;
}

.navbar-header {
    text-align: left;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #646464;
    color: white;
}






