
/* body {
    color: black;
} */


h1 {
    font-size: 2.2em;
    font-weight: normal;
    color: #0062a9;
}
h2 {
    font-size: 2em;
    font-weight: normal;
    color: #0062a9;
}
h3 {
    font-size: 1.6em;
    font-weight: normal;
    color: #0062a9;
}
h4 {
    font-size: 1.4em;
    font-weight: normal;
    color: #0062a9;
}
h5 {
    font-size: 1.3em;
    color: #0062a9;
}

@media (max-width: 768px) { 
/* Styles for screen with max width of 768px */
    .mybanner {
        font-size: 2em;
}
@media (max-width: 600px) { 
/* Styles for screen with max width of 768px */
    .mybanner {
        font-size: 1.4em;
}

    
