.footer a {color: rgba(248,248,250, 1)}
.footer a:visited {color: rgba(248,248,250, 1);}

footer { margin-bottom: 0; }


.footer {
margin-bottom: 0;
color: rgba(248,248,250, 1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
padding-top: 2.6rem;
padding-bottom: 1.3rem;
}

.logo-text {
width: 200px;
padding: 3px;
-o-object-fit: scale-down;
   object-fit: scale-down;
display: block;
}

.footer-text {
text-align: center;
}

.footer-text p {
font-size: 1.2rem;
line-height: 1.5;
font-weight: normal;
}

.footer-text h2 {
font-size: 1.5rem;
line-height: 1.8;
}

.footer-bottom{
margin-bottom: 0;
color: rgba(248,248,250, .7);
text-align: center;
padding-bottom: 1.3rem;
font-size: .8rem;
line-height: 1.2;
font-weight: normal !important;
}

@media screen and (max-width: 450px) {
    .footer-text h2 {
        font-size: 1.25rem;
        line-height: 2;
        font-weight: 400 !important;
        font-family: "Ubuntu", sans-serif !important;
        }

    .footer-text p {
        font-size: 1.1rem;
        line-height: 1.5;
        font-weight: normal;
        }

    .logo-text {
        width: 150px;
        padding: 3px;
        -o-object-fit: scale-down;
           object-fit: scale-down;
        display: block;
        }

    .footer-bottom{
        font-size: .65rem; 
    }
}

@media screen and (max-width: 999px) {
    footer {
        background: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21,193,229, .25)), to(rgba(21,193,229, .8)));
        background-image: -webkit-linear-gradient(rgba(21,193,229, .25), rgba(21,193,229, .8));
        background-image: -moz-linear-gradient(rgba(21,193,229, .25), rgba(21,193,229, .8));
        background-image: -o-linear-gradient(rgba(21,193,229, .25), rgba(21,193,229, .8));
        background-image: linear-gradient(rgba(21,193,229, .25), rgba(21,193,229, .8));
    }

    
    .footer { padding-top: 2rem; } 
}





@media screen and (min-width: 1000px) {

    .footer .blue {
        color: rgba(251, 251, 252, 1);
    }

footer {
    margin-bottom: 0;
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 56, 56, .7)), to(rgba(21,193,229, .5)));
    background-image: -webkit-linear-gradient(rgba(52, 56, 56, .7), rgba(21,193,229, .5));
    background-image: -moz-linear-gradient(rgba(52, 56, 56, .7), rgba(21,193,229, .5));
    background-image: -o-linear-gradient(rgba(52, 56, 56, .7), rgba(21,193,229, .5));
    background-image: linear-gradient(rgba(52, 56, 56, .7), rgba(21,193,229, .5));
    position: relative;
   
}

footer::before{
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 56, 56, .4)), to(rgba(52, 56, 56, .0)));
    background-image: -webkit-linear-gradient(rgba(52, 56, 56, .4), rgba(52, 56, 56, .0));
    background-image: -moz-linear-gradient(rgba(52, 56, 56, .4), rgba(52, 56, 56, .0));
    background-image: -o-linear-gradient(rgba(52, 56, 56, .4), rgba(52, 56, 56, .0));
    background-image: linear-gradient(rgba(52, 56, 56, .4), rgba(52, 56, 56, .0));
    
}

footer.all-footer::before {
    display: none;
}

.footer {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4rem;
    padding-bottom: 2.5rem;
}
.logo-text {display: none;}
.screen-logo-text {
    width: 170px;
    margin-right: 1rem;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    display: block;
    margin-bottom: 20px;
}

.footer-text {
    margin-bottom: 0;
    padding: 2rem;
    margin-left: 1rem;
    text-align: left;
}

.footer h2 {
    font-weight: 700;
}
footer{
    font-weight: normal;
}
}



@media screen and (max-width: 999px) {
    .screen-logo-text {display: none;}
    .all-footer .logo-text {
        padding-top: 1rem;
    }
    .all-footer {
        background: url(../img/main-backgr/mob-all-footer.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;  
    }
    
    footer {margin-top: 0 !important;
        padding-top: 1rem;
    }}
    

    @media screen and (min-width: 700px) and (max-width: 999px) {
        .all-footer .logo-text {
            padding-top: 1.7rem;
        }
    }