/* Rod's Trails combined legacy styles.
   Original cascade order preserved: MyThemes Small.css, then RodsTheme.css.
   Bootstrap remains a separate dependency. */

/* === MyThemes Small.css === */
/* The Modal (background) */
/* 100% Image Width on Smaller Screens */
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* Ultra Small devices (landscape phones, 200px and up) */
@media (min-width: 200px) {
	h3 {
		font-size: 1.2rem;
	}

	/*1rem = 16px*/
	h4 {
		font-size: 1.0rem;
	}

	/*1rem = 16px*/
	h5 {
		font-size: 0.9rem;
	}

	/*1rem = 16px*/
	p {
		font-size: 0.8rem;
		margin-left: 0.8em;
		margin-top: .4em;
		margin-bottom: .2em;
	}

	ul li {
		font-size: 0.8rem;
	}

	ol li {
		font-size: 0.8rem;
	}

	/*1rem = 16px*/
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
	h3 {
		font-size: 1.2rem;
	}

	/*1rem = 16px*/
	h4 {
		font-size: 1.0rem;
	}

	/*1rem = 16px*/
	h5 {
		font-size: 0.9rem;
	}

	/*1rem = 16px*/
	p {
		font-size: 1em;
		margin-left: 1em;
		margin-top: .6em;
		margin-bottom: .4em;
	}

	/*1rem = 16px
ul li {
	font-size: 1em;
}
ol li {
	font-size: 1em;
}*/
	/*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	h3 {
		font-size: 1.2rem;
	}

	/*1rem = 16px*/
	h4 {
		font-size: 1.1rem;
	}

	/*1rem = 16px*/
	h5 {
		font-size: 1.0rem;
	}

	/*1rem = 16px*/
	p {
		font-size: 0.8rem;
		margin-left: 1em;
		margin-top: .4em;
		margin-bottom: .2em;
	}

	ul li {
		font-size: 0.8rem;
	}

	ol li {
		font-size: 0.8rem;
	}

	/*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	h3 {
		font-size: 1.5rem;
	}

	/*1rem = 16px*/
	h4 {
		font-size: 1.4rem;
	}

	/*1rem = 16px*/
	h5 {
		font-size: 1.2rem;
	}

	/*1rem = 16px*/
	p {
		font-size: 1.0em;
		margin-left: 1em;
		margin-top: .6em;
		margin-bottom: .4em;
	}

	/*1rem = 16px
ul li {
	font-size: 1.0rem;
}
ol li {
	font-size: 1.0rem;
}*/
	/*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	h3 {
		font-size: 2.5vw;
	}

	/*1rem = 16px*/
	h4 {
		font-size: 2vw;
	}

	/*1rem = 16px*/
	h5 {
		font-size: 1.5;
	}

	/*1rem = 16px*/
	p {
		font-size: 1.0rem;
		margin-left: 1em;
		margin-top: .4em;
		margin-bottom: .2em;
	}

	/*1rem = 16px
ul li {
	font-size: 1.0rem;
}
ol li {
	font-size: 1.0rem;
}*/
	/*1rem = 16px*/
}

/* More dropdown */
.morecontent span {
	display: none;
}

.morelink {
	display: block;
}

hr.new1 {
	border-top: 2px dotted black;
}

hr.new2 {
	border-top: 4px solid black;
}

body {
	margin: 0;
	background-color: #f5f5f5;
	font-family: "Roboto", sans-serif;
}

#content {
	max-width: 500px;
	margin: 0 auto;
}

h2 {
	text-align: center;
	padding-top: 1.75em;
}

h5 {
	margin-top: 10px;
	/* text-decoration: underline; */
	font-weight: bold;
}

h4 {
	margin-top: 1em;
	/* text-align: center; */
}

.collapsible_index,
.collapsible_index_center,
.collapsible_index_small {
	background-color: rgb(60, 68, 70);
	color: white;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	border: 4px;
	border-color: lightblue;
	text-align: center;
	outline: invert;
	font-size: 14px;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
}

.collapsible_index_small {
	width: 30%;
	margin: 0;
	font-size: 12px;
	background-color: rgb(81, 104, 109);

}

.collapsible_index_center {
	width: 25%;
}

.active,
.collapsible_index:hover,
.collapsible_index_small:hover {
	background-color: rgb(22, 24, 24);
}

