﻿

.jumbotron{
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #00007f;
    background: url('jumbotron_background_2.jpg') no-repeat ;
    background-position: center;
}

.jumbotron h1, .jumbotron .h1{
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
    color: #ffffff;
}

.jumbotron p{
    color: #ffffff;
}

body{
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}