body {
	--primary-color: #E3DEDB;
	--comp-color: #FC9;
	--analog-color-1: #99F;
	--analog-color-2: #9FF;
	--triad-color-1: #F9C;
	--triad-color-2: #CF9;
	--darker-color: #C8BEB7;
	--lighter-color: #DDD;
	--darker-color-2: #444;
	--lighter-color-2: #CCC;
	--content-color: #FFF;
	--text-color: #000;
	
	--darker-comp: #FB6;
	--lighter-comp: #FDA;
	--darker-comp-2: #975;
	--lighter-comp-2: #FEC;
	
	background-color: #C4404C;
	background-image: url("./images/bg2.svg") !important;
	/* By DavidZydd from https://pixabay.com/vectors/triangle-background-abstract-color-2724449/ */
	background-position: center center;
	background-size: 100vw;
	
	font-family: Tahoma, sans-serif;
	
	padding: 0px 10% 0px 10%;
	margin: 0px;
	
}

html {
	border-color: var(--darker-color-2);
	overflow-x: hidden;
}

footer {
	background: var(--content-color);
	width: auto;
	margin: 16px 0 0 0;
	padding: 6px;
	border: solid;
	border-bottom:none;
	border-radius: 12px 12px 0 0;
	border-color: var(--darker-color-2);
	position: relative;
	bottom: -19px;
	
	text-align: center;
}

footer div {
	display: inline-table;
	height: 100%;
	vertical-align: top;
	margin-left: 2%;
	margin-right: 2%;
	text-align: left;
}

footer div a, h5 {
	color: var(--darker-color-2);
	font-family: sans-serif;
	text-decoration-line: none;
}

footer div img {
	max-height: 85px;
	height: 5%;
}

footer h5 {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

/* li {
	text-indent: -20px;
	margin-left: 20px;
} */

#probonocontent h1, #probonocontent h2 {
	font-weight: bold;
}

#probonocontent h3, #probonocontent h4, #probonocontent h5 {
	font-weight: normal;
}

.banner {
	text-align: center;
	margin: 4px 0 8px 0;
	padding: 24px 8px 24px 8px;
	background-color: var(--content-color);
	border-radius: 16px;
	border: solid 6px;
	border-color: var(--darker-comp);
	font-weight: bold;
	font-size: 20px;
	font-family: "Trebuchet MS", monospace, sans-serif;
}

.headline {
	font-size: 2.5vw;
	padding-bottom: 8px;
	padding-top: 16px;
}

.headtitle {
	font-size: 4.5vw;
	padding-bottom: 8px;
}

.headsub {
	font-size: 1.5vw;
	font-style: italic;
	font-weight: 100;
}

#logobar {
	position: relative;
	text-align: center;
	margin: auto;
	padding: 12px 10% 12px 10%;
	z-index: 150;
	vertical-align: center;
	
	border-left: solid;
	border-right: solid;
	border-color: var(--darker-color-2);
	background: var(--content-color);
}

#load-spinner {
	width: 100%;
	height: 15vw;
}

.loading-bg {
	background-image: url("./spinner.svg");
	background-size: 15%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: fill;
	
	transform: translateZ(0);
}

#navbar a:link, #navbar a:hover, #navbar a:visited {
	text-decoration: none;
	color: #000 !important;
}

#navbar {
	text-align: center;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	left: 10%;
	right: 10%;
	z-index: 100;
	
	background: var(--content-color);
	width: auto;
	margin-bottom: 12px;
	padding: 12px 10% 12px 10%;
	border: solid;
	border-top: none;
	border-color: var(--darker-color-2);
	border-radius: 0px 0px 12px 12px;
}

#navbar .searchbox {
	border-radius:5px;
	display:inline-block !important;
}

.content {
	background-color: var(--content-color);
	text-align: center;
	
	border: solid;
	border-radius: 12px;
	border-color: var(--darker-color-2);
	
	padding: 12px 24px 12px 24px;
	margin: 16px 0 16px 0;
	
	min-height: 100vh;
}

.clarity {
	font-family: Tahoma !important;
	font-weight: Normal !important;
}

.navbutton {
	background-color: var(--lighter-color);
	padding: 8px 16px 8px 16px;
	margin-top: 3px;
	display: inline-block;
	border-radius: 6px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	cursor: pointer;
	text-decoration-line: none;
	text-decoration: none;
	color: #000;
}

.navcart {
	padding: 0;
	margin: 3px 0px 3px 0px;
	border-radius: 6px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

#scrolllogo {
	position: fixed;
	top: 8px;
	left: 12%;
	width: 50px;
	z-index: 102;
}

#probono {background-color: var(--comp-color);color: #800;}

.horizontal-menu {
	margin-top: 5px !important;
	border: none !important;
}

