﻿body {
    background-color: #e6e6e6;
}

header.default {
    background: #1a1a1a;
}


.page-head {
    background: #1a1a1a !important;
}


section.servizi-speciali {
    background-color: #1a1a1a;
}

.contatti-section {
    background: #1a1a1a;
    padding: 2em;
}

section.visitatori {
    background: #1a1a1a;
}


.gallery h3.section-title {
    color: #1a1a1a !important;
}

.gallery-archive.btn.border.white {
    border-color: #1a1a1a;
    color: #1a1a1a;
}

#megamenu {
    z-index: 400;
    position: fixed;
    width: 100%;
    min-height: 100% !important;
    height: 100% !important;
    left: 0;
    display: none;
    top: 0;
    background: rgba(26, 26, 26, 0.90);
}

.btn.border.blue {
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: #fff;
}


section.counter-area {
    background-image: url('/img/counter-bg.jpg');   
}

#myCarousel {
    background: #0b0b0b;
    padding-bottom:0px;
}
@media(min-width:1400px) {
    #myCarousel {
        margin-top: -2rem;
    }
}

@media(min-width:1700px) {
    #myCarousel {
        margin-top: -4rem;
    }
}