html {
    color: white;
    background-color: rgb(42, 47, 57);
    font-family: 'Courier New', Courier, monospace;
}

body {
    font-size: 15px;
    line-height: 1.25;
}

h1 {
    font-size: 1.5em;
    font-style: italic;
    text-align: center;
    margin: 0.9em auto;
    /* border: 1px solid;
    box-shadow: 3px 3px white;
    padding-top: 4px;
    padding-bottom: 1px; */
    /* text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px; */
}

h2 {
    font-size: 1.25em;
    text-align: center;
    margin: 0.7em 0px 0.7em 0px;
    /* text-decoration: underline; 
    text-decoration-thickness: 1px;
    text-underline-offset: 4px; */
}

h3 {
    font-size: 1em;
    line-height: 1.618em;
    /* text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px; */
    font-weight: bold;
}

a, .clickable {
    color: white;
    text-decoration: underline;
    text-decoration-color: orange;
    text-decoration-thickness: 1px;
    cursor:pointer;
    text-underline-offset: 4px;
}

a:hover {
    text-decoration-thickness: 2px;
}

p {
    text-align: center;
    margin-top: 0.5em;
}

li {
    margin: 0.125em 0px;
}

q {
    font-style: italic;
}

img {
    width: 100%;
    vertical-align: top;
}

#landscapeImg {
    max-width: 100%;    
    max-height: 100%;
    width: auto;            
    height: auto;       
    display: block;
 }

#name-label p {
    color: white;
    text-align: right;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-right: 10px;
}

ul {
  list-style-type: none;    /* remove default bullets */
  padding-left: 0px;     
}

ul li {
  position: relative;
  padding-left: 2ch;       
  margin-bottom: 0.25em;
}

.back {
    margin-bottom: 0.75em;
}

.footer {
    color:rgb(155, 155, 155);
    text-align: center;
    margin: 1.5em 0px 1em 0px;
}

.quote {
    text-align: center;
    margin-bottom: 0.75em;
}

.list-block, p {
    margin-bottom: 0.25em;
    margin-top: 0.25em;
}

h3 {
    margin: 0.5em 0px;
}

ul {
    margin:  10px 0px;
}

.list-block ul {
    margin: 0px;
    padding-left: 4ch;
}

.container,
.photo-container {
    background-color: rgb(42, 47, 57);
    word-wrap: break-word;
    padding: 0.75em 0px 1em 0px;
    margin: 0px auto;
    width: 90%;
}

.container {
    max-width: 500px;
}

.photo-container {
    max-width: 614px;
}

.photo-grid-container {
    display: grid;
    grid-template-columns: auto auto;
    align-content: space-evenly;
    grid-gap: 1em 1em;
    margin: 1.5em 0px 1em 0px;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(28, 31, 36);
    /* Fallback color */
    background-color: rgba(28, 31, 36, 0.95);
    /* Black w/ opacity */
}

/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 614px;
}

#modalBox {
    padding: 80px 0px 40px 0px;
}


/* Add Animation - Zoom in the Modal */

.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

#welcome {
    margin: 1.5em 0px;
}

/* The Close Button */

.close-span {
    color: white;
    transition: 0.3s;
    text-align: center;
    margin: auto;
    display: block;
    width: 90%;
    max-width: 500px;
}

.close-span:hover,
.close-span:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.close-p {
    text-align: center;
    animation-name: zoom;
    display: inline-block;
    margin: 0px;
    padding: 0.7em 1em 1em 1em;
}

.close-arrow-right {
    float: right;
    font-size: 2em;
    margin: 0px;
    padding: 0px 1em;
}

.close-arrow-left {
    float: left;
    font-size: 2em;
    margin: 0px;
    padding: 0px 1em;
}

#page-numbers {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

#page-numbers-box {
    display: inline;
    padding: 0px;
    margin-left: 1em;
}

.page-number {
    display: inline-block;
    margin-right: 1em;
}

#full-res-span {
    position: fixed;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

p.sketches-parts {
    margin: 1.7em 0px;
}