@font-face {
    font-family: 'MuseoSansRegular-300';
    src: url('webfonts/MuseoSans/MuseoSans-300.otf');
}

@font-face {
    font-family: 'MuseoSansRegular-500';
    src: url('webfonts/MuseoSans/MuseoSans-500.otf');
}

@font-face {
    font-family: 'MuseoSansRegular-700';
    src: url('webfonts/MuseoSans/MuseoSans-700.otf');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    outline: 0;
    margin: 0;
    padding: 0;
}

body, html {
    margin: 0;
    font-family: 'MuseoSansRegular-300';
    color: #4a4a4a;
    font-size: 14px;
   /* height: 100%;
    background: #F2EEE6;*/
}

ul, ol {
    padding: 0 0 0 20px;
}

    ol li, ul li {
        margin: 5px 0 0;
    }

.font-bold {
    font-family: 'MuseoSansRegular-700';
}

b{
    font-family: 'MuseoSansRegular-500';
    font-weight:normal;
}

.container {
    padding: 20px;
}

a {
    color: #0b78e3;
    font-family: 'MuseoSansRegular-500';
    word-break: break-all;
}

.text-center {
    text-align: center;
}

.larger-font {
    font-size: 21px;
}
