﻿
/*Header*/
.container-header {
    padding-left: 60px;
    padding-right: 60px;
}

.header-logo-gray {
    color: #494949;
}

.header-logo-black {
    color: black;
}

.header-logo-blue {
    color: #355c8d;
    /* color: #4e74a2;*/
    /*color: #6c8fb9;*/
}

/*End header*/

/*Footer*/
.footer {
    opacity: .5;
    content: "-";
    left: -.8125rem;
    top: .0625rem;
    bottom: 0px;
    width: 100%;
}

.footer-imgsize {
    width: 36px;
    height: 36px;
    margin-left: 8px;
}

.footer-font-white {
    --bs-text-opacity: 1;
    color: white !important;
}
/*End Footer*/

.footer_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 1200px) {
    .container-footer {
        bottom: 0px;
        width: 100%;
        height: 100%;
        background-image: url('../img/footer/img_background_blue_gradi.png');
        background-size: cover;
        padding-left: 65px;
        padding-right: 65px;
    }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
    .container-footer {
        bottom: 0px;
        width: 100%;
        height: 100%;
        background-image: url('../img/footer/img_background_blue_gradi.png');
        background-size: cover;
    }
}