h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', serif;
  margin: 0 0 25px;
  line-height: 1.4;
  font-weight: 400;
  color: #111;
}
h3 {
  font-size: 26px;
}
.navbar-brand{
       z-index: 101;
}
.navbar-brand img {
    height: 100px; /* Make the logo fill the navbar height */
 
}
        /* Centering the logo and navigation on desktop */
        @media (min-width: 992px) {
            .navbar-nav {
                margin-left: auto;
                margin-right: auto;
            }
            .navbar-brand {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
            }
            .navbar {
    height: 120px; /* Set this to be at least the height of your logo */
    padding: 0; /* Remove default padding */
    z-index: 100
}
        }
        /* Aligning logo to the left and hamburger menu to the right on mobile */
        @media (max-width: 991.98px) {
            .navbar-brand {
                position: static;
                transform: none;
            }
            .navbar-nav {
                text-align: center;
            }
            .navbar-brand img {
    height: 50px; /* Make the logo fill the navbar height */
}
       .navbar {
    height: 80px; /* Set this to be at least the height of your logo */
}
        }
        /* Custom height for the slider */
        .carousel-item img {
            /*height: 500px;  Adjust this value as needed */
            object-fit: cover;
            width: 100%;
        }
        
        .navbar-custom .navbar-nav > li > a {
  letter-spacing: 1px;
  font-size: 16px;
  color: #333;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar-custom .navbar-nav > li > a:hover{color:red}

.navbar-collapse {
  z-index: 100;
  background: #fff;
}

a {
  color: #cf9c63;
}
a {
  /*color: #337ab7;*/
  text-decoration: none;
}
a {
  background-color: transparent;
}
.clearfix {
  overflow: auto;
}
.product-category-blocks{}
.product-category-blocks .product-category{
position: relative; float:left; 
width:33.33333333%; 
display:block; 
text-align:center; color:#fff; 
transition: all .2s ease-in;
}
.product-category-blocks .product-category img {opacity: .5;filter: alpha(opacity=80);  transition: all .2s ease-in;width: 100%}

.product-category-blocks .pink{ background:#AA004E;}
.product-category-blocks .blue{ background:#007FCA;}
.product-category-blocks .orange{ background:#DF5513;}
.product-category-blocks .teal{ background:#00A986;}

.product-category-blocks .overlay{padding: 27px; margin: 0;position: static;width: 100%; left: 5vw;bottom: 5vw; background:none;}
.product-category-blocks .overlay h2{
    font-family: 'Calibri', 'Source Sans Pro', serif;
	color:#fff; text-transform:uppercase; font-size:28px; line-height:28px; margin:0 0 13px 0;
}

.product-category-blocks .overlay h2 span{ display:block;}

.product-category-blocks .overlay .btn-primary{
  font-family: "rift"; font-size:16px;
  color: #fff;
  border-color: rgba(255,255,255,0.5);
  padding: 4px 24px;
  background: transparent;
  font-size: 18px;
  color: #fff;
  /*padding: 4px 14px;*/
  border-width: 3px;
  border-radius: 0;
}


.product-category-blocks .product-category:hover {
    z-index: 9;
    transform: scale(1.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
    cursor: pointer;
}

.product-category-blocks .product-category:first-child {
    /*transform-origin: left;*/
}

.product-category-blocks .product-category:last-child {
    transform-origin: right;
}

.product-category-blocks .product-category:hover img {opacity: 1;filter: alpha(opacity=100);}
.product-category-blocks .overlay h2 {

    font-size: 26px;
    line-height: 22px;
    /*text-align: left;*/

}



.footer {
    margin-top: 40px;
	padding: 70px 0;
	/*position: relative;*/
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
/*	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;*/
/*opacity: .8;*/
box-shadow: 0px 0px 8px 0px #d9d9d9;
}

.footer {
	background-color: #000;
	z-index: 2;
        color:#000
}

.footer { background-image:url('../images/footerback.jpg'); background-repeat: repeat; }
/*------------------------------------------------------------------
[Social Icons]
*/

.social-icons {
	text-align: center;
	list-style: none;
	margin: 0 0 35px;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin: 0 12px 0 12px;
}

.social-icons a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}

.social-icons a.facebook:hover {
	background: #3b5998;
}

.social-icons a.twitter:hover {
	background: #00aced;
}

.social-icons a.google-plus:hover {
	background: #dd4b39;
}

.social-icons a.flickr:hover {
	background: #ff0084;
}

.social-icons a.instagram:hover {
	background: #517fa4;
}

.social-icons a.foursquare:hover {
	background: #0072b1;
}

.social-icons a.dribbble:hover {
	background: #ea4c89;
}

.social-icons a.behance:hover {
	background: #1769ff;
}

.social-icons a {
	background: rgba(255, 255, 255, 0.1);
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin: 5px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.social-icons a:hover {
	color: #fff;
}

/*------------------------------------------------------------------
[ScrollUp]
*/

.scroll-up {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.scroll-up.scroll-top-show {
	visibility: visible;
	opacity: 1;
}

.scroll-up a {
	background: #ffffff;
	display: block;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #111111;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.scroll-up a:hover {
	background: #111111;
	color: #ffffff;
}

@media (max-width: 767px) {

	.scroll-up {
		display: none !important;
	}

}

/*------------------------------------------------------------------
[Forms]
*/

.form-control {
	/*border: 1px solid #eee;*/
	/*height: 42px;*/
	font-size: 14px;
	/*color: #aaa;*/
        border-radius: 0;
}
.form-group{margin-bottom: 15px;}

.form-control:focus {
	/*border-color: #ddd;*/
}

/* Form sizes */

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 47px;
	font-size: 15px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	height: 34px;
	font-size: 12px;
}
.round-0{border-radius: 0;}

.parallaxHeader {
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,.3);
  z-index: 1;
}

.parallaxHeader h1{color:#fff;position: relative;
    z-index: 2; }
.section.gray {
  background-color: #EDEEF3;
}
.section {
  padding: 80px 0;
  background-color: #fff;
}
.fs22 p {
  font-size: 18px;
  line-height: 1.3em;
}
p {
  margin-bottom: 25px;
}
p, div {
  font-family: 'Calibri', 'Source Sans Pro', serif;
}
p {
  text-align: justify;
}
.pb30 {
  padding-bottom: 30px !important;
}
.text-center{text-align: center;}
h4{margin-bottom: 5px;}
.pbox{box-shadow: 0px 0px 1px 1px #999;margin-bottom: 20px;text-align: center;padding: 10px;}
.pbox img{height: 200px;width: 100%;margin-bottom: 10px;}
.pbox h4{font-size: 18px;}
