﻿/*!
 * Bootstrap customization
 * Copyright 2015 SIAG
 */

body {
background-color: rgb(239, 239, 239);
}

.jumbotron {
    background-color: rgba(12, 50, 85, 0.99);
}

.jumbotron h1 {
    color: white;
}

.jumbotron h2 {
    color: rgb(128, 128, 128);
}

#footer {
background-color: rgba(12, 50, 85, 0.90);
color: #ccc;
padding: 10px;
text-align: right;
border-top: solid 1px #444;
}

