@charset "utf-8";
/* CSS Document */

.col-centered {
    float: none;
    margin: 0 auto;
}
.navbar-inverse {
    background: rgba(0, 205, 150, 0.9) none repeat scroll 0 0;
    border: medium none;

}
.navbar-brand { padding:5px; }
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a { color:#FFF; }

#home {
    background: #000 url("../images/home1.jpg") no-repeat scroll center center / cover ;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

h1, h2, h3 { font-family:"Dosis",Segoe, "Segoe UI", Verdana, sans-serif;}

.home-block {
    margin: 20% 0 0;
}
#home h1 {
    color: #FFF; font-size:60px; 
}
#home h3 {
    color: #00CC99; font-size:48px; 
}

#coa { padding:100px 0; background:#EEE;  }
#coa h1 { font-family: 'Lobster', cursive; color:#663300; font-size:42px;}

#aboutus {
    background: #000 url("../images/about.jpg") no-repeat scroll center center / cover ;
	background-attachment:fixed;
    width: 100%;
}

#about {
    overflow: hidden;
    width: 100%;

}

#products {
    background: #000 url("../images/product.jpg") no-repeat scroll center center / cover ;
	background-attachment:fixed;
    width: 100%;
}


.pagehead { border-bottom:2px solid #00cc99; color:#00cc99; font-family:"Dosis", Segoe, "Segoe UI", Verdana, sans-serif; margin-bottom:15px;   }
.page { background:#FFF; margin:40% auto 100px auto; padding:1px 15px 15px 15px; text-align:justify  }

.w-form {
    margin: 0 0 15px;
}
.w-form-done {
    background-color: #dbffd1;
    display: none;
    padding: 10px;
}
.w-form-done-show {
    display: block;
}
.w-form-fail {
    background-color: #ffdede;
    display: none;
    margin-top: 10px;
    padding: 10px;
}
.w-form-fail-show {
    display: block;
}
.w-input, .w-select {
    background-color: #00cc99;
    border: 1px solid #00cc99;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
}
.w-input:-moz-placeholder, .w-select:-moz-placeholder {
    color: #666;
}
.w-input::-moz-placeholder, .w-select::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.w-input:focus, .w-select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
    background-color: #eeeeee;
    cursor: not-allowed;
}
textarea.w-input, textarea.w-select {
    height: auto;
}
.w-select[multiple] {
    height: auto;
}
.w-button {
    background-color: black;
    border: 0 none;
    color: white;
    display: inline-block;
    line-height: inherit;
    padding: 12px;
}
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.btn { background:#00cc99; }
.img-center {margin:0 auto; } 

.product-set { margin:50px 0; }
.producthead { color:#00CC99; font-size:30px; font-family:"Dosis",Segoe, "Segoe UI", Verdana, sans-serif;  }


footer { padding:10px 0; background:#fff; }
footer .copyright { text-align:left; }
footer .social { text-align:right; }