.footer-section {
    max-width: 2000px;
    background-image: url(../img/brand/footerblood.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    
}

.footer {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    display: flex;
    flex-direction: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
}

.footer h2 {
    margin-bottom: 10px;
    color: #11345D;
    font-family: 'Butcherman', cursive;
}

.footer h2:hover {
        color: #B1090B;
    }

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer p {
    font-family: 'Lato', sans-serif;
    color: black;
}

.footer p:hover {
    color: #B1090B;
    font-weight: 600;
}

.footer img {
    max-width: 200px;
    padding-bottom: 10px;
}

.footercontone {
    max-width: 600px;
    text-align: left;
}

.footercontone p:hover {
    color: black;
    font-weight: 100;
}

.footerconttwo,
.footerconthree {
    width: 300px;
}

.footerconttwo p,
.footerconthree p {
    margin-bottom: 5px;
    
}

.social-icons {
    display: flex;
    justify-content: left;
    align-items: left;
    margin-top: 10px;
        }



.social-icons a {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
        }

.social-icons img {
    width: 40px;
    height: auto;
    transition: transform 0.3s ease;
        }

.social-icons img:hover {
    transform: scale(1.1);
        }


.copyright {
    color: white;
    height: 80px;
    padding: 20px;
    text-align: center;
    background-image: url(../img/brand/copy-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

@media only screen and (max-width: 600px) { 
    .footer {
        display: block;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .footer h2 {
        text-align: center;
    }
    
    
    
    .footerconttwo,
    .footerconthree,
    .footercontone {
        width: 100%;
        padding-bottom: 20px;
                    }
    
    .footerconttwo p,
    .footerconthree p,
    .footercontone p {
        text-align: center;
                    }
  
    .footercontone img {
        display: block;
        margin-left: auto;
        margin-right: auto;
                        }
    
    .copyright {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .social-icons {
    justify-content: center;
    align-items: center;
}


@media only screen and (min-width: 601px) {
    
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .footercontone {
        max-width: 300px;
        
    }
    
    .copyright {
        padding-left: 30px;
        padding-right: 30px;
    }
    
}

@media only screen and (min-width: 1080px) {
    
    .footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .footercontone {
        max-width: 500px;
        
    }
    .copyright {
        padding-left: 30px;
        padding-right: 30px;
    }
    
}

@media only screen and (min-width: 1500px) {
    
    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .footercontone {
        max-width: 600px;
        
    }
    .copyright {
        padding-left: 30px;
        padding-right: 30px;
    }
    
}


.copyright {
    background: #11345D;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

