footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
}

.footer-box {
    width: 100%;
    margin-bottom: 45px;
}

footer p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    opacity: .8;
    margin-bottom:15px;
}

footer p a{
    color:#fff;
}

footer .footer-box strong {
    color: #269d5f;
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: bold;
}

footer .footer-box img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    box-shadow: 2px 2px 6px rgba(0,0,0,1);
}

.copyright{
    display:block;
    color:#fff;
    font-size:14px;
    opacity:1;
    margin:30px 0 100px;
    width:100%;
    text-align:left;
    line-height:20px;
    color:#777;
}

.stay-connected .btn{
    margin-top:0px;
}

.stay-connected a{
    color: #fff;
    font-size: 16px;
    margin-left: 5px;    
}

.stay-connected a span {
    font-size: 24px;
}

/*
.stay-connected .facebook span {
    color: #3b5998;
    opacity: 1;
    font-size:24px;
}

.stay-connected .twitter span {
    color: #00aced;
    opacity: 1;
    font-size:24px;
}
*/

@media screen and (min-width:768px){

    footer{
        flex-direction:row;
    }

    footer .footer-box{
        width:30%;
    }
    
    footer .footer-box img{
        float:right;
    }

}