/* stylesheet for hobby table 1 */
* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

body {
   
    background-color: rgb(6, 49, 6);
    background-image: linear-gradient(45deg, hsl(210, 86%, 3%), hsl(13, 58%, 15%), hsl(183, 92%, 14%));
    color: #e0e2db;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    padding: 12px;
}

h1 {
    text-align: center;
    margin-bottom: 32px;
    font-weight: normal;
    font-size: 3em;
    text-shadow: 6px 6px 7px black;
}

p {
    line-height: 1.4;
    font-style: italic;
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 2em;
}

caption {
    text-align: center;
    margin-bottom: 25px;
}

table {
    border: 3px solid #FFF;
    width: 80%;
    margin: 24px auto;
    border-collapse: collapse;
}

th, td {
    border: 2px solid #FFF;
    width: 12%; 
    text-align: center;
    padding: 4px;
}

th {
    height: 80px;
    /* background-color: rgb(4, 32, 4); */
    /* background-color:hsl(15, 64%, 10%); */
    background-color: black;
}

td {
    height: 90px;
}

a {
    text-decoration: none;
    color:#9e511d;
    text-shadow: 1px 1px 1px black;
}

.top a {
    color: #FFF;
}

tr:nth-child(3), tr:nth-child(5), tr:nth-child(7) {
    background-color:#193317;
}

tr:nth-child(4), tr:nth-child(6), tr:nth-child(8) {
    background-color:#2c502c;
}

.pic td {
    height: 170px;
    padding: 6px;
}

.pic td a {
    display: block;
    height: 170px;
    
}

.pic td:nth-child(2) {
    background-color: blue;
    background-image: url(../images/pacific_hwy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8px;
    color: black;
    font-weight: bold;
}

.pic td:nth-child(3) {
    background-color: blue;
    background-image: url(../images/estes_park2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8px;
    color: black;
    font-weight: bold;
}

.pic td:nth-child(4) {
    background-color: blue;
    background-image: url(../images/blue_ridge.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8px;
    color: black;
    font-weight: bold;
}

.pic td:nth-child(5) {
    background-color: blue;
    background-image: url(../images/tail_of_dragon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8px;
    color: black;
    font-weight: bold;
}

.pic td:nth-child(6) {
    background-color: blue;
    background-image: url(../images/beartooth.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8px;
    color: black;
    font-weight: bold;
}

.pic td:nth-child(7) {
    background-color: blue;
    background-image: url(../images/maine_one.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8px;
    color: black;
    font-weight: bold;
}

tr:last-child {
    height: 40px;
    
}

.foot th:last-child {
    background-color: black;
    font-size:small;
    font-weight: lighter;
    font-style:italic;
}