.collapsible_index:after,
.collapsible_index_small:after {
	content: "\2B9F";
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2B9D";
}

.content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #f1f1f1;
}

.tip {
	display: inline-block;
	margin-left: 1.5em;
}

.h6head {
	font-size: large;
	padding-top: 1em;
}

.good-anchor {
	display: block;
	position: relative;
	top: 5em;
}

details {
	scroll-margin-top: 2.5em;
}

h5 {
	scroll-margin-top: 3.5em;
}


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

	to {
		-webkit-transform: scale(1)
	}
}

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

	to {
		transform: scale(1)
	}
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 1.5%;
	/* 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(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.9);
	/* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 70%;
	max-width: 70%;
}

/* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 850px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

ul#menu li {
	display: inline;
	font-size: small;
}

.heading-text {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 8px;
	font-size: medium;
	text-align: center;
}

.heading-pad {
	padding: 2px;
}

.photo-text {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: small;
}

.year-text {
	font-size: 18px;
	color: black;
	font-weight: bold;
	margin-top: 1.5rem;
	margin-bottom: 3px;
}

.mylink-text {
	font-size: small;
	list-style-type: square;
}

.mybutton-text {
	font-size: 14px;
	text-align: left;
}

.comment-text {
	font-size: small;
	margin-left: 20px;
}

.refresh-btn {
	padding: 6px 12px;
	font-size: 12px;
	background-color: #1e73be;
	/* blue */
	color: white;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	border: 2px solid white;
	/* 2px white outline */
	margin-top: 10px;
}

.refresh-btn:hover {
	background-color: #155a96;
}

/* === RodsTheme.css === */
.astext {
    background: none;
    border: none;
    margin: 0;
    padding: 3px 3px 0 0;
    width: 160px;
    border-bottom: medium silver inset;
    text-align: left;
}

.underlined {
    border-bottom: thin silver inset;
}

.scrollable-menu {
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
}

.menu-header {
    border-top: 1px solid #c0ffff;
    border-right: 1px solid #00f;
    border-bottom: 1px solid #00f;
    border-left: 1px solid #c0ffff;
    padding: 0;
    margin: 1px 0px 0px 0px;
    width: 198px;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

a.headerbutton:link,
a.headerbutton:visited {
    text-decoration: none;
    color: white;
    background-color: #009300;
    display: block;
    padding: 3px;
    border-top: 1px solid #c0ffff;
    border-right: 1px solid #00f;
    border-bottom: 1px solid #00f;
    border-left: 1px solid #c0ffff;
    padding: 0;
    margin: 8px 0px 0px 0px;
    width: 198px;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

a.menubutton:link,
a.menubutton:visited {
    text-decoration: none;
    color: black;
    background-color: #D7D7D0;
    display: block;
    padding: 0px;
    margin: 1px 0px 0px 0px;
}

div.button {
    border-top: 1px solid #c0ffff;
    border-right: 1px solid #00f;
    border-bottom: 1px solid #00f;
    border-left: 1px solid #c0ffff;
    padding: 0px;
    margin: 1px 0px 0px 0px;
    width: 198px;
    text-align: center;
}

.wrapper {
    width: 80%;
    margin: 0px auto;
    min-width: 1200px;
}

#navcontent {
    line-height: 30px;
    height: 100%;
    width: 200px;
    float: left;
    padding: 10px;
}

#header {
    float: left;
    /* height: 150px; */
    width: 100%;
    text-align: center;
    color: navy;
    height: 7vh;
}

#maincontent {
    width: 80%;
    float: left;
    padding: 10px;
    text-align: justify;
}

/* Popup CSS Stuff */
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(20, 20, 20, 0.4);
    visibility: hidden;
}

.overlay:target {
    visibility: visible;
}

.popup {
    margin: 70px auto;
    border: 10px teal outset;
    padding: 20px;
    background: #CCCCCC;
    width: 80%;
    position: relative;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Georgia;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 50px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

.popup .content {
    max-height: 480px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: medium outset teal;
}

.myfacebook {
    position: fixed;
    left: -10px;
    top: 75px;
}

.tr-center {
    font-size: medium !important;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    text-align: center;
}

/* This is for In the Shade of the June Apple Tree Stories */
#wrapper_s {
    width: 100%;
    min-width: 640px;
    max-width: 900px;
    margin: 0 auto;
}

