@charset "UTF-8";
/* CSS Document */

.navbar-inverse {
    background: rgb(28,49,68);
    background: -moz-linear-gradient(top, rgba(28,49,68,1) 0%, rgba(63,136,197,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,49,68,1)), color-stop(100%,rgba(63,136,197,1)));
    background: -webkit-linear-gradient(top, rgba(28,49,68,1) 0%,rgba(63,136,197,1) 100%);
    background: -o-linear-gradient(top, rgba(28,49,68,1) 0%,rgba(63,136,197,1) 100%);
    background: -ms-linear-gradient(top, rgba(28,49,68,1) 0%,rgba(63,136,197,1) 100%);
    background: linear-gradient(to bottom, rgba(28,49,68,1) 0%,rgba(63,136,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 );
    -webkit-filter: none;
    border: 0px solid #222629;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

#Content h1 {
    color: #D00000;
    font-family: 'Cinzel', serif;
    font-size: 26px;
    letter-spacing: 0px;
    font-weight: bold;
    padding: 0 0 5px;
    margin: 0;
}

#Content h3 {
    color: #1C3144;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
    /* letter-spacing: -1px; */
    font-family: 'Cinzel', serif;
}