/**
 * Theme Overrides for AtkinsonFoundation.org.uk
 * 
 */
body {
    font-family: 'Mukta', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'BioRhyme', sans-serif;
}

.home-even .widget-title, .home-odd .widget-title {
    font-size:48px;
    font-size:4.8rem;
}

.home-section-1 .widget-title {
    font-size:60px;
    font-size:6rem;
}

.widget::focus {
    outline:none;
}


@media only screen and (max-width: 1180px), all {
    .home-section-1, .home-section-3, .home-section-5 {
        background-size:cover;
    }
}
