﻿body{
		/*background-image: url('../images/background.jpg');*/
}
/* This color is used for the offset color for text. should be same as the border colors at the bottom */
.text-site {
    color: #DCBC79;
}

/* color behind text on home page */
.tagline {
background: rgba(250, 249, 247, 0.80);
}

.features .icon-box .icon-wrapper {
	background: #7D2D6E;
}

.features .icon-box:hover .icon-wrapper {
	background: rgba(0, 0, 0, 0.41);
	border-color: rgba(100, 31, 70, 0.50);
}

.navbar-inverse {
    background-color: #347854;		 /* background color of the header */
    border-bottom: 5px solid #DCBC79; /* Border color */
}

.navbar-inverse .navbar-nav>.active>a
{
	border-bottom: 3px solid #DCBC79;
}

#footer-top {
	border-top: 5px solid #DCBC79;
}
.white-background {
	background-color: white;
}
/*.thumbnail > img {
	width: 400px;
}*/
.show-img {
    bottom: 0;
 }
.show-img-container {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
	text-align: center;
}
@media(min-width:1080px)
{
	.show-img{
		height: 100%;
	}
}