/* FOOTER */
footer {
    min-height: 120px;
    background-color:black;
    text-align: center; 
    padding-bottom: 5px;
}

.footer_cards {
    background-color: rgb(73, 70, 70);
    color: white;
    display:flex;
    padding-left: 100px;
    padding-right: 100px;
    padding-top:10px;
    justify-content: space-between;
    text-align: left;   
}

.footer_cards h3{
    font-size: 1.3rem;
}

.footer_cards a{
    color: white;
}

.footer_cards p{
    color: white;
}

.footer_cards i{
    color:white;
}

.footer1, .footer2, .footer3, .footer4 {
    padding: 5px 30px 20px 30px;
    box-sizing: border-box;
}

.footer p:last-of-type{
    margin-top: -15px;
}

.footer_cards h3::first-letter {
    color:rgb(99,205,245);
    font-size: 1.8rem;
}

.footer1 {
    padding-top: 5px;
}

.footer1 img{
    width:100px;
    height:100px
}

.margin_top{
    margin-top: 20px;
}

.margin_bottom {
    margin-bottom: 20px;
}

.margin-right {
    margin-right: 20px;
}

.footer_copyright p {
    color: white;
}

.footer_cards a{
    color: rgb(216, 216, 216);
}

.footer_link:hover {
    text-decoration: underline;
}

.footer_cards p{
    color: rgb(216, 216, 216);
}

.footer_cards i{
    color: rgb(216, 216, 216);
}

.footer_copyright p {
    color: white;
    font-size: .9rem;
    text-align: center; 
}


.footer_copyright a {
    color:lightblue;
    font-size: .9rem;
}



@media (max-width: 1025px){
    .footer_cards{
        padding-left: 30px;
        padding-right: 30px;
    }

}



@media (max-width: 950px){
    .footer1{
        display: none;
    }
    .footer_cards {
        
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
        padding-top:10px;
        text-align: center;   
    }

    .footer_copyright{
        
        background-color: black;
    }

}


@media (max-width: 768px){
    .footer_cards {
        flex-direction: column;
    }

    .footer_cards p{
        text-align: center;
    }

    .footer_copyright p{
        text-align: center;
    }

}



@media (max-width: 500px){

.footer4{
    display: none;
}


}