** START normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}
/*** END normalize */
/************************start reset**************************/
/* html5 elements for older browsers*/
article, aside, canvas, details, embed, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{display:block;}
command, datalist, keygen, mark, meter, progress, rp, rt, ruby, time, wbr {display:inline;}
/* using height:100% on html and body allows to style containers with a 100% height
 * the overflow declaration is to make sure there is a gutter for the scollbar in all browsers regardless of content
 * note that there is no font-size declaration set in this rule. If you wish to include one, you should use font-size: 100.01% to prevent bugs in IE and Opera
 */
html {height: 100%; /*overflow-y: scroll;*/ font-size:100.01%;}
/* not all browsers set white as the default background color
 * color is set to create not too much contrast with the background color
 * line-height is to ensure that text is legible enough (that there is enough space between the upper and lower line)
 */
body {height:100%; line-height:1.4; color:#1a1a1a;background:white;}
/*** start typography ***/
/* this choice of font-family is supposed to render text the same across platforms
 * letter-spacing makes the font a bit more legible
 */
body, input, button, textarea, select {font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial, sans-serif; /*letter-spacing:1px;*/}
h1, h2, h3, h4, h5, h6 {font-family: Georgia, "DejaVu Serif", serif; letter-spacing: 1px;}
pre, tt, code, kbd, samp, var {font-family: "Courier New", Courier, monospace;}
/* avoid browser default inconsistent heading font-sizes - and pre/code/kbd too */
H1, H2, H3, H4, H5, H6, PRE, CODE, KBD {font-size:1em;}
H1, H2, H3, H4, H5, H6{font-weight:700;}
/*ensure font-weight heritage for headings with links inside also on IE8*/
H1 A, H2 A, H3 A,H4 A, H5 A, H6 A { font-weight: inherit;}
H1 {font-size: 2.625em;}/*golden 16 main 42 title*/
H2 {font-size: 1.625em;}/*golden 16 main 26 headline*/
H3 {font-size: 1.25em;}/*golden 16 main sub-headline*/
H4 {font-size: 1.2em;}
H5 {font-size: 1.1em;}
H6 {font-size: 1em;}
/*SUP and SUB fix to maintain line-height*/SUP, SUB {height: 0;line-height: 1;vertical-align: baseline;_vertical-align: bottom;position: relative;font-size:smaller;}SUP {bottom: 1ex;}SUB {top: .5ex;}
TH, DT, B, STRONG{font-weight:700;}
EM {font-style:italic;}
/* This should be self explanatory */blockquote, q, em, cite, dfn, i, cite, var {font-style: italic;}
/* to prevent some browsers from inserting quotes on "q" and "p" ("p" in blockquotes)*/blockquote p:before, blockquote p:after, q:before, q:after {content: '';}blockquote, q {quotes: "" "";}
/* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */:link,:visited,INS {text-decoration:none;}
/*** end typography ***/
/* de-italicize address,abbr */address,abbr {font-style:normal;}
/*** start TABLEs ***/
/* tables still need 'cellspacing="0"' and 'cellpadding="0"' in the markup */table {border-collapse: separate;border-spacing: 0;}
/* all th should be centered unless they are in tbody (table body) */
th {text-align: center;}tbody th {text-align: left;}caption, td {text-align: left;font-weight: normal;}
/* caption and summary are very important for tabular data but because caption is nearly impossible to style across browsers many authors do not use it or use display:none to "hide" it (which is almost the same as not using it).
 * so to prevent such workaround, I am positioning this element off-screen
 */caption{position: absolute;left: -999em;}
/*** end TABLEs ***/
/*** start rules to make LISTs consistant across all browsers ***/
/* give lists consistant style - IE uses margin-left FF uses padding-left */
OL, UL{margin:0px;padding:0px;line-height:1.5em;}
OL{list-style:decimal;}
OL OL{list-style:lower-alpha;}
OL OL OL{list-style:upper-roman;}
UL{list-style:disc;}
UL UL{list-style:circle;}
UL UL UL{list-style:square;}
DL, OL, UL {margin-top:.25em;margin-left: 3em; padding-left: 0em; list-style-position:outside;}
/* nested lists get reduced margins and paddings */
UL UL , OL OL, OL UL, UL OL {margin-left: 1em;list-style-position:outside;}
OL OL UL, UL OL UL, OL OL OL {margin-left: 1em;list-style-position:outside;}
LI{margin:0 1em .5em 0;padding:0;text-indent:0em;}
DT{/*float:left;clear:left;*/font-weight:bold; margin-right:.5em;}
DD{margin-left:0;padding-left:0;-webkit-margin-start:0px;font-weight:normal;margin-bottom:.5em;}
LI>UL, LI>OL{margin-top:.25em;/*margin-bottom:-.5em;*/padding-bottom:-.25em;}
/* if we want to override default list style types do it with a class... */
UL.circle {list-style-type:circle;}
UL.square {list-style-type:square;}
UL.disc{list-style-type:disc;}/*The marker is a filled circle. This is default*/
OL.armenian{list-style-type:armenian;}/*The marker is traditional Armenian numbering*/
OL.decimal{list-style-type:decimal;}/*The marker is a number*/
OL.decimal-leading-zero{list-style-type:decimal-leading-zero;}/*The marker is a number padded by initial zeros (01, 02, 03, etc.)*/
OL.georgian{list-style-type:georgian;}/*The marker is traditional Georgian numbering (an, ban, gan, etc.)*/
OL.lower-alpha{list-style-type:lower-alpha;}/*The marker is lower-alpha (a, b, c, d, e, etc.)*/
OL.lower-greek{list-style-type:lower-greek;}/*The marker is lower-greek (alpha, beta, gamma, etc.)*/
OL.lower-latin{list-style-type:lower-latin;}/*The marker is lower-latin (a, b, c, d, e, etc.)*/
OL.lower-roman{list-style-type:lower-roman;}/*The marker is lower-roman (i, ii, iii, iv, v, etc.)*/
OL.upper-alpha{list-style-type:upper-alpha;}/*The marker is upper-alpha (A, B, C, D, E, etc.)*/
OL.upper-latin{list-style-type:upper-latin;}/*The marker is upper-latin (A, B, C, D, E, etc.)*/
OL.upper-roman{list-style-type:upper-roman;}/*The marker is upper-roman (I, II, III, IV, V, etc.)*/
UL.none{list-style-type:none;}
/*** end rules to make LISTs consistent across all browsers ***/
/*** start FORM elements ***/
/* get rid of ugly box border in IE*/
INPUT[type="radio"]{margin:0px;padding:0px;border:0px;background-color:transparent;}
/* align checkboxes, radios, text inputs with their label */
/*INPUT[type="radio"] { vertical-align: text-bottom;}
INPUT[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline;}*/
.ie6 INPUT{ vertical-align: text-bottom;}
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer;}
input[type=button], input[type=submit], button{white-space:nowrap;}/*buttons with multiple lines look dumb and usually wrong*/
/*** end FORM elements ***/
/*** start links ***/
/* remember to define focus styles! */:focus {outline: 0;}
/* who thought blue linked image borders were a good idea? */a img,:link img,:visited img, a object,:link object,:visited object{ border:0;}
/*some long-arse links refused to break nicely, this fixes*/A{word-wrap:break-word;}
/* to prevent a gap from showing below images in some browsers */img {vertical-align: bottom;}
/* styling for links and visited links as well as for links in a hovered, focus and active state
 * make sure to keep these rules in that order, with :active being last
 * text-decoration: none is to make the links more legible while they are in a hovered, focus or active state
 * link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words
 * a:focus and :focus are used to help keyboard users, you may change their styling, but make sure to give users a visual clue of the element's state.
 * outline:none used with the pseudo-class :hover is to avoid outline when a user clicks on links
 * note that these last rules do not do anything in IE as this browser does not support "outline"
 */