#contentliquid_s {
    float: left;
    width: 100%;
}

#content_s {
    background: #FFFFFF;
    margin-right: 200px;
    line-height: 30px;
}

#rightcolumn_s {
    width: 150px;
    margin-left: -180px;
    margin-top: 15px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

/* use class names to hide content for jQuery v3.0 - see https://github.com/jquery/jquery/issues/2308 */
.hidden {
    display: none;
}

img.map,
map area {
    outline: none;
}

/* ul {padding-left: 20%;}

/* Replace Boostrap container-fluid */
.my-container-fluid {

    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

#largetext {
    /* border: 1px solid #dddddd; */
    font-size: large;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: black;
    outline: auto;
    background-color: rgba(104, 157, 193, 0.3);
    /* Blue with 50% opacity */
    color: black;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
}

#myBtn:hover {
    background-color: #555;
}

.collapsible {
    cursor: pointer;
    padding: 5px;
    border: medium;
    text-align: left;
    outline: none;
    font-size: 15px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 10px;
}

/*.active,
.collapsible:hover {
    background-color: white;
} */

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/*
.active:after {
    content: "\2212";
}
*/

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* Image Code */
body {
    font-family: Arial, Helvetica, sans-serif;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 1.5%;
    /* 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(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    width: 100%;
    height: 95%;
    object-fit: contain;
    background-color: transparent;
    /*
    margin: auto;
    display: block;
    width: 70%;
    max-width: 100%;
    */
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 850px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

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

    to {
        -webkit-transform: scale(1)
    }
}

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

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.trails-background {
    background-color: white;
}

div.figure,
div.figureleft,
div.photopage,
div.figuresmall,
div.figurex-small,
div.figure-large {
    float: right;
    width: 50%;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
}

div.figuresmall {
    width: 40%;
}

div.figurex-small {
    width: 30%;
}

div.figure-large {
    width: 100%;
}

div.figureleft {
    float: left;
}

div.photopage {
    width: 100%;
}



div.figure_full {
    float: right;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;
}

div.figure-vert {
    float: right;
    width: 30%;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;
}

.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
}

