@font-face {
    font-family: 'MuseoSansRounded-900';
    src: url('./assets/webfonts/museosansrounded/2ECCDC_1_0.eot');
    src: url('./assets/webfonts/museosansrounded/2ECCDC_1_0.eot?#iefix') format('embedded-opentype'), url('./assets/webfonts/museosansrounded/2ECCDC_1_0.woff2') format('woff2'), url('./assets/webfonts/museosansrounded/2ECCDC_1_0.woff') format('woff'), url('./assets/webfonts/museosansrounded/2ECCDC_1_0.ttf') format('truetype'), url('./assets/webfonts/museosansrounded/2ECCDC_1_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'MuseoSans-300';
    src: url('./assets/webfonts/museosans/2F0E55_1_0.eot');
    src: url('./assets/webfonts/museosans/2F0E55_1_0.eot?#iefix') format('embedded-opentype'), url('./assets/webfonts/museosans/2F0E55_1_0.woff2') format('woff2'), url('./assets/webfonts/museosans/2F0E55_1_0.woff') format('woff'), url('./assets/webfonts/museosans/2F0E55_1_0.ttf') format('truetype');
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: MuseoSans-300;
}

.banner {
    background: #323540;
}

.banner img {
    max-height: 180px;
}

@media screen and (max-width: 768px) {
    .banner img {
        max-height: 140px;
    }
}

.row {
    margin-right:0 !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: MuseoSansRounded-900;
    color: #6a9329;
    font-weight: normal;
}

.content img {
    max-height: 250px;
}

a.navigation-link {
    color: #323540;
}
