body{
    /* font-family: 'Jomolhari', serif; */
    font-family: 'Quicksand', sans-serif;
}
.firstSection{
    background: url("../images/firstSection.png")  fixed no-repeat;
    background-size: 100% 70%;
    height: 70%;
}

.thirdSection{
    padding: 2%;
    background:lightgray;
}
.carousel-inner > .item{
    height: 80%;
}
.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    font-size: 30px;
    z-index: 0;
}

.navbar-toggle {
    z-index:3;
}
.navbar{
    background: transparent;
}
.navbar-default{
    border:none;
    border-bottom: white solid 1px;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #e7e7e700;
    z-index: 10;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
z-index: 10;
}

.carousel-caption{
    bottom: auto;
    top: 10%;
    left: 0;
    padding: 0;
}

.carouselText{

    background: rgba(0, 0, 0, 0.5);
    margin: 20px 10%;
    max-height: 100%;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    width: 40%;
    height: 50%;
    bottom: 10%;
    position: absolute;
    
   

}
.pCarousel{
    width: 90%;
    margin:auto 5% ;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
min-width: auto;
width: 100%;
height: 100%;
}

.carousel-indicators .active{
    background-color: #000;
}
.carousel-indicators li {
    border-color: green;

}

.carousel-inner > .item {
    height: 50em;
}

.clients img{
    
    width: 50%;
  
}
.centerTitle{
    border-bottom: green 2px solid;
    margin: 2% auto 5%;
    display: inline-block;
   
   
}
.contactUs{
    height: fit-content;
    padding: 3%;
}
.footer{
    height: fit-content;
    padding:1em;
    background: steelblue;
}
.input-group[class*="col-"]{
    float: left;
    margin: 0.5em 1em;
}

.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin:0 auto;
}
.navbar-toggle {
    z-index:3;
}
.img-responsive{
    height: 50%;
    width: 50%;
    margin: auto;
}
.productSection{
    background-color: lightgrey;
    padding: 20px;
}


.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.btn-default:hover {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
.navbar-right {
    padding: 10px;
}
.fa{
    font-size: 1.5em;
}
.btn-default:active, .btn-default:focus,.btn-default:visited, .btn-default:link {
    background-color: transparent;

}
.coverMenu{
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    padding: 5%;
    z-index: 5;
    display: none;
}
.coverMenu a{
    font-size: 1.7em;
    font-weight: bolder;
    letter-spacing: 3px;
    margin: 1em auto ;
    display: block;
    color: black;
    text-align: center;
}
.fa-times{
    font-size: 3em;
    position: fixed;
    left: 1em;
    top: 1em;
    color: white;
    

}
.fa-times:hover{
    cursor: pointer;
}
#search{
    background: transparent;
}
.product:hover{
    cursor:pointer;
}
.production{
    padding:2em;
}
.production div div img{
    margin: 1em;
}