*
{
    font-family: 'Open Sans', sans-serif;
}

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

body
{
    margin-top: 55px;
    background-color: #f9f9f9;
}

footer
{
    margin-top: 5px;
}

.navbar-brand
{
    font-family: 'Montserrat', sans-serif;
}

img.center 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.caption
{
    display: block;
    text-align: center;
}

.aligncenter
{
    text-align: center;
}

.alignright
{
    text-align: right;
}

.infobox
{
    border-top: 1px gainsboro solid;
    border-bottom: 1px gainsboro solid;
    padding: 10px 150px;
}

.gray
{
    background-color: #e9e9e9;
}

.nearblack
{
    background-color: #222222;
}

.sectiontitle
{
    color: #ceae28;
}

.footer
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

#logo
{
    width: 30%;
}

#footer
{
    border-top: 1px #080808 solid;
    border-bottom: 1px #080808 solid;
}