a:link {color: #0000FF;text-decoration:none;}
a:visited {color: #800080;text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {text-decoration: none;}
a:focus, a:hover:focus/*,:focus*/ {outline: 1px solid yellow;}
a:hover,a:active {outline: none;}
a:active{color: #FF0000;}
/*** end links ***/
IFRAME{width:100%;}
/************************end reset**************************/
/* CSS variables yo */
:root {
	--main-bg: radial-gradient(circle, hsl(116,50%,5%) 0%, hsl(270,100%,1%) 100%);
}

#content{
	position: relative;
	display:flex;
	align-items: center;
	justify-content: center;
	height:100vh;
	background:hsl(0,0%,50%);
	background:var(--main-bg);
	/*need to set these background rules longhand because of js background switching*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	transition: all .5s ease;
}
.main-bgc{
	background:var(--main-bg);
}
.onecol{
	/*border:1px solid red;*/
}
img{
	transition: 0.5s ease all;
}
/* utility type classes, to be used/switched by js mainly, hence important to override whatever else may have been set when the js changes it */
.d-none{display:none !important;}
.d-block{display:block !important;}
.d-flex{display:flex !important;}
.o-1{opacity:1 !important;}
.m-0{margin:0 !important;}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.vs-row {
	display: flex;
	/*flex-direction: row;*/
	/*flex-wrap: wrap;*/
	width: 100%;
	border: 1px solid red;
}
.vs-col {
	/*display: flex;
	flex-direction: column;
	flex-basis: 100%;*/
	height:auto;
	width:auto;
	border: 1px solid green;
}
/*** START nav ***/
#nav-icon1{}
.burger-menu{
	position: fixed;
	top: -28px;
	right: 22px;
	display: flex;
	flex-direction: row-reverse;
	max-height: calc(100vh);
	z-index: 3;
}
ul.menu{
	position: absolute;
	list-style: none;
	margin:0;
	padding:0;
	margin-top: 49px;
	right: -100vw;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap-reverse;
	/* 544px = magic number set to match original button count per column */
	max-height: 544px;
	/*opacity:0;*/
	transition: all .5s ease;
}
ul.menu.o-1{
	opacity: 1;
	right: 80px;
}
ul.menu li{
	display:flex;
	margin:0;
	padding:0;
	width:112px;
}
ul.menu .btn1{
	position: relative;
	text-align: center;
	line-height: 44px;
	height:44px;
	width:100%;
	border:none;
	opacity:0.9;
	color:white;
	text-shadow: 1px 1px 2px black;
	background: hsl(0,0%,50%) center / cover no-repeat;
	border-bottom:1px solid #F0F;
}
ul.menu .btn1.tall {
	line-height: revert;
	height: 107px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#nav-icon1 {
	width: 60px;
	height: 45px;
	position: relative;
	margin: 50px auto;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	background: hsl(0,0%,40%);
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}
#nav-icon1 span:nth-child(2) {
	top: 18px;
}
#nav-icon1 span:nth-child(3) {
	top: 36px;
}
#nav-icon1.open span:nth-child(1) {
	top: 18px;
	transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: 60px;
}
#nav-icon1.open span:nth-child(3) {
	top: 18px;
	transform: rotate(-135deg);
}
/*** END nav ***/

