@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
body {   background-color: #d0f0fb; }
.main-header {   background-color: #a0e7e2; }
.navbar-logo-text {
    font-size: 40px;
    font-family: 'Titillium Web', sans-serif;
}
.navbar-logo-text { display: inline;}
.footer-brand-image { max-width: none; }
.site-footer {
    background: #60c3cf;
    color: #000;
}

.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 300px;
    max-width: 100%;
    width: auto;
    height: auto;
}