/*********************************************
**                                          **
** Fredericksburg VA -- ARES Custom CSS     **
** Author: Greg Mickle <gsmickle@gmail.com> **
** Last Update: (Fri, 11-Oct-2019)          **
**                                          **
*********************************************/

.fixed-bg {
    background-image: url("../images/GOPR6321.jpg");
    min-height: 825px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
  
body {
    background: black;
    font-family: Arial, Helvetica, sans-serif;
}

table {
    text-align: left;
    background: white;
    border-collapse: collapse;
    border: 1px solid black;
}

/***************************
table, td, th {
    border: 2px solid gray;
}
***************************/

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(odd){background-color: lightgreen}

th {
    background-color: black;
    color: white;
}

.content {
/*  max-width: 950px; */
    margin: auto;
    background: white;
}

hr{
    border:0;
    border-top: 2px solid gray;
    margin: auto;
    max-width: 945px;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: black; 
    color: white; 
/*  border: 2px solid black; */
}

.button1:hover {
/*  background-color: #4CAF50;  */
    background-color: LightGray;
    color: black;
}

a {
    text-decoration: none;
    color: blue;
    font-weight: bold;
}
/**** End of File ****/
