/*!
 * Start Bootstrap - Shop Item 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: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #006062;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #006062;
}

.navbar-inverse
{
	background-color: ##006062;
    border-color: #006062;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a
{
	color: white;
}
.navbar-inverse .navbar-toggle
{
	border-color: white;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
{
	background: #006062;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
	border-color: lightgray;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus
{
	background-color: #006062;
}
.main_heading_text
{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 200%;
	/*color: rgb(37, 98, 150);*/
	color:#3F729B;
	text-shadow:10px 15px 9px;
}
.main_heading_well
{
	/*background-image: url("../images/well-bg1.jpg");*/
	background: #fafafa;
	text-align: center;
}
ul, ol
{
	padding-left: 16px;
}
.in-active
{
	cursor: default;
}
.activated
{
	color: #039EA9 !important;
}
.intro_block
{
}
footer
{
	background: #006062;
	text-align: center;
	padding: 10px;
}
footer p
{
	color: white;
	padding-top: 7px;
}
.col-md-6
{
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}
.logo
{
	background: white;
	padding: 9px;
	position: relative;
    right: 2%;
    top: 5px;
    border-radius: 7px;
    border:1.5px dashed lightgray;
}