/* CSS Document - EmbedPDFStyles.css created: 08 JUN 2025 */
/* Updated: 12 JUN 2025 */
/* Attached to HTML files: PDFembed */

body {
	background-color: #B3B3B3; /* light shade of gray */
	padding-left: 15px;
	min-width:600px;
}

@font-face {
    font-family: 'Jefferies';
    src: url(http://librarytrekker.x10host.com/fonts/Jefferies.ttf) format('truetype');
    src: url('fonts/Jefferies.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KirvyRegular';
    src: url(http://librarytrekker.x10host.com/fonts/KirvyRegular.otf) format('truetype');
    src: url('fonts/KirvyRegular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KirvyBold';
    src: url(http://librarytrekker.x10host.com/fonts/KirvyBold.otf) format('truetype');
    src: url('fonts/KirvyBold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url(http://librarytrekker.x10host.com/fonts/Ubuntu.ttf) format('truetype');
    src: url('fonts/Ubuntu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.center {
	text-align:center; color: #363848; /* Aircraft Insignia Blue */
	font-family: "Jefferies", "Segoe Print", Arial, Helvetica, sans-serif;
}

ul.main-nav {
	background: none repeat 0 0; background-color: #2D5373; /* Venice Blue (source: https://www.htmlcsscolor.com/hex/2D5373) */
	color: yellow; text-align: right; font-size: 20px;
}

header {
	background-color: #2D5373; color: #D7D7D7; text-align:left;
}

.hder {
	font-family: "Jefferies", "Segoe Print", Arial, Helvetica, sans-serif;
	color: #A9A9A9; /* darkgray */ margin-left: 10px;
}

#container {
	margin-left:auto; margin-right:auto; width: 1280px; height: 900px; overflow:auto;
}

.left-bar {
	float:left; min-width:50px; width:175px; margin-left:5px; margin-top:80px; /*font-size: large;*/
}

article {
	float: left; min-width:150px; max-width:775px; padding: 10px; display:block; 
	margin-left:5px; margin-top:5px; /*font-size: large;*/
}

.right-bar {
	float:right; min-width:50px; width:225px; margin-left:5px; margin-top:80px; /*font-size: medium;*/
}

.pdf {
      width: 100%; height: 100%;
      align: center; aspect-ratio: 4 / 3;
	  margin: 0; padding: 0;
}

h1 {
    text-align: left; 		
	font-family: Arial, Helvetica, sans-serif; color: #363848; /* Aircraft Insignia Blue */ 
 }
 

p {
	font-family: "KirvyRegular", "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 18px; color: #2D5373;
}

footer {
	background-color: #2D5373; color: #D7D7D7; text-align:center;
	padding-top: 2px; padding-bottom: 2px;
}

.fter {
	font-family: Gadugi, Arial, Helvetica, sans-serif; font-size: 11px;	
	color: #A9A9A9; /* darkgray */
}

li {
	display:inline; font-family: Ubuntu, Gadugi, Arial, Helvetica, sans-serif; font-size: 20px; 
	color: #D7D7D7; /* shade of gray */ /*#BCAB90; */
}

li a, .dropbtn {
	background-color: #2D5373; /* #004F98; /* #4a5444; */
	color: #D7D7D7; /* shade of gray */ /* #F5F5F5; WhiteSmoke */ /*#DAA520; /* goldenrod */
	padding: 5px 10px; /* 10px 15px; */
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

li a.link {
	color: #D7D7D7; /* #92B6D5; /* Airy Blue */
	text-align: center;
	text-decoration: none;
}

li a.active {
	background-color: #92B6D5;
	color: #F5F5F5;
}
/*
li a:hover {
	background-color: #555555; /* #f1eaee; /* Aircraft White */
	/*color: #D7D7D7; /* #46554f; /* Gunship Green 
	text-decoration: none;
}

.dropdown:hover .dropbtn {
	background-color: #555555; /* #f1eaee; /* Aircraft White 
	color: #00308F; /* #D7D7D7; /* #46554f; /* Gunship Green 
	text-decoration: none;
}

li.dropdown {
    display: inline-block;
    /* background-color: #708090; /* slategray 
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #00308F;/* #f9f9f9; 
    color:black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #D7D7D7; /* #00308F; US Air Force Blue 
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
	background-color: #555555; /*#f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}
*/
a {
	color: #00477e; /* Highway Blue */
}

a:link {
	/* color: #004F98; /* US AF Academy Blue */
	text-align:center;
	text-decoration:none;
}

a:hover {
	color: #D7D7D7; /* shade of gray */ 
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

p.footcopy {
		color: #A9A9A9; /* darkgray */ text-align: center; 
		font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}