.header-logo .img-logo {
    max-height: 100%;  	
}

.background11 {
    background: #0091d0;
}

.footer-area {
    color: #ffffff !important;
}

.footer-area a {
    color: #ffffff !important;
}

.footer-area p {
    color: #ffffff !important;
}

.footer-post {
    color: #ffffff !important;
}

.footer-form form input::placeholder {
    color: #ffffff !important;
}

.footer-area .tag-cloud-link {
    background: none !important;
}

.footer-area .entry-meta {
    color: #ffffff !important;
}

@media (max-width: 767px) {
img {
    max-width: 80%;	
}
  
@media only screen and (min-width: 576px) and (max-width: 767px) {
    img {
    max-width: 80%;
    }
}