/* Space out content a bit */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: verdana, sans-serif;
    background-color: #330101;
    color: #DDDDDD;
    height: 100%;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

.lg_video
{
    text-align: center;
    border-radius: 0;
    background-color: #540D0D;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lg
{
    background-color: #540D0D;
    margin: 0;
    border-radius: 0px 0px 6px 6px ;
}


.lg_header
{
    background-color: #190000; /*#540D0D;*/
    margin: 0;
    margin-top: 10px;
    border-radius: 6px 6px 0px 0px;
}

/* Custom page header */
.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #7E0404;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    color: #A6A60D;
}

.nav > li > a:hover{
    background-color: #CE0B0B;
    color: #4A0000;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
    background-color: #640909;
    color: #DDDDDD;
}

.nav > li > a{
    color: #DDDDDD;
}

.mgt
{
    margin-top: 10px;
}

h3
{
    color: #FFFFFF;/* #CE0B0B;*/
    font-size: 18px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
}

h4
{
    font-weight: bold;
    font-size: 14px;
    color: #CECE0B;
}
/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #A6A60D;
    border-top: 1px solid #641010;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}
.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    background: url('../img/bg.jpg') no-repeat center center;
    background-size: cover;
}
.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

.jumbotron h1
{
    color: #FFF;
    text-shadow: 0 0 10px #000;
    font-size: 25pt;
    font-weight: bold;
}

h2
{
    font-size: 18pt;
    margin: 0;
    padding: 0;
}

.jumbotron p
{
    color: #FFFFFF;
    text-shadow: 0 0 10px #000;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

.thumbnail
{
    margin-bottom: 5px;
}

.imgtitle
{
    font-size: 11px;
    color: #AAAAAA;
    margin-top: 0;
    padding-top: 0;
}
