html{
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: #000;
  margin: 0;
  padding: 0;
 }

div#fvnlogo {
  position: fixed;
  top: 7px;
  left: 10px;
  padding:5px;
  border: solid 5px #444;
  z-index: 1000;
}

table.center {
  margin-left:auto; 
  margin-right:auto;
  border:1px solid #444;
  padding:5px;
}

table.aboutus {
  margin-left:auto; 
  margin-right:auto;
  vertical-align:middle;
  text-align:left;
  border:3px solid;
  border-color:#FF8000;
  padding:10px;
}

table.cables {
  margin-left:auto; 
  margin-right:auto;
  vertical-align:middle;
  text-align:left;
  border:3px solid;
  border-color:#FFFF00;
  padding:10px;
}

table.support { 
  margin-left:auto; 
  margin-right:auto;
  border: 1px solid #0080C0;
  border-radius: 13px; 
  border-spacing: 0;
  padding:10px;
  border-collapse:separate;
  background-color:#000000;
  }
  
table.support td, 
table.support th { 
  text-align:right;
  border-bottom: 1px solid #0080C0;
  padding: 10px; 
  }
table.support tr:last-child > td {
  border-bottom: none;
}

table.video {
  margin-left:auto; 
  margin-right:auto;
  vertical-align:middle;
  text-align:left;
  border:1px solid;
  border-color:#444;
  padding:10px;
}

input.special {
   visibility:hidden;
}

td#center { text-align:center; }

td#clear {
  text-align:right;
  margin-left:auto; 
  margin-right:auto;
  padding:5px;
}

