﻿html {
    background: url(../Media/Images/main-bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    min-height: 100%;
    background: transparent;
}
p{
    font-size: 18px;
}
/******Header*******/

/* Added `.affix-top` class css when the element is top */
.navbar {
    margin-bottom: 0px;
}

.affix  {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    /*background: #000;*/
    background-image: url(../Media/Images/nav-bg.jpg);
    background-size: auto;
    background-repeat: repeat-x;
}

.affix .navbar-right .active a    {
    background-color: #333;
}

.affix #navLogo   {
    visibility: visible;
}

.affix-top {
     background: #333;
 }
.affix-top #navLogo   {
    visibility: hidden;
}
/* Added `.affix` class css when the element is >= 170px (Look: line 8 html) */
#navbar-main .affix {
     background: #333;
     top: 0;
     left: 0;
     right: 0;
 }
/* Added `.affix-bottom` class css when the element is footer */
#navbar-main .affix-bottom {
     background: red;
 }

.page-header {
    height: 120px;
    border-bottom: none;
}
header h1   {
    color: #fff;
    margin-top: 0px;
    padding: 10px;
    margin-left: 100px;
    font-family: 'Dancing Script', cursive;
}
header h4   {
    color: #fff;
    margin-top: 0px;
    padding: 10px;
    margin-left: 100px;
    font-family: 'Dancing Script', cursive;
}

.header-logo    {
    position: absolute;
    top: 0;
    left: 0;
}

/********Main Content*****/

.mainContent    {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuODUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.85) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.85) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(135deg,  rgba(255,255,255,0.85) 0%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#f4f4f4',GradientType=1 );
    min-height: 1000px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 3px 3px 4px #333;
    position: relative;
    z-index: 1;
}

.item img   {
    width: 100%;
}

.line  {
    width: 40%;
    height: 4px;
    border-bottom: 1px #760505 solid;
    border-top: 1px #760505 solid;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom:20px;
}

section  {
    padding-top: 100px;
    padding-bottom: 100px;
}


.completeService p{
    font-size: 18px;
}

.about img  {
    margin: 0 auto;
}

.about p{
    font-size: 18px;
}

.design {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.design h1  {
    color: #fff;
    text-shadow: 2px 2px 4px #333;
    padding-top: 100px;
    padding-bottom: 100px;

}

#testimonialsCarousel {
    background: url('../Media/Images/testimonials-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#testimonialsCarousel .item {
    height: 500px;
}

.share h2   {
     text-shadow: 2px 2px 4px #000;
    font-family: 'Dancing Script', cursive;

}
.share p   {
    color: black;
}

#brands {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#owlCarousel .item{
    margin: 3px;
    background-color: white;
}
#owlCarousel .item img{
    display: block;
    width: 100%;
    height: auto;
}

/******Footer*******/
footer  {
    color: #fff;
    padding: 10px;
}

footer h1 {
    color: #fff;
    margin-top: 0px;
    padding: 10px;
}

.vendorFilters  {
    margin: 20px auto;
}

.vendorFilters ul {
    display: inline-block;
    list-style-type: none;
    width: 90%;
}

.vendorFilters ul li    {
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 2px;
    cursor: pointer;
    margin: 5px;
}

.vendorFilters ul li:hover  {
    background: #e3e3e3;
    color: black;
}

.navactive {
    background: #760505;
    color: white;
}

.vendorImages   {
    background: white;
    border-radius: 2px;
    margin: auto;
}

.vendorImages img   {

    margin: 5px auto;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.vendorImages img:hover {
    transform: scale(1.1);
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

