/*  Valheim Conference
      CSS by RogueOgre.
      Licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0).
      https://creativecommons.org/licenses/by/4.0/
*/

@font-face { font-family: Norse; src: url('Norsebold.otf'); }
@font-face { font-family: SansReg; src: url('OpenSans-Regular.ttf'); }
@font-face { font-family: SansBold; src: url('OpenSans-Bold.ttf'); }
@font-face { font-family: SansSemiBold; src: url('OpenSans-SemiBold.ttf'); }

/*
	#ffc502	yellow		previous #fad02c
	#b88917	dark yellow
	#fa662c	orange
	#220a01	dark orange	170700
	#dedede	grey
*/

body {
	background-color: #242222;
	color: #ffffff;
	font-family: SansReg, sans-serif;
	font-size: 100%;
	background-image: url('Symbol_Black_medium.png');
	background-size: 180vw;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 10vw 20vh;
}

/*  highlight color  */
::selection {
background-color: #fa662c;
color: #222222;
}

.mail,a:link,a:visited,a:active {
	color: #fa662c;
}

a:hover { color: #666666;  }

.yellow { color: #ffc502; }


/* Navigation Menu */
.navbar {
	background-color: #000000;
	border-style: solid none solid none;
	border-color: #ffc502;
	border-width: 1px;
	position: fixed; /* Set the navbar to fixed position */
	z-index: 10;
	top: 0; /* Position the navbar at the top of the page */
	left: 0;
	width: 100%;
}

.navbar a:link,.navbar a:visited,.navbar a:active {
	color: #ffc502;
	font-family: Norse;
	font-size: 2em;
	margin: 0;
	padding: 5px 20px;
	text-decoration: none;
	border-radius: 10px;
}


/* Change background on mouse-over */
.navbar .navbarright a:hover {
	background: #ffc502;
	color: #000000;
}

.navbarcenter {
	width: 100%;
	clear: both;
}

.navbar .navbarleft {
	display: flex;
	align-items: center;
	float: left;
}

.navbar .navbarright {
	display: flex;
	align-items: center;
	float: right;
	height: 50px;
}

.navbar .navbarlogo {
	width: 100px;
}

/* Dropdown menu in navigation menu */
.dropdown {
	position: relative;
}

.dropdowncontent {
	display: none;
	position: absolute;
	background-color: #000000;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 20px 5px;
	min-width: 25ch;
	border-radius: 10px;
}

.dropdown:hover .dropdowncontent {
	display: block
}


/* Archived page header modification */
.navarchive {
	background-color: #fa662c;
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
	clear: both;
}

.navarchive a:link, .navarchive a:visited, .navarchive a:active {
	color: #000000;
}



div.menuspace { height: 80; }

hr { margin-top: 50px; margin-bottom: 50px; width:82%; }


/* Footer stuff */

.footer {
	background-color: #000000;
	padding: 5px 20px;
	border-style: solid none solid none;
	border-color: #ffc502;
	border-width: 1px;
	left: 0;
}

.feet {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.foot {
	padding: 10px;
	margin: 5px 20px;
	text-align: left;
	min-width: 140px;
}

.foot a:link,.foot a:visited,.foot a:active {
	color: #dedede;
	text-decoration: none;
}

.foot a:hover { color: #666666;  }





.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}

img.banner {
	width: 100%;
}

/*  fonts  */
.title {
/*	background-color: #220c01; */
	color: #ffc502;
	font-family: Norse;
	font-size: 6em;
	letter-spacing: 0px;
	margin: 20px;
	padding:15px 20px 5px 20px;
	text-align: center;
  }

.heading {
	color: #ffc502;
	font-family: Norse;
	font-size: 2.5em;
}

.subtitle {
	color: #dedede;
	font-family: SansSemiBold;
	font-size: 2em;
}




div.contentdiv {
	margin: 10px 0 30px 0;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	max-width: 1000px;
}

div.content {
	background-color: #151515;
	padding: 15px;
	line-height: 25px;
	border-radius: 15px;
	opacity: 0.92;
}



.eventoutline {
	display: flex;
}

.eventoutline > div {
	border-color: #ffc502;
	border-style: solid;
	border-width: 2px;
	border-radius: 15px;
	padding: 20px;
	margin: 5px;
	width: 100%;
	display: table;
}

.eventoutline p {
	padding: 10px;
	margin: 0px;
	color: white;
}





.guestprofile {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0rem;
}


.profile {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(18ch,1fr));
	gap: 1rem;
}

.profile p, .guestprofile p {
	text-align: center;
}

.profile p > img, .guestprofile p > img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	width: 70px;
}

.profile a img, .guestprofile a img {
	width: 30px;
}

.creator {
	display: block;
	font-weight: bold;
}

.socials {
	display:flex;
	justify-content: center;
}

.socials * {
	flex: 0 1 auto;
	padding-inline: 3px;
}

.link {
	display: block;
}



/* clear float avatars above - Creators page */
div.clear {
	clear: both;
}

div.contentyellow {
	background-color: #151515;
	padding: 8px 20px;
	line-height: 20px;
	border: 3px solid #ffc502;
	border-radius: 15px;
	margin: 80px 40px;
	opacity: 0.92;
}



li {
	margin: 10px 0px 10px 0px;
}

/* program page & table */
.borderline > p {
	border-style: solid;
	border-color: #454545;
	border-width: 1px;
	padding: 3px;
}


/* background color for EVEN table rows. */
tr:nth-child(even) {
    background-color: #000000;
}

td {
	padding: 3px;
}




/* orange CallToAction button */
.ctabutton {
	background-color: #fa662c;
	font-family: SansBold;
	font-size: 1.2em;
	padding: 10px;
	display: inline-block;
	border-radius: 15px;
}

.ctabutton:hover {
	background-color: #e64505;
}

.ctabutton a:link,.ctabutton a:visited,.ctabutton a:active {
	color:#ffffff;
	text-decoration:none; 
}

.buttonpair {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0rem;
	width: 100%;
}

.buttonpair p > a {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	width: 70px;
}



/* blue button looking like mod manager */
span.modbutton {
	background-color: #008af2;
	color: white;
	font-family: SansBold;
	font-size: .9em;
	padding: 4px;
	margin: 2px;
	border-radius: 5px;
}

.fineprint { font-size: 0.6em; }