@charset "utf-8";

body {
    background-color: #F5822F;
    background-image: url("https://olwskndp.ca/images/bg_slice_pingy.png"), url("https://olwskndp.ca/images/IMG_0127.jpg");
    background-position: 50% 0%, 50% 0%;
    background-repeat: repeat-y, no-repeat;
    background-attachment: fixed, fixed;
    background-size: 1920px, 100%;
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
}

div.logobox {
	position: absolute;
	opacity: 0.8;
	filter: alpha(opacity=0.8);
	transition: 1s ease;
}

div.logobox:hover {
	opacity: 1.0;
	filter: alpha(opacity=1.0);
	transition: 2s ease;
}

div.topbuttonbox_nu {
	width: 960px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}

div.navbarbox_nu {
	width: 960px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	margin-top:96px;
	margin-bottom: 0px;
}

.navbutton_nu {
	width: 192px;
	height: 36px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	background: url(https://olwskndp.ca/images/navbuttons_nu_sheet.png) 0 0;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	color: #F58220;
	opacity: 0.8;
	transition: 0.25s linear;
}

div.navbutton_nu:hover {
	background: url(https://olwskndp.ca/images/navbuttons_nu_sheet.png) 192px 0;
	color: #58595B;
	transition: 0.25s ease;
}

div.navbutton_nu:active {
	color: #036;
}

div.bodybox_nu {
	position: inherit;
	width: 960px;
	height: auto;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	background-image: ;
	background-repeat: ;
	background-position: ;
	background-color: ;
	overflow-y: ;
	overflow-x: ;
	z-index: 1;

}

div.bottombox_nu {
	width: 800px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 18px;
	padding-top: 1px;
	border-radius: 8px 8px 8px 8px;
	background-color: #f79949;
	opacity: 1.0;
}

div.topbox_nu {
	width: 1025px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -32px;
	background-color: #f79949;
	opacity: 1.0;
}

div.vidbox_nu {
	position: relative;
	width: 920px;
	margin-left: 20px;
	margin-right: auto;
	opacity: 1.0;
}

div.vidbox_nu:hover {
	opacity: 1.0;
}

.bodycell_nu {
	color: #282a3a;
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 1.6;
	background-image: url();
	background-position: ;
    animation: fadeIn 1s;
}

div.vidbox_frame {
	position: absolute;
	display: block;
	background-image: ;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 580px;
	left: 0px;
	margin-top: 181px;
}

div.topbuttonsleft {
    float: left;
	width: ;
	padding-top: 22px;
	padding-left: 8px;
}

div.topbuttonsright {
    float: right;
	width: ;
	margin-top: 21px;
	margin-right: ;
	padding-top: 22px;
	padding-left: 25px;
}

.text_fader {
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

img.topbuttons {
	opacity: 0.5;
	filter: alpha(opacity=0.5);
	transition: 0.5s ease;
}

img.topbuttons:hover {
	opacity: 0.7;
	filter: alpha(opacity=0.7);
	transition: 0.5s ease;
}

img.projektbannerz {
	opacity: 0.88;
	filter: alpha(opacity=0.88);
}

img.projektbannerz:hover {
	opacity: 1.0;
	filter: alpha(opacity=1.0);
}

div.miniheader {
	display: inline-block;
	background-color: #f0f2ff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-color: ;
	border-radius: 4px 16px 4px 16px;
	color: #036;
	font-size: 20px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, sans-serif;
}

a {
    word-wrap: break-word;
}

a.Hoverline:link {}

a.Hoverline:visited {}

a.Hoverline:hover {
	text-decoration: underline;
}

.legalese {
	color: #fef6ef;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #8D96A6;
	transition: 1.0s ease;
}

a:visited {
	text-decoration: none;
	color: #8D96A6;
	transition: 1.0s ease;
}

a:hover {
	background-image: ;
	text-decoration: ;
	color: #f79949;
	transition: 0.5s ease;
}

a:active {
	text-decoration: none;
	color: #000000;
}

/* PLEASINGLY EFFICIENT LIGHTBOXXXY */

a.thumbnailz img {
	width: 843px;
	border: 4px solid white;
	box-shadow: 0px 0px 8px rgba(141,150,166,1.0);
	margin-left: -7.3%;
}

div.lightboxxx_container {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	overflow: auto;
}

div.lightboxxx_formfitter {
	width: auto;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.lightboxxx {
	/* Default lightbox to hidden */
	display: none;

	/* Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
}

.lightboxxx img {
	display: inline-block;
    position: relative;
	max-width: 100%;
	max-height: 100%;
	margin-left: 64px;
}

.lightboxxx:target {
	/* Remove default browser outline */
	outline: none;

	/* Unhide lightbox */
	display: block;
}

/* Generated 'X' as reminder that this lightbox overlay can be clicked away, and miraculously enough displays properly on all browsers */

.lightboxxx_ex {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-left: 20px;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	border-width:4px;
	border-style: solid;
	border-color: #ffffff;
	border-radius: ;
	background-color: #ffffff; 
	box-shadow: 0px 0px 8px rgba(141,150,166,1.0);
}

.lightboxxx_ex:before, .lightboxxx_ex:after {
  position: absolute;
  left: 19px;
  content: ' ';
  height: 40px;
  width: 2px;
  background-color: #6c7993;
}

.lightboxxx_ex:before {
  transform: rotate(45deg);
}

.lightboxxx_ex:after {
  transform: rotate(-45deg);
}

/* GOOD GRAVY. VERTICAL SCROLLING FINALLY LOCKS !! Working in tandem with the enable/disable js, this keeps the page behind the overlay in place ON DESKTOP AT LEAST <_<; >_>; */

.lock_page {
	/* since this style gets applied to body, vertical scrolling locks and page content behind the overlay is shifted to account for hidden scrollbar */
	overflow-y: hidden;
	margin-right: 24px;
}