
html {
	font-family: fixedsys;
	color: #4d4dff;
	background: url("images/graphing.png");
	margin: 0;
	image-rendering: pixelated;
}

@font-face {
	font-family: fixedsys;
	src: url("font/FSEX300.ttf");
}

::selection {
	background: rgba(0,0,255,0.1);
}

h1 {
	font-family: fixedsys;
	font-style: italic;
	font-size: 3.5em;
	letter-spacing: 1.5px;
	animation: textflicker 0.018s infinite;
	animation-direction: alternate;
}

h2 {
	font-size: 1.8em;
	margin: 0;
}

h3 {
	font-size: 2em;
	font-weight: normal;
	margin: 6px 0 2px 0;
}

p {
	font-size: 1.3em;
	line-height: 23px;
	margin: 0;
}

li {
  list-style-type: square;
  font-size: 1.2em;
  margin: 0 0 4px 20px;
}

a.nav {
  text-decoration: none;
}

a {
	color: #4d4dff;
}

@keyframes textflicker {
    from {
      text-shadow: 1px 0 0 #ea36af, -2px 0 0 #00ffff;
    }
    to {
      text-shadow: 2px 0.5px 2px #ea36af, -1px -0.5px 2px #00ffff;
    }
  }

.tooltip {
	position: relative;
}

.tooltiptext {
	background: #23297a;
	font-size: 1.1em;
	color: white;
	visibility: hidden;
	border-radius: 6px;
	padding: 4px 6px 4px 6px;
	z-index: 1;
	bottom: 110%;
	width: max-content;
	position: absolute;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#container {
	width: 1000px;
	margin: auto;
}

header {
	margin-top: 90px;
	margin-bottom: -60px;
}

nav {
	padding-right: 10px;
	border-style: none solid solid none;
	box-shadow: 4px 4px rgba(0,0,255,0.1);
	margin-bottom: 8px;
	text-align: right;
}

main {
	display: flex;
}

#sidebar {
	width: 25%;
}

#window {
	box-shadow: 4px 4px rgba(0,0,255,0.1);
	margin-bottom: 6px;
}

#wintitle {
	background: #8a8aff;
	color: white;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 1px;
}

#wincontent {
	border-style: none solid solid solid;
	border-color: #8a8aff;
	padding: 6px;
}

#middle {
	margin-left: 6px;
	width: 75%;
}

#sotm {
	display: flex;
	text-transform: lowercase;
}

#cover {
	width:150px;
	height: 150px;
	background: #8a8aff;
}

.info {
	width: 80%;
	padding: 6px;
}

#date {
	text-align: right;
}

#explicittag {
	color: #ea36af;
	text-transform: uppercase;
	padding-left: 6px;
}

.videoinfo {
	display: flex;
}

#videoseek {
	width: 79%;
}

#videotime {
	float: right;
}

input[type="range"] {
  -webkit-appearance: none;
  height: 3.75px;
  background-color: #8a8aff; 
  margin: 0;
}


input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border:none;
  height: 18px;
  border-radius: 0px;
  width: 6px;
  background: #4d4dff;
}

.buttonsandsuch {
	margin-top: 6px;
}

#playpause, #prev, #next {
	background: none;
	height: 24px;
	width: 24px;
	border-style: none;
}

.playimg {
	width: 24px;
}

.blogcontent {
	width: 100%;
	height:750px;
	border: none;
	border-style: none solid solid solid;
	border-color: #8a8aff;
	box-shadow: 4px 4px rgba(0,0,255,0.1);
}
