:root{
    --primer-color:#5320fc;
    --segundo-color:#0077ff;
    --tercer-color:#5320fc;
}

.bg-featured{
    background: url(../images/featured-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.positionMenu{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.bg-estimates{
    background: var(--primer-color);
}
.bg-phone{
    background: var(--segundo-color);
}
.bg-experience{
    background: var(--tercer-color);
}
.item-canvas{
    display: block;
    padding: 15px 10px;   
    color: white;
}
.bg-offcanvas{
    background-color:  var(--tercer-color);
}
.item-canvas:hover, .item-active{

    background-color: var(--segundo-color);;
    color: white;
}

.menu-canvas li ul{
    display: none;
    background-color: var(--primer-color);
}
.menu-canvas li:hover ul{
    display: block;
}

.bg-header-about{
    background: url(../images/slideshow1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    position: relative;
    color: white;
}
.bg-header-gallery{
    background: url(../images/slideshow2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    position: relative;
    color: white;
}
.bg-header-contact{
    background: url(../images/slideshow3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    position: relative;
    color: white;
}
.overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(1, 157, 218, 0.678);
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
}