﻿#sectionMainPage {
    margin-top: 10px !important;
}

#mainTitlePage {
    position: relative;
    padding: 20px;
    background-color: var(--colorLight);
    color: #aaa;
    text-align: center;
}

header {
    -webkit-box-shadow: 0 10px 6px -6px #cccccc;
    -moz-box-shadow: 0 10px 6px -6px #cccccc;
    box-shadow: 0 10px 6px -6px #cccccc;
}


.footer-nav-item li.nav-item a.nav-link {
color:white!important;
}


.parallax-window {
    min-height: 420px;
    background: transparent;
    margin: 0 -15px;
}

.img-logo-header {
    margin-left: -15px !important;
    height: 80px !important;
    max-height: 80px !important;
}


.carousel-item {
    height: 640px !important;
    max-height: 640px !important;
}


/* MOBILE TABLET RESPONSIVE */
@media (max-width: 992px) {
    #sectionMainPage {
        margin-top: 10px !important;
    }

    #header {
        background-color: var(--colorLight);
        margin-bottom: 10px;
    }

}

/* DESKTOP TABLET */
@media (min-width: 992px) {



}


.copyright-section, footer a { color:white!important;
}