/* ====================================================================== */
/* Style sheet for Wildcat Ridge Cowboy Action Shooting Club              */
/* Author: John Brewer aka mtnboy                                         */
/* ====================================================================== */

body {
   font-family: sans-serif;
   font-style: bold;
   font-weight: 600;
   background-image: url('../images/oldwood.gif');
   color: #4d2600;
}

.header-img {
   display: block;
   margin-left: auto;
   margin-right: auto;
   border: 5px solid #4d2600;
   border-radius: 10px;
}

.red { color: red; }
.black { color: black; }

.bodytxt {
   padding: 5px 40px 5px 80px;
}

.title {
   font-size: 64px;
   padding: 10px 20px 10px 20px;
   text-align: center;
}

.button {
   background-color: #4d2600; 
   border: 2px solid #4d2600 ;
   border-radius: 12px;
   color: white;
   padding: 15px 32px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.button:hover {
   background-color: #f2e6d9;
   color: #4d2600;
}

/*
 * center table
 *
 * <div class="centered">
 *    <table>
 *    .........
 *    </table>
 * </div>
 */
div.centered {
   text-align: center;
}
div.centered table {
   margin: 0 auto;
   width: 90%;
}
div.centered td {
   width: 25%;
}

/* attributes for the scores page */
.scores {
   width: 98%;
   height: 144px;
   border: solid 2px #4d2600;
   empty-cells: show;
   margin: 10px 40px 
}
.scores-cell {
   width: 25%;
   height: 36px;
   text-align: "center";
   border: solid 1px #4d2600;
}

.center { text-align: center; }

.large { font-size: large; }

.xlarge { font-size: x-large; }
.xxlarge { font-size: xx-large; }

.covid {
    width: 60%;
    margin: 0% 20%;
    background-color: #4d2600;
    color: white;
    border: 1px solid #4d2600;
    border-radius: 15px;
    padding: 10px 0px;
}