.horizontal-menu-item a {
	background-color: var(--lighter-color) !important;
	padding: 6px 12px 6px 12px !important;
	margin: 3px !important;
	display: inline-block !important;
	border-radius: 6px !important;
	font-family: Tahoma, sans-serif !important;
	font-weight: bold !important;
	cursor: pointer !important;
	text-decoration-line: none !important;
	text-decoration: none !important;
	color: #000 !important;
	
}

#ownerdisplay h2 {
	font-weight: bold;
	font-family: sans-serif;
}

#ownerdisplay h3 {
	font-style: italic;
	font-weight: normal;
}

#logobar div {
		display: inline-block;
		margin: 0 2% 0 2%;
		font-family: "Georgia", "Brush Script MT";
		font-weight: normal;
		vertical-align: center;
		height: auto;
}

#logobar h1 {
	
}

#logobar h2, #logobar h3, #logobar h4 {
	font-family: Livvic, sans-serif;
}

.Hidden {
	display: none;
}

.VirtualAgent {
	background-color: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 30%;
	height: 400px;
}

grid-category__title-inner {
	color: #00D !important;
}

grid-category__title-inner:hover {
	color: #99F !important;
}

#CloseVAButton {
	width: 60px;
	height: 30px;
	position: fixed;
	z-index: 3;
	bottom: 360px;
	right: 6px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
}

#OpenVAButton {
	width: 100px;
	height: 40px;
	position: fixed;
	z-index: 1;
	bottom: 10%;
	right: 0;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	color: #00f;
	cursor: pointer;
	text-decoration: underline;
	background: var(--lighter-color-2);
	width: auto;
	margin: 16px 0 0 0;
	padding: 6px;
	border: solid;
	border-right:none;
	border-radius: 12px 0 0 12px;
	border-color: var(--darker-color-2);
}

.hidden {
	display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: auto;
  background-color: #fff;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 200;
  border: 1px solid #ededed;
  border-radius: 5px;
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.navbutton:hover .dropdown-content {display: block;}
.navbutton:focus .dropdown-content {display: block;}
.navbutton:focus-within .dropdown-content {display: block;}

.navbutton:hover .dropbtn {background-color: #3e8e41;}
.navbutton:focus .dropbtn {background-color: #3e8e41;}

.acc-label {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  background-color: #fff;
  z-index: 500;
}

.acc-label:focus {
  position: absolute;
  width: auto;
  height: auto;
}

.ad-side-l {
	display: fixed;
	left:0px;
	width:100px;
	height:500px;
}
	
.horizontal-menu {
	display: flex !important;
	justify-content: center !important;
}
	
@media screen and (max-width: 800px) {
	body {
		padding: 0px 12px 0px 12px;
	}
	
	.VirtualAgent {
		position: relative;
		right:0;
		bottom:0;
		width: 100%;
		height: 70vh;
	}
	
	#OpenVAButton {
		display: none;
	}
	
	#CloseVAButton {
		display: none;
	}
	
	.content {
		padding: 36px 12px 6px 12px;
		margin-bottom: 16px;
	}
	
	footer h5 {
		text-align: center;
	}
	
	footer div img {
		max-height: 70px;
	}
	
	h2 {font-size:16px;}
	
	#logobar div {
		display: block;
	}
	
	#logobar {
		padding: 12px 0 12px 0;
	}
	
	.loading-bg {
		background-size: 25%;
		height: 25vh !important;
	}
	
	.navbutton {
	padding: 10px 20px 10px 20px;
	font-size: 18px;
	border-radius: 12px;
	}
	
	#navbar {
		padding: 30px 70px 6px 70px;
	}
	
	#scrolllogo {
	position: fixed;
	top: 6px;
	left: 42px;
	}
	
	.headline {
		font-size: 4vw;
		padding-bottom: 8px;
		padding-top: 4px;
	}

	.headtitle {
		font-size: 6vw;
		padding-bottom: 8px;
		font-weight: 600;
	}
	
	.headsub {
		font-size: 3vw;
	}
	
	.logoimg {
		max-width: 80%;
	}
	
	.ad-mobile {
		visibility: visible;
	}
	
	.ad-desktop {
		/*visibility: hidden;*/
	}
}

@media screen and (min-width: 801px) {
	.navbutton {margin: 0px 3px 0px 3px;}
	.navbutton:hover {background-color: var(--lighter-color-2);}
	.navbutton:active {background-color: var(--darker-color-2);}
	.horizontal-menu-item a:hover {background-color: var(--lighter-color-2) !important;}
	.horizontal-menu-item a:active {background-color: var(--darker-color-2) !important;}
	#probono:hover {background-color: var(--lighter-comp-2);}
	#probono:active {background-color: var(--darker-comp-2);}
}

