@font-face
{
    font-family: page-header-font;
    src: url(fonts/russoone-regular.ttf);
}
@font-face
{
    font-family: title-font;
    src: url(fonts/acme.ttf);
}
@font-face
{
    font-family: cus-font;
    src: url(fonts/signika.ttf);
}
@font-face
{
    font-family: ins-font;
    src: url(fonts/raleway.ttf);
}

.hfont
{
    font-family: page-header-font;
}

.text-muted
{
    margin: 20px 0;
    color: darkgreen;
    font-family: title-font;
}

.ftext
{
    margin: 20px 0;
}

.jumbotron
{
    background-color: lightseagreen;
}

hr 
{
    border-top: 2px solid darkcyan;
}

.navbar-fixed-bottom
{
    background-color: #f5f5f5;
    border-top: 2px solid darkcyan;
}
