body {
    width: 100%;
    height: 100%;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #aaa;
    font-size: 12pt;
    margin: 0;
    overflow: hidden;
    background: #25254b; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#25254b, #45455a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#25254b, #45455a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#25254b, #45455a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#25254b, #45455a); /* Standard syntax (must be last) */
}

ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}

ul li {
    margin-bottom: 15px;
}

h3 {
    color: #a00;
    font-size: 14pt;
    text-align: center;
}

hr {
    height:2px;
    border-width:0;
    color:gray;
    background-color:black;
}

.page {
    display: flex;
    flex-direction: column;
    
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    border-bottom: 5px solid #700;
    background-color: #007;
    background-image: url("../images/bluebonnets.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px -550px;
}

.main {
    display: flex;
    
    height: -webkit-calc(100% - 155px); /* For Safari 5.1 to 6.0 */
    height: -o-calc(100% - 155px); /* For Opera 11.1 to 12.0 */
    height: -moz-calc(100% - 155px); /* For Firefox 3.6 to 15 */
    height: calc(100% - 155px); /* Standard syntax (must be last) */
}

.sidebar {
    width: 250px;
    min-width: 250px;
    flex: 0 1 250px; 
}

.sidebar a {
    color: #aaa;
    text-decoration: none;
}

.sidebar a:hover {
    color: #fff;
    font-weight: bold;
}

.content {
    padding: 25px;
    flex: 3 1 auto;
    overflow-y: auto;
}

.intro {
    width: 100%;
    height: 80%;
    text-align: center;
}

.contact {
    text-align: center;
    padding: 5px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    margin-left: 25px;
    margin-right: 25px;
}

.disclaimer {
    color: #888;
    margin-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    font-style: italic;
    font-size: 10pt;
    border-top: 1px solid #555;
}

.about-us-header {
    color: #fff;
    text-decoration: italic;
    font-size: 14pt;
    font-weight: bold;
    margin: 10px;
}

.about-us-text {
    color: #aaa;
    font-family: "Arial";
    font-size: 12pt;
    margin-left: 10px;
}

.header-img {
    max-width:100%;
    width: 100%;
    height: 100px;
}

.red-line {
    max-width:100%;
    height: 10px;
    background-color: #600;
    border-bottom: 1px solid black;
}

.separator {
    height: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 10%;
    margin-right: 10%;
}

.webmaster {
    margin: 25px;
    font-size: 10pt;
    text-align: center;
}

.updated {
    font-family: "Arial";
    color: #aaa;
    font-size: 10pt;
    margin: 5px;
}

.mailto {
    color: #700;
    font-weight: bold;
    text-decoration: underline;
}

.mailto:hover {
    color: #a00;
}

.project-icon {
    color: #900;
    font-style: normal;
    float: left;
    margin-right: 5px;
}

.project-text {
    font-family: "Arial";
    margin-bottom: 20px;
}

.project-text a {
    color: #aaa;
}
.project-text a:hover {
    color: #fff;
    font-weight: bold;
}

.patriot-header {
    font-weight: bold;
    font-size: 18px;
    color: #a00;
}

.service-key-header {
    font-weight: bold;
    font-size: 18px;
    color: #ddd;
    text-align: center;
}

table, th, td {
    border-collapse: collapse;
}

th {
    padding: 5px;
    border-bottom: 2px solid #555;
}

td {
    padding: 2px 5px;
}

.service-key > table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.patriots-list {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.patriots-list > table {
    margin-left: auto;
    margin-right: auto;
}

table#patriots-table tr:nth-child(even) {
    background-color: #333;
}

table#patriots-table td:nth-child(3) {
    border-right: 1px solid #555;
}

.patriot-header > th {
    text-align: left;
}

.la-villita-patriots {
    padding: 10px;
    font-weight: 18px;
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.patriots-thanks {
    padding: 10px;
    color: #aaa;
    font-size: 18px;
}

.la-villita-links li {
    color: #888;
}

.la-villita-links a {
    color: #aaa;
}

.la-villita-links a:hover {
    color: #fff;
    font-weight: bold;
}