body {
    margin: 0;
    padding-top: 20px;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color:darkblue;
    background-image:url(https://pbs.twimg.com/media/HHayxfSXYAAE-8T?format=jpg&name=360x360);
    background-repeat:repeat;
    font-size: 14px;
    font-family: Arial, Helvetia, Verdana, Tahoma, sans-serif;
    /* change background-image url */
}

a {
    color: yellow;
}

/* have <p> URL text underlined, hover lightskyblue */

p {
    color: rgb(247, 195, 59);
    font-size: 18px;
    line-height: 1.5;
}

p > a:hover {
    color: lightskyblue;
    border-bottom-color: lightskyblue;
}

#container {
    margin: 3em auto;
    width: 90%;
        max-width: 700px;
        background-color:antiquewhite;
    color: black;
    text-align:center;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 0;
}

/* change container */

#box {
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 50px;
    width: 100%;
        max-width: 700px;
        background-color: rgba(250, 235, 215, .8);
    border: 2px solid black;
}

#text {
    margin: 0 auto;
    padding: 10px 30px 5px 30px;
    width: 100%;
        max-width: 1275px;
        background-color:rgba(0, 16, 59, .8);
    border-radius: 30px;
}

#text > p {
    color:rgb(247, 195, 59);
}

ol li {
    margin: 0 auto;
    padding: 0.5em;
    font-size: 28px;
    color: yellow;
    list-style:none;
    padding-right: 40px;
}

ol li a:hover{
    color: lightskyblue;
}


ul li {
    margin: 0 auto;
    padding-right: 40px;
    list-style:none;
    font-size:16px;
}

ul li a:hover {
    margin: 0 auto;
    color: lightskyblue;
    border-bottom-color: lightskyblue;
}

/* lists <ol>, <ul>, etc. start with an padding-inline-start of 40px, overrid with padding-right  */

#content {
    padding: 10px;
    display:inline;
    margin-top:5px;
    margin-bottom:5px;
    width: 100%;
    text-align:center;
}
.navbar {
    display: flex;
    justify-content: center;
}
.navbar li a {
    text-decoration:none;
    border-bottom: 1px solid yellow;
}
navbar ul{
    list-style-type:none;
    padding:0px;
    padding-left:20px;
    padding-right:20px;
}
.navbar li {
    position:relative;
    display:inline-block;
    padding:10px;
}
.navbar a {
    text-decoration:none;
    display:block;
    font-weight:bold;
    font-size:20px;
}
.navbar a:hover{
    color:lightskyblue;
    border-bottom-color:lightskyblue;
}

#home {
    text-align:center;
    display:block;
    color:yellow;
    text-decoration:underline;
    margin-top:50px;
    padding:10px;
    margin: 0 auto;
}

#home a:hover {
    color: lightskyblue;
}

#footer{
    padding-top:0px;
    text-align:center;
    color: white;
    display:block;
    margin: 0 auto;
}

#disclaimer {
    text-align:center;
    color: white;
    display: block;
    font-size:9px;
    padding-top:0px;
    padding-bottom:50px;
    margin: 5px;
}

#content h1 {
    color: yellow;
    text-decoration:underline;
    font-size:40px;
    font-family: Arial;
}

.grid {
    display:grid;
    grid-template-columns: repeat(5, 200px);
    justify-content: center;
    align-content: center;
    grid-gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
        background-color: rgba(37, 19, 81, .6);
        border: 4px solid rgb(53, 58, 107);
        border-radius: 20px;
        padding: 1.5em;
}

.grid img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    cursor: pointer;
}

#lightbox {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

#lightbox.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

#lightbox img {
    max-width: 90%;
    max-height: 80%;
}

.gallery {
    margin: 0 auto;
    padding: 0.5em;
    font-size: 40px;
        text-shadow: 1px 1px 2px darkgoldenrod;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        font-weight: bold;
        border: 8px yellow;
        border-style: groove;
        background-color:rgba(37, 19, 81, .4);
    text-align: center;
    color: yellow;
    width: 7em;
    height: 40px;
}

/* fix .info h2. separate them? give .info box a little more padding on the top and bottom, maybe a border.*/

.subtitle {
    color: yellow;
    font-style: italic;
    margin: 0 auto;
    display: block;
    padding: 0.5em;
}

#signature {
    font-size:14px;
    margin: 0 auto;
    padding: 0;
    font-style: italic;
}

/* first-image-vert and first-image-hor should only be used for the very first image of an article; 
(i.e. movie posters, art, etc). */

.first-image-vert {
    padding: 1em;
    margin: 0 auto;
    display: block;
    max-inline-size: 400px;
    block-size: auto;
    cursor: pointer;
}

.article-image {
    padding: 1em;
    margin: 0 auto;
    display: block;
    max-inline-size:500px;
    block-size: auto;
    cursor: pointer;
}

.article {
    font-style:italic;
}

#content h2 {
    font-size:25px;
    color: yellow;
    text-decoration: underline;
}

/* h2.unset for the index page */

#content h2.unset {
    text-decoration: none;
}

#content h2.unset a:hover {
    color: lightskyblue;
}

#content h3 {
    font-size:20px;
}

h3 {
    color: yellow;
    margin: 0;
    padding: 0;
    display: block;
}

.caption {
    padding: 0px;
    margin: 0px;
    font-style: italic;
}

.img-caption p {
    padding:0px;
    margin:0 auto;
    font-style:italic;
    font-size:16px;
    color:rgb(186, 142, 0);
}

.index-img {
    padding:4px;
    background-color:black;
    border: 2px solid white;
    height:300px;
    width:750px;
    object-fit:cover;
    object-position: 0% 10%;
    margin: 0 auto;
    display: block;
}

.quote p {
    display: block;
    height:auto;
    width: 40em;
    margin: 0 auto;
    padding: 0.7em;
    background-color:rgba(53, 58, 107, .6);
    color:rgb(247, 195, 59);
    font-style:italic;
    text-align: center;
}