.Heading-2-Char {
    font-family: Calibri Light;
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.No-Spacing {
    text-align: left;
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: avoid;
    line-height: normal;
    margin-top: 0pt;
    margin-bottom: 0pt;
    font-family: Calibri;
    font-size: 11pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Normal--Web- {
    text-align: left;
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: avoid;
    line-height: normal;
    -sf-before-space-auto: yes;
    margin-top: 14pt;
    -sf-after-space-auto: yes;
    margin-bottom: 14pt;
    font-family: Calibri;
    font-size: 12pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Hyperlink {
    color: #0000FF;
    font-family: Calibri;
    font-size: 11pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: underline;
}

.No-Spacing-Char {
    font-family: Calibri;
    font-size: 11pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Intense-Quote {
    text-align: center;
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: avoid;
    line-height: normal;
    margin-top: 14pt;
    margin-bottom: 14pt;
    margin-left: 54pt;
    margin-right: 54pt;
    color: #404040;
    font-family: Calibri;
    font-size: 16pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Intense-Quote-Char {
    color: #404040;
    font-family: Calibri;
    font-size: 16pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.NB-Minor-Head {
    text-align: left;
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: avoid;
    line-height: 115%;
    margin-top: 0pt;
    margin-bottom: 0pt;
    font-family: Calibri;
    font-size: 10pt;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

.NB-Minor-Head-Char {
    font-family: Arial;
    font-size: 10pt;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

.NB-Title {
    text-align: center;
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: avoid;
    line-height: normal;
    margin-top: 0pt;
    margin-bottom: 0pt;
    font-family: Calibri;
    font-size: 16pt;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

.NB-Title-Char {
    color: #000000;
    font-family: Arial;
    font-size: 16pt;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

.NB-Footer {
    text-align: left;
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: avoid;
    line-height: normal;
    margin-top: 0pt;
    margin-bottom: 0pt;
    font-family: Calibri;
    font-size: 10pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.NB-Footer-Char {
    font-family: Arial;
    font-size: 10pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Heading-1-Char {
    font-family: Calibri Light;
    font-size: 18pt;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Heading-4-Char {
    font-family: Calibri Light;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Emphasis {
    font-family: Calibri;
    font-size: 11pt;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    font-variant: normal;
}

.List-Paragraph {
    text-align: left;
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: avoid;
    line-height: 107.916664%;
    margin-top: 0pt;
    margin-bottom: 8pt;
    margin-left: 36pt;
    font-family: Calibri;
    font-size: 12pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Heading-3-Char {
    font-family: Calibri Light;
    font-size: 14pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
}

.Heading-5-Char {
    font-family: Calibri Light;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: normal;
    font-style: italic;
    font-variant: normal;
}

.Heading-6-Char {
    color: #262626;
    font-family: Calibri Light;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

.Heading-7-Char {
    color: #262626;
    font-family: Calibri Light;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-variant: normal;
}

.Heading-8-Char {
    color: #7F7F7F;
    font-family: Calibri Light;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

.Heading-9-Char {
    color: #7F7F7F;
    font-family: Calibri Light;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-variant: normal;
}

.Caption {
    text-align: left;
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: avoid;
    line-height: normal;
    margin-top: 0pt;
    margin-bottom: 8pt;
    color: #595959;
    font-family: Calibri;
    font-size: 12pt;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
}

.Title {
    text-align: center;
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: avoid;
    line-height: normal;
    margin-top: 0pt;
    margin-bottom: 0pt;
    letter-spacing: -0.5pt;
    color: #404040;
    font-family: Calibri Light;
    font-size: 36pt;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Title-Char {
    letter-spacing: -0.5pt;
    color: #404040;
    font-family: Calibri Light;
    font-size: 36pt;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Subtitle {
    text-align: left;
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: avoid;
    line-height: 107.916664%;
    margin-top: 0pt;
    margin-bottom: 8pt;
    color: #595959;
    font-family: Calibri Light;
    font-size: 14pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
}

.Subtitle-Char {
    color: #595959;
    font-family: Calibri Light;
    font-size: 14pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
}

.Strong {
    font-family: Calibri;
    font-size: 11pt;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

.Quote {
    text-align: left;
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: avoid;
    line-height: normal;
    margin-top: 8pt;
    margin-bottom: 8pt;
    margin-left: 36pt;
    margin-right: 36pt;
    font-family: Calibri Light;
    font-size: 12.5pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Quote-Char {
    font-family: Calibri Light;
    font-size: 12.5pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Subtle-Emphasis {
    color: #595959;
    font-family: Calibri;
    font-size: 11pt;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    font-variant: normal;
}

.Intense-Emphasis {
    font-family: Calibri;
    font-size: 11pt;
    text-transform: none;
    font-weight: bold;
    font-style: italic;
    font-variant: normal;
}

.Subtle-Reference {
    color: #404040;
    font-family: Calibri;
    font-size: 11pt;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
    text-decoration: underline;
}

.Intense-Reference {
    letter-spacing: 0.15pt;
    font-family: Calibri;
    font-size: 11pt;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    text-decoration: underline;
}

.Book-Title {
    letter-spacing: 0.35pt;
    font-family: Calibri;
    font-size: 11pt;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
}

.TOC-Heading {
    text-align: left;
    page-break-inside: avoid;
    page-break-after: avoid;
    page-break-before: avoid;
    line-height: normal;
    margin-top: 20pt;
    margin-bottom: 2pt;
    font-family: Calibri Light;
    font-size: 18pt;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

/* ===== Modal Next/Prev Arrows (shared across all Fav Photos pages) ===== */
.modalArrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    /* above .modal which is z-index:1 */
    color: #f1f1f1;
    font-size: 60px;
    font-weight: bold;
    padding: 10px 14px;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

    /* readable on bright photos */
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.modalArrow:hover {
    color: #bbb;
}

.modalPrev {
    left: 14px;
}

.modalNext {
    right: 14px;
}

.modalArrow.disabled {
    opacity: 0.25;
    pointer-events: none;
}

@media only screen and (max-width: 700px) {
    .modalArrow {
        font-size: 52px;
    }

    .modalPrev {
        left: 10px;
    }

    .modalNext {
        right: 10px;
    }
}

/* ===== Modal top-right controls (Close + Fullscreen) ===== */
.modalControls {
    position: fixed;
    top: 12px;
    right: 18px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

/* Close X */
.modalControls .close {
    color: #f1f1f1;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

/* Fullscreen button */
#modalFs {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 16px;
    cursor: pointer;
}

/* Mobile spacing tweak 
@media (max-width: 700px) {
    .modalControls {
        top: 10px;
        right: 12px;
    }
}*/



.logo img {
  height: 82px;      /* controls size on desktop */
  width: auto;
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

header {
  background: whitesmoke;
  color: white;
  position: relative;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 20px 4px 20px;
  max-width: 1200px;
  margin: auto;
}

.site-title {
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}

/* Desktop nav */
nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

nav a {
  color: black;
  text-decoration: none;
  font-size: 1rem;
}

nav a:hover {
  text-decoration: underline;
}

nav::after {
  display: none !important;
  content: none !important;
}


/* Search */
.search-form {
  display: flex;
  align-items: center;
}

.search-form input {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
}

.search-form button {
  appearance: none;
  -webkit-appearance: none;
}


/* Hamburger */
.hamburger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: white;   /* visible on dark header */
}


/* ===== Mobile Dropdown ===== */
@media (max-width: 768px) {
  .logo img {
    height: 52px;      /* phone size */
  }    

  .hamburger {
    display: block;
    color: black;
  }

  nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    background: #ffffff !important;   /* force override */
    color: #1f3d3b;

    display: none;
    flex-direction: column;

    padding: 15px 0;
    border-top: 1px solid #ddd;
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    z-index: 9999;
  }

  nav.active {
    display: flex;
  }

  nav a {
    color: #1f3d3b !important;
    /* padding: 14px 0; */
    font-size: 1.2rem;
    text-align: center;
  }

  nav a:hover {
    background: #f2f2f2;
  }

  .search-form {
    padding: 15px 20px;
    justify-content: center;
  }

  .search-form input {
    width: 75%;
    border: 1px solid #ccc;
  }

  .search-form button {
    color: #1f3d3b;
  }
}

	/* ===== Modern travel-style expanding search ===== */
	.site-search {
		position: relative;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	/* Icon button */
	.search-toggle {
		border: 1px solid rgba(0, 0, 0, 0.12);
		background: rgba(255, 255, 255, 0.9);
		border-radius: 999px;
		padding: 10px 12px;
		cursor: pointer;
		line-height: 1;
		user-select: none;
		box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
		transition: transform 180ms ease, box-shadow 180ms ease;
	}

	.search-toggle:active {
		transform: scale(0.98);
	}

	/* The form starts collapsed */
	.search-form {
		width: 0;
		overflow: hidden;
		display: flex;
		align-items: center;
		gap: 8px;

		border: 1px solid rgba(0, 0, 0, 0.12);
		background: rgba(255, 255, 255, 0.92);
		border-radius: 999px;

		padding: 8px;
		opacity: 0;
		pointer-events: none;

		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
		backdrop-filter: blur(8px);

		transition:
			width 260ms ease,
			opacity 180ms ease;
	}

	/* Input */
	.search-form input {
		border: none;
		outline: none;
		background: transparent;
		font-size: 15px;
		width: 100%;
		min-width: 0;
		padding: 6px 8px;
	}

	/* "Enter" button */
	.search-go {
		border: none;
		background: rgba(0, 0, 0, 0.06);
		border-radius: 999px;
		padding: 7px 10px;
		cursor: pointer;
		font-size: 14px;
		line-height: 1;
	}

	/* Open state on desktop/tablet: expands inline */
	.site-search.open .search-form {
		width: 320px;
		opacity: 1;
		pointer-events: auto;
	}

	.site-search.open .search-toggle {
		box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
	}

	/* ===== Mobile slide-down behavior ===== */
	@media (max-width: 768px) {

		/* Keep icon visible; form becomes a dropdown panel */
		.site-search {
			position: static;
		}

		.site-search .search-form {
			position: absolute;
			left: 12px;
			right: 12px;
			top: calc(100% + 10px);

			width: auto;
			/* allow full width */
			opacity: 0;
			pointer-events: none;

			transform: translateY(-12px);
			transition:
				transform 220ms ease,
				opacity 180ms ease;
		}

		.site-search.open .search-form {
			opacity: 1;
			pointer-events: auto;
			transform: translateY(0);
		}

		.site-search.open .search-form input {
			padding: 10px 10px;
			font-size: 16px;
			/* nicer on mobile */
		}
	}
    .contents-list p {
        margin: 1px 0; /* nice tight stack */
        padding-left: 24px;
    }



