﻿body 
{
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Roboto, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content 
{
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea 
{
    max-width: 400px;
}

.navbar-brand 
{
    padding: 11px 15px;
}

.navbar-brand .text 
{
    font-size: 14px;
    font-weight: bold;
    color: #5eab92;
    margin-left: 4px;
    text-shadow: 1px 1px #fff;
}

.navbar-brand .text i {
    margin-right: 8px;
}
