:root{
	--secondary-bg: #aa6;
	--third-bg: #313624;
	--fourth-bg:#313624;
	--darken4: #0004;
	--darken8: #0008;
	--lightest:#fee;
	--light:#ade ;
	--text:#ffffff
}
html * {box-sizing: border-box;}

body{
	background-color: #1A1616; 
	font-family: "Avenir Next", systems-ui,sans-serif;
	font-size: 22px;
	line-height: 1.4em;
	margin:0;
}
body>*{
	padding:1em;
}
header{
	background-image: linear-gradient(#0009,#0002),url("images/cover.jpg");
	background-size:cover;
	background-position: top;
	min-height:50vh;
	display:flex;
	flex-direction:column;
	justify-content:space-between ;
	align-items: stretch;
	padding:0;
	color: var(--lightest);
}
header>* {
	text-align: center;
	margin: 0;
}
h1{
	text-align:start;
	padding:.5em;
	font-family: "Georgia";
	font-size:2vw;
	color:var(--text);
}
h2{
	
	padding: 1em;
	font-size:6vw;
	letter-spacing:3px;
	line-height:1em;
	font-family: "Georgia";
	color:var(--text);
}
h3{
	display:flex;
	flex-direction:;
	font-size:40px;
	font-family: "Georgia";
	justify-content: space-evenly;
	letter-spacing:3px;
	line-height:1em;
}
h4{
	font-size:25px;
	font-family:"Georgia";
	justify-content:space-evenly;
	letter-spacing: 3px;


}
ul.nav{
	list-style:none;
	padding:0;
	display:flex;
	flex-direction: row;
	justify-content: space-evenly;
	font-size: 1.5vw;
}
li.toplinks{
	font-family:  "Georgia";
	font-size:2vw;
	min-width: 10%;
	font-weight:bold;
	margin:.5em;
}
a.toplink{
	color:var(--lightest);
	background-color: var(--darken8);
	padding: .4em .5em .3em;
	display:block;
	text-decoration: none;
	border-radius: 10px;
}	
main{
	display: flex;
	flex-direction: row;
	gap: 1em;
}
main>section {
	width:50%;
}


section.primary {
	background-color: var(--third-bg);
	padding: 1em;
	color:var(--text);
	
a.link{
	color:yellow;
}
a.visited{
	color:green;
}
a:hover {
	color:lightblue;
}
img.title{
	height:auto;
	width:85%;
	
}

img.one{
	
	height:auto;
	width:50%;

}


}
section.secondary{
	background-color: var(--fourth-bg);
	padding:1em;
	color:var(--text);

	
img.two{

	height:auto;
	width:50%;
}
	

.video-wrapper{
	position: relative;
	height:0;
	padding-bottom: 56.25%;        /* 16:9 ratio */
}

.video-wrapper iframe{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	
}
}

footer{
	font-family:"Georgia";
	color:var(--text);
}

