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

/* Global Styles */

html,
body {
    height: 100%;
}

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

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
/*Begin:Armando*/
.navbar-brand{
	margin-left: 10px;
	color:gray !important;
}
.navbar-right a{
	transition: 0.8s;
	margin-right: 10px;
}
.navbar-brand:hover{
	color: #7f6d32 !important;
}
.navbar-right a:hover{
	color: #7f6d32 !important;
}
.dropdown-toggle
{
	color: gray !important;	
}
.dropdown-menu li a{
	color:gray !important;
}

/*End:Armando*/
/* Home Page Carousel */

header.carousel {
    height: 65%;
	background-color: #D6D6D6;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
header.carousel .fill {
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
	background-repeat:no-repeat;
	margin-top: 40px;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
#logo img {
max-width: 100%;
height: auto !important;
}
.fb-page{
	color: rgba(152, 146, 146, 0);
	
}
.font, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Courgette !important;

}
.font2{
	font-family: Droid Serif !important;
	color: #605327 !important;
}
.glyphicon{
	margin-left: 10px;
	color: #806D32 !important;
}
.distance{
	padding-top: 40px;
}
.disclaimer{
	font-size: 10px;
}
.message{
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.43);
	margin-bottom: 10px;
}


