/* footer styles */
footer{
    display: block;
    min-height: 400px;
    width: 100%;
    background-image: url('https://ameritechsupport.org/images/comm-mgmt.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    color: white !important;
}
footer .ft-overlay{
    background: rgba(24,42,82,0.85);
    display: block;
    min-height: 400px;
    padding-top: 20px;
    margin-bottom: 0px !important;
}
.ft-overlay h3{
    color: white;
}
.ft-overlay p{
    font-size: 15px;
}
.ft-overlay a{
    color: white !important;
    text-decoration: none;
    font-size: 18px;
}

.ft-overlay h3 a{
    font-size: 20px !important;
}
.ft-overlay a:hover{
    color: yellow !important;
    transition: .3s ease;
}
.ft-overlay ul li{
     margin-top: 10px;
}
.ft-overlay ul li a{
    color: white;
    text-decoration: none;
    font-size: 17px;
}
.ft-overlay img{
    width: 190px;
    height: auto;
    display: block;
    margin-left: 20px;
}
.footer-solid{
    display: block;
    width: 100%;
    margin: auto;
    min-height:105px;
    background: #223c73;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
footer nav{
    background: none !important;
}
#realtor-logo{
    width: 75px !important;
    height: auto;
}
#ruth-logo{
    width: 70% !important;
    float: left;
    height: 50px;
    margin-top: 15px;
}
#footer-amtech-logo{
    margin-top: -45px !important;
}

@media screen and (max-width: 990px){
    footer{
        background-image: url('https://ameritechsupport.org/images/comm-mgmt-md.jpg');
    }
}
/* media queries */
@media screen and (max-width: 768px){
    
    footer{
        background-image: url('https://ameritechsupport.org/images/comm-mgmt-sm.jpg');
    }
    
    .ft-overlay{
        text-align: center;
    }
    .ft-overlay img{
        margin: auto;
        width: 135px;
    }
}


@media screen and (min-width: 1550px){
    footer{
        background-position-y: -600px;
    }
}