body {
	background-color: #0b0b0b;
	color:hsl(0,0%,90%);
	font-family: 'Roboto', sans-serif;
}
.time-date{
	color:hsl(116,80%,40%);
	color:hsl(116,0%,100%);
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	font-size:12.5vw;
}
.ampm, .date{
	font-size:5vw;
}
.clock {
	/* change to adjust space between time and date */
	margin-bottom:10%;
	transition: all .5s ease;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
}
.date {
	-webkit-animation: fadeIn 20s infinite alternate;
					animation: fadeIn 20s infinite alternate;
}
.bulb {
	position: absolute;
	top: 12px;
	left: 13px;
	z-index: 2;
	opacity: 0.5;
	filter: alpha(opacity=50);
	/* For IE8 and earlier ... wtf?!  it's 2020... FUCK IE MAN!!!*/
}
#dimmer-switch{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	height:44px;
	width:44px;
	z-index: 1;
}
#dimmer-overlay, #dimmer-overlay-auto {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 3;
	cursor: pointer;
}
.modal {
	position:fixed;
	top: 0;
	right:0;
	bottom: 0;
	left:0;
	overflow-x: hidden;
	padding: .5em 1em;
	background:hsla(0, 0%, 0%, .8);
	z-index:5;
}
.modal h1, .modal h2{
	margin:0;
	font-size:1.625em;
}
.modal h2{
	font-size: 1.25em;
}
a.close{
	position: absolute;
	top:-2px;
	right:28px;
	color:red;
	font-size:88px;
	line-height: 1;
}
a.close:hover{text-decoration: none;}
/*** START migraine ***/
/* source: http://meowni.ca/index.html */
.migraine {
	-webkit-animation: 20s ease 0s normal none infinite running zomg;
	        animation: 20s ease 0s normal none infinite running zomg;
}
@-webkit-keyframes zomg {
	0%, 100% { color: #7ccdea;}
	16%      { color: #0074D9;}
	32%      { color: #2ECC40;}
	48%      { color: #FFDC00;}
	64%      { color: #B10DC9;}
	80%      { color: #FF4136;}
}
@keyframes zomg {
	0%, 100% { color: #7ccdea;}
	16%      { color: #0074D9;}
	32%      { color: #2ECC40;}
	48%      { color: #FFDC00;}
	64%      { color: #B10DC9;}
	80%      { color: #FF4136;}
}
/* for an image */
@-webkit-keyframes avatarzomg {
	0%, 100% { -webkit-filter: invert(0) saturate(100%) hue-rotate(0deg);}
	25%      { -webkit-filter: invert(10%) saturate(500%) hue-rotate(180deg);}
	50%      { -webkit-filter: invert(10%) saturate(300%) hue-rotate(300deg);}
	75%      { -webkit-filter: invert(10%) saturate(500%) hue-rotate(90deg);}
}
@keyframes avatarzomg {
	0%, 100% {filter: invert(0) saturate(100%) hue-rotate(0deg);}
	25%      {filter: invert(10%) saturate(500%) hue-rotate(180deg);}
	50%      {filter: invert(10%) saturate(300%) hue-rotate(300deg);}
	75%      {filter: invert(10%) saturate(500%) hue-rotate(90deg);}
}
/*** END migraine ***/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* below is old shit, probably not used at all */
.weatherdiv {
	position: absolute;
	right: 8px;
	bottom: 0px;
	width: 100%;
	/*animation: fadeIn 20s infinite alternate;*/
}
.weather {
	position: absolute;
	/*font-family:"Orbitron";*/
	color:#ffffff;
	right: 4.4vw;
	bottom: 0px;
	font-size:5vw;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}
.imgw {
	display: none
}
.temp-ico {
	display: none
}
/*** END clockwhite ***/
.temp-deg {
	position: absolute;
	top: 0vw;
	right: -3.75vw;
	font-size:2.4vw;
}
.imgw {
	width: 100%;
	height: auto;
}
.temp-ico {
	position: absolute;
	bottom: -1.3vw;
	right: 8.5vw;
	width: 100%;
	height: auto;
}
