﻿
/*------footer------*/
footer {
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: center;
    background-image: linear-gradient(to top, black 10%, transparent 100%), url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    footer P {
        color: #fff;
        font-size: 11px;
    }
    footer img {
        margin: 40px 0;
        width: 177px;
    }
    .footerlogoright
    {
        margin-left: 50px;
    }
    
