﻿/*
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Mono', monospace;
*/
body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

html, body {
    height:100%
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100%;
    margin-bottom: -100px;
    padding-bottom: 150px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: none;
}

.green, .green:hover, .green:visited, .green:active {
    color: darkgreen;
    text-decoration: none;
}

.gray, .gray:hover, .gray:visited, .gray:active {
    color: grey;
    text-decoration: none;
    font-weight:100;
}

pre {
    font-family:'Roboto Mono', monospace;
}

.jumbotron {
    width: 100%;
    background-color: #ffffff
}

form {
    text-align: left;
}

footer {
    height: 80px;
    padding-top: 40px;
}

