html,
body {
    height: 100%;
    font-size: 16px;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-image: url("../img/fibers.png");
    background-color: #e3e0d6;
    color: #473b3a;
}
.dkgreen {
    color: #056839;
}
.mdgreen {
    color: rgb(107, 124, 46);
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 10px;
    font-size: 22px;
    border-left: 5px solid #473b3a;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.navbar-brand {
    padding: 0px;
  }
  .navbar-brand>img {
    height: 100%;
    padding: 12px;
    width: auto;
  }
.navbar {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.4);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.4);
}
.navbar-nav {
    font-size: 14px;
}
.img-portfolio {
    margin-bottom: 30px;
}

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

/* 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 {
    text-shadow: none;
    background-color: rgba(71, 59, 58, 0.80);
    border: 1px solid #8f8f8f;
    padding: 20px;
    padding-bottom: 40px;
    color: rgb(255, 255, 255);
}



.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #afd779;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #afd779;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
/* Button Styles */
.btn-green { 
    color: #E3E0D6; 
    background-color: #056839; 
    border-color: #0C4A2D; 
  } 
   
  .btn-green:hover, 
  .btn-green:focus, 
  .btn-green:active, 
  .btn-green.active, 
  .open .dropdown-toggle.btn-green { 
    color: #E3E0D6; 
    background-color: #085431; 
    border-color: #0C4A2D; 
  } 
   
  .btn-green:active, 
  .btn-green.active, 
  .open .dropdown-toggle.btn-green { 
    background-image: none; 
  } 
   
  .btn-green.disabled, 
  .btn-green[disabled], 
  fieldset[disabled] .btn-green, 
  .btn-green.disabled:hover, 
  .btn-green[disabled]:hover, 
  fieldset[disabled] .btn-green:hover, 
  .btn-green.disabled:focus, 
  .btn-green[disabled]:focus, 
  fieldset[disabled] .btn-green:focus, 
  .btn-green.disabled:active, 
  .btn-green[disabled]:active, 
  fieldset[disabled] .btn-green:active, 
  .btn-green.disabled.active, 
  .btn-green[disabled].active, 
  fieldset[disabled] .btn-green.active { 
    background-color: #056839; 
    border-color: #0C4A2D; 
  } 
   
  .btn-green .badge { 
    color: #056839; 
    background-color: #E3E0D6; 
  }
  .btn-brown { 
    color: #E3E0D6; 
    background-color: #473B3A; 
    border-color: #383130; 
  } 
   
  .btn-brown:hover, 
  .btn-brown:focus, 
  .btn-brown:active, 
  .btn-brown.active, 
  .open .dropdown-toggle.btn-brown { 
    color: #E3E0D6; 
    background-color: #635857; 
    border-color: #383130; 
  } 
   
  .btn-brown:active, 
  .btn-brown.active, 
  .open .dropdown-toggle.btn-brown { 
    background-image: none; 
  } 
   
  .btn-brown.disabled, 
  .btn-brown[disabled], 
  fieldset[disabled] .btn-brown, 
  .btn-brown.disabled:hover, 
  .btn-brown[disabled]:hover, 
  fieldset[disabled] .btn-brown:hover, 
  .btn-brown.disabled:focus, 
  .btn-brown[disabled]:focus, 
  fieldset[disabled] .btn-brown:focus, 
  .btn-brown.disabled:active, 
  .btn-brown[disabled]:active, 
  fieldset[disabled] .btn-brown:active, 
  .btn-brown.disabled.active, 
  .btn-brown[disabled].active, 
  fieldset[disabled] .btn-brown.active { 
    background-color: #473B3A; 
    border-color: #383130; 
  } 
   
  .btn-brown .badge { 
    color: #473B3A; 
    background-color: #E3E0D6; 
  }


/* 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;
}
/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 50%;
}

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

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/* Footer Styles */

footer {
    background-color: #473b3a;
    color: #E7E4DB;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.copyright {
    background-color: #302827;
    color: #E7E4DB;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 12px;
}
/* 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%;
    }
}



/*
 * Card component
 */
 .card {
    background-color: rgba(71, 59, 58, 0.80);
    border: 1px solid #8f8f8f;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    color: #e3e0d6;
}
.login-icon {
    text-align: center;
    color: #e3e0d6;
}
.form-control:focus {
    border-color: #085431; 
    box-shadow: inset 0 1px 1px rgba(42, 221, 137, 0.075), 0 0 8px rgba(8, 84, 49, 0.6);
  }
