﻿footer{
    background: url('../Images/soft_kill.png') repeat fixed;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #fff;
    padding: 2%;
    margin-top: 15%;
    text-align: center;
    
}

footer div{
    display: inline-block;
    width: 25%;
    padding: 1%;
    margin: 0 3%;
    vertical-align: top;
    

}

footer a{
    display: block;
    text-align: center;
    margin: 1%;
    text-decoration: none;
    color: #fff;
   
}

footer h3{
    text-align: center;
    text-decoration: underline;
    margin: 2%;
    margin-bottom: 4%;
}

footer p{
    text-align: center;
    margin-top: 3%;
}

@media screen and (max-width: 768px){
    footer div{
        margin: 0 2%;
    }
}

@media screen and (max-width: 600px){
        footer div{
            display: block;
            width: 100%;
            margin: 5% 0; 
        }

        footer p{
            margin-top: 15%;
        }

        footer{
            padding-top: 10%;
        }
}




