﻿
@media only screen and (min-width: 769px) {
    h2.bg-h {
        font-size: 36px;
        color: #015385;
        margin-top: 0;
        margin-bottom: 20px;
        padding-left: 132px;
        text-rendering: optimizeLegibility;
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    h2.bg-h {
        font-size: 36px;
        color: #015385;
        margin-top: 0;
        margin-bottom: 20px;
        text-rendering: optimizeLegibility;
        position: relative;
    }
}


img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

h1.bg-h {
    font-size: 36px;
    color: #015385;
    margin-top: 0;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility;
}

header {
    height: 37px;
    background: #0277bd;
    display: block;
    box-sizing: border-box;
}