body {
	font-family: 'Kameron', serif;
	/*font-size: 2.0em;*/
	font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1600 - 320)));
}

h1 {
	font-size: calc(24px + (20 - 12) * ((100vw - 320px) / (1600 - 320)));
}
	  
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.link {
	color: #fff;
	font-weight: bold;
	font-size: .8em;
}
	  
.PubDate, .Status, .Session {
	font-size: .8em;
	font-style: italic;
	color: #929292;
}
	  
.Title {
	font-weight: bold;
	
}


.accordion {

}

.accordion-item {
	margin-bottom: 5px;
}

.accordion-button {
	font-size: .8em;
}

.accordion-header {
	color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.accordion-button {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.card {
	margin-bottom: 10px;
	background-color: #ff0000;
}

.card-body {
--bs-light-rgb: 255,255,255;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}


.Title {
	font-weight: bold;
	
}

.PubDate {
	padding-left: 20px;
}

.fa-file-text {
	font-size: .7em;
}


.updated {
	font-size: .7em;
}

.alert-warning {
--bs-warning-text: #997404;
--bs-warning-bg-subtle: #fcf8e3;
--bs-warning-border-subtle: #ffe69c;
--bs-warning-text: #997404;
    --bs-alert-color: var(--bs-warning-text);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text);
}



@media print {
	
	a:link:after, a:visited:after { content:" [" attr(href) "] "; font-size:90%; }
	
			
	.bg {
		display: none;
	}
	
	.accordion-body {
		display: block;
	}
}

body, html {
    height: 100%;
}