.supportbutton {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(0, 200, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.supportbutton:hover {
    background-color: rgba(0, 255, 0, 1);
}

.supportbutton:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

.emailbutton {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(0, 128, 255, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.emailbutton:hover {
    background-color: rgba(0, 255, 255, 1);
}

.emailbutton:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

.clearbutton {
  font-family:monospace;
  font-size:12px;
  color:#999999;
  background-color: #000000;
  border: 1px ridge #F05000;
  border-radius:10px;
  padding: 6px;
  cursor:pointer;        
}

td#left { text-align:left; }

th#nowplaying {
    padding-bottom:20px;
    padding-top:20px;
    border-bottom:solid 3px #777;
    text-align:center;
    font-family:sans-serif;
    color: #444;
    font-size: 40px;
    font-weight:bold;
    letter-spacing:5px;
}

td#nowplaying {
    text-align:center;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:30px;
}

img#aboutus { border:solid 3px #000; }

dt#arrow { display:inline; font-size:18px; color:#FFFFFF;}

dd { margin-left: 5px; }

dd#item { display:inline; font-size:16px; color:#81ACC0; }


/* Frosted Glass menuing system begin ----  */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.container {
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.frosted {
    visibility:hidden;
	height: 410px;
	width: 480px;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 20px;
	background: rgba(137, 137, 137, 0.3);
	display: flex;
	justify-content: left;
	align-items: top;
	position: fixed;
    top:85px;
    left:160px;
	overflow: hidden;
	z-index: 1;
}
.frosted::after {
	z-index: -1;
	content: '';
	position: absolute;
	top: -10px;
	bottom: -10px;
	right: -10px;
	left: -10px;
	background: inherit;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.8);
	filter: blur(15px);
}

a {
    text-decoration: none;
}

p a {
  color:yellow;
}

nav {
    font-family: monospace;
}

ul {
    background: rgba(44, 62, 80, 1);
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.menubutton button {
font-size:2vw;
font-weight:bold;
position:fixed;
top:14px;
left:180px;
}

.menu ul{
    z-index:1;
    visibility:hidden;
    opacity:0;
    transition:.3s;
}

.menubutton:hover > .frosted {
    visibility:visible; 
    opacity:1;
}

.menubutton:hover ul {
    visibility:visible; 
    opacity:1;
}

li {
    color: #fff;
    background: rgba(44, 62, 80, 1);
    display: block;
    float: left;
    padding: 0.77rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: medium;
}

li:hover {
    background: rgba(240, 80, 0, 1);
    cursor: pointer;
}

li:hover a {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
//    font-size: large;
}

.menubutton button{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 35px solid transparent;
    background-clip: padding-box;
    color: rgba(255, 255, 255, .7);
    background-color: rgba(44, 62, 80, 1);
    padding-bottom:5px;
    transition:.3s ease;
    z-index: 9999;
}

.menubutton button:hover{
    background-color: rgba(240, 80, 0, 1);
}

.menubutton button a {
    color: rgba(255, 255, 255, .7);
}

.menubutton button:hover a {
    color: rgba(255, 255, 255, 1);
}

.dropdown li a {
    display:block;
    color: rgba(255, 255, 255, 0.7);
    font-size: medium;
}

.dropdown li:hover {
    background: rgba(240, 80, 0, 1);
    cursor: pointer;
}

.dropdown li:hover a {
    color: rgba(255, 255, 255, 1);
}

ul li ul {
    background: rgba(44, 62, 80, 1);
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0.77rem;
    left: 0;
    display: none;
}

ul li:hover > ul,
ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul li ul li {
    clear: both;
    width: 100%;
}
/* Frosted Glass menuing system end ----  */

div#content {
   position: absolute;
   top: 80px;
   left: 10px;
   right: 10px;
   color: #BAA;
   background: #22232F;
   font: 13px Verdana, sans-serif;
   padding: 10px;
   border: solid 5px #444;
}

div#content p { margin: 0 1em 1em; font-size:14px; text-align:center; }

div#content h3 { margin-bottom: 0.25em; font-size: 16px; text-align:center; }

div#content h4 {
  margin-bottom: 0.25em;
  font-size: 18px;
  text-align:center;
  color:rgba(240, 80, 0, 1);
}

h1 {
  position: fixed;
  top: -10px;
  left: 300px;
  right: 19px;
  margin: -9px -9px 0.5em;
  padding: 21px 0 5px;
  text-align: right;
  background: #000;
  color: rgba(7, 188, 201, .6);
  letter-spacing: 0.5em;
  text-transform: lowercase;
  font: bold 25px sans-serif;
  height: 68px;
  vertical-align: middle;
  white-space: nowrap;
  border-top: 7px solid #444;
  z-index: 950;
}

h2 {
  font: bold 20px sans-serif;
  text-align:center;
}

/* Top of Page Button begin */
a.gotopbtn {
         background-color: rgba(27, 194, 162, 0.3); /* green with opacity */
         position: fixed;
         width: 40px;
         height: 40px;
         bottom: 20px;
         right: 40px;
         text-decoration: none;
         text-align: center;
         line-height: 40px;
         color: white;
         font-size: 30px;
}

/* mouse over link */
a.gotopbtn:hover {
         background-color: rgba(27, 194, 162, 0.8); /* green with opacity */
         transition:.5s ease;
}
/* Top of Page Button end */

/* Popover begin */
.popover__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  text-decoration: none;
  color: rgb(7, 188, 201);
  text-align: center;
}
.popover__wrapper {
  position: relative;
  margin-top: 3px;
  display: inline-block;
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -50px;
  transform: translate(0, 10px);
  background-color: #bfbfbf;
  padding: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius:10px;
  width: auto;
}
.popover__content::before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  color: #000000;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.popover__list {
  background:none;
  color: #000000;
}
.popover__list span {
  margin-left: -10px;
  background:none;
  color: #000000;
  text-align: left;
  font-family: sans-serif;
  font-size: 10px;
}

/* Popover END */

/* HR line properties */
hr.divider {
   border:solid 15px #444;
   border-radius:10px;
   margin-top:20px;
   margin-bottom:30px;
}

hr.topper {
   position:fixed;
   top: 80px;
   left: 10px;
   right: 10px;
   border:solid 3px #444;
   z-index:920;
}

hr.blanker {
   position:fixed;
   width:100%;
   top: 0px;
   left: 0px;
   border:solid 40px #000000;
   z-index:920;
}
