/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
	font-family: "Open Sans", sans-serif;
}

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

.navbar-inverse {
  background-color: #009933;
  border-color: #080808;
}

.navbar-inverse .navbar-nav>li>a {
    color: #003311;
	font-weight: bold;
}

.navbar-nav > li > a {
	text-align: right;
}

.navbar-brand {
  padding: 5px 5px;
 }

.text-center {
  text-align: center;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

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

.img-hover:hover {
    opacity: 0.8;
}

h1 {
	font-size: 50px;
}

#destaque {
    color:white;
    text-align:center;
	font-weight: bold;
    background-color:#009933;
}

#destaque h1 {
	font-family: 'Roboto Slab', serif;
    margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}

.btn-default {
	background: url("../images/bg2.jpg");
	color:#fff;
 }

 .panel-heading {
	background: url("../images/bg.jpg");
	color:#fff;
}
 
 
/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-caption {
  color: #009933;
  bottom: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  
}

/* Top Pages */
#coopbraun-hero {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
  height: 30%;
  z-index: 10;
  background: #668cff;
  overflow: hidden;
}
#coopbraun-hero .coopbraun-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #3b3d40;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #coopbraun-hero {
    padding-top: 2em;
    padding-bottom: 2em;
    height: inherit;
  }
}


/* 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 print {
   .carousel-item { 
     display: block !important;
     opacity: 1 !important;
   }

}

@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%;
    }
	
}

@media screen and (max-width: 768px) {
    h1 {
        font-size:24px;
    }
}
 
@media screen and (max-width: 568px) {
    h1 {
        font-size:2em;
    }
}

.panel-body p{
  text-align:justify;
}

