:root {
    --maintxtclr: black;
    --mainbgclr: rgba(39, 77, 39, 0.152);
    --mainfnt:'Garamond';
}

body {
    width: 90%;
    margin: auto;
    background-image: url('../images/bgimg.jpg');
    background-size: cover;
    font-family: var(--mainfnt);
}

header {
    text-align: center;
}

form {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

h1 {
    text-transform: uppercase;
}

p,table{
    background-color: var(--mainbgclr);
    margin: 1em;
    padding: 1.5em;
}

table{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    border-collapse: collapse;
    border: 1.5px solid black;
}

th,td {
    text-align: center;
    border: 1.5px solid rgba(62, 90, 63, 0.811);
}

th {
    text-decoration: underline;
}
caption {
    background-color: var(--mainbgclr);
    font-size: 130%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

section>ul>li{
    padding: 1em;
}

figure {
    float: right;
    text-align: center;
    width: 25%;
    border: 1.5px solid rgba(0, 0, 0, 0.152);
    background-color: rgba(208, 244, 217, 0.285);
}

figcaption {
    text-align: center;
}

.roundedc {
    border-radius: 10%;
}

tr:nth-child(odd) {
    background-color: rgba(91, 142, 91, 0.152);
}

tr:nth-child(even) {
    background-color: rgba(47, 60, 47, 0.152);
}

section > ul > li:nth-child(even) {
    background-color: rgba(47, 60, 47, 0.152);
}

section > ul > li:nth-child(odd) {
    background-color: rgba(91, 142, 91, 0.152);
}

img {
    width: 100%;
    text-align: center;
}

p {
    text-indent: 2em;
}

table p {
    text-indent: 0em;
}

nav a:link{
    text-decoration: none;
}

nav a:hover{
    text-decoration: underline;
}

nav a{
    display: inline-block;
    width: 19%;
}

nav {
    text-align: center;
    background-color: var(--mainbgclr);
}

cite {
    font-size: xx-small;
}
.detailsec {
    margin-bottom:15em
}

#indexsection2 {
    margin-bottom: 11em
}

#constructionimage {
    float: left;
}

a:hover {
    color: rgb(59, 105, 59);
}

.centeredimg {
    margin-left: 37.5%;
    margin-right: 37.5%;
}