body{
	/* background:url(/web/20190118062342im_/http://fateoffantasy.com/images/8rHBl2P.jpg);
	background-attachment: fixed;
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;*/
	background-color: #000;
	margin: 0px;
	font-family: Tahoma,Verdana,Segoe,sans-serif
}

.share-tech {
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

h1, h2{
	color: #fff;
	margin: 0;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

h1{
	font-size: 50px;
	padding-top: 33px;
	text-shadow: 2px 2px 2px #000;
}

h2{
	font-size: 70px;
	padding-top: 0px;
	padding-bottom: 20px;
	text-shadow: 2px 2px 2px #000;
}

h3{
	color: #fff;
	margin-bottom: 0px;
}

    .modal_window {
      display: none;
      position: absolute;
      width: 50%;
      height: 50%;
      max-width: 800px; /* Set a max-width if needed */
      max-height: 600px; /* Set a max-height if needed */
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .modal_window-header {
      padding: 10px;
      background-color: #f1f1f1;
      cursor: move;
      user-select: none;
    }

.desktop_icons {
max-height: 98px;
text-align: right;
}

.desktop_icons .icon {
text-align: center;
width: 96px;
height: 96px;
float: right;
color: white;
}

.desktop_icons .icon a,
.desktop_icons .icon a:hover{
color: white;
text-decoration: none;
}

.desktop_icons .icon .button i{
color: white;
font-size: 32px
}

.wholepage{
	z-index: 2;
}

#wrapper{
	//max-width: 960px;
	width: 100%;
	margin: 0 auto;
padding: 3rem;
}

.time{
	font-size: 18px;
	text-align: center;
    margin: 0;
}

.linkbar{
	display: block;
	background: #000;
	width: 100%;
	height: 30px;
	position: relative;
	z-index: 2;
	border-bottom: 3px solid #fff;
}

.linkbar a{
	font-size: 11px;
	color: #ddd;
	text-decoration: none;
	vertical-align: text-top;
	padding: 0 5px;
}

.linkbar a:hover{
	color: #fff;
	text-decoration: none;
}

.linkbar ul{
	padding-left: 0;
	margin: 0;
	list-style: none;
	display: block;
}

.linkbar ul li{
	padding: 7px 0 0 5px;
	position: relative;
	display: block;
	float: left;
	height: 28px;
}

ul.icon_menu {
list-style-type: none;
margin: auto;
display: inline-block;
}

ul.icon_menu li {
float: left;
}

.hvr-grow{
	padding: 0 1px 0 0;
}

a:hover .hvr-grow,
a:focus .hvr-grow,
a:active .hvr-grow{
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    padding: 1px;
    color: #1B9EBC;
}

a:hover,
a:focus,
a:active{
    //padding: 0 5px 0 4px;
}

.calendar{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;

}

.video object,
.video iframe{
	z-index: 1;
	height: 100%;
	width: 100%;
	position: absolute;
	cursor: pointer;
	margin: 34px 0 0;
}

#content{
	z-index: 2;
	text-align: center;
	position: fixed;
	  top: 50%;
	  left: 50%;
	  /* bring your own prefixes */
	  transform: translate(-50%, -50%);
}

a.link_block{
	z-index: 2;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 10px;
	text-align: center;
	padding: 0px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 0px solid #002165;
  vertical-align: middle;
  box-shadow: 10px 10px 5px #888888;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(96,96,96,0.3) 15%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 60%, rgba(128,128,128,0.3) 80%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(15%,rgba(96,96,96,0.3)), color-stop(40%,rgba(255,255,255,0.3)), color-stop(50%,rgba(255,255,255,0.3)), color-stop(60%,rgba(255,255,255,0.3)), color-stop(80%,rgba(128,128,128,0.3)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(96,96,96,0.3) 15%,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.3) 60%,rgba(128,128,128,0.3) 80%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(96,96,96,0.3) 15%,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.3) 60%,rgba(128,128,128,0.3) 80%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(96,96,96,0.3) 15%,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.3) 60%,rgba(128,128,128,0.3) 80%,rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(96,96,96,0.3) 15%,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.3) 60%,rgba(128,128,128,0.3) 80%,rgba(0,0,0,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-weight: bold;
}

a.link_block div{
	z-index: 2;
	width: 100px;
	height: 100px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-indent: -99999px;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

a.link_block div:hover{
	z-index: 2;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

a.old{
	z-index: 2;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 10px;
	text-align: center;
	padding: 0px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 0px solid #002165;
  vertical-align: middle;
  box-shadow: 10px 10px 5px #888888;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(96,96,96,0.3) 15%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 60%, rgba(128,128,128,0.3) 80%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(15%,rgba(96,96,96,0.3)), color-stop(40%,rgba(255,255,255,0.3)), color-stop(50%,rgba(255,255,255,0.3)), color-stop(60%,rgba(255,255,255,0.3)), color-stop(80%,rgba(128,128,128,0.3)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(96,96,96,0.3) 15%,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.3) 60%,rgba(128,128,128,0.3) 80%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(96,96,96,0.3) 15%,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.3) 60%,rgba(128,128,128,0.3) 80%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(96,96,96,0.3) 15%,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.3) 60%,rgba(128,128,128,0.3) 80%,rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(96,96,96,0.3) 15%,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.3) 60%,rgba(128,128,128,0.3) 80%,rgba(0,0,0,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-weight: bold;
}

a.old div{
	z-index: 2;
	width: 50px;
	height: 50px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-indent: -99999px;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

a.old div:hover{
	z-index: 2;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

a.old div{
background-size: 50px;
}

.wXbody {
	border: 0px black solid;
	background: none;
	text-align: center;
	width: auto;
	height: auto;
	padding: 10px 0;
}

.wXbody .frame {
	margin: 0;
}

.weather{
    display: block;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
}

.xlarge_icon{
	padding: 0 3px;
}

.xlarge_icon img{
	width:96px;
	height:96px;
	border-radius: 64px;
    background:#fff;
    padding: 0px;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

.large_icon{
	padding: 0 3px;
}

.large_icon img{
	width:64px;
	height:64px;
	border-radius: 32px;
    background:#fff;
    padding: 0px;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

.mini_icon{
	padding: 0 3px;
}

.mini_icon img{
	width:32px;
	height:32px;
	border-radius: 18px;
    padding: 0px; 
    background:#fff;
    vertical-align: bottom;
    margin: 10px 3px 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

/* CSS */
/* Style the button */
.dropbtn {
 background-color: white;
  color: black;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

/* Style the dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Style the dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  z-index: 1;
}

/* Style the dropdown links */
.dropdown-content a {
  color: black;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  display: block;
  text-decoration: none;
}

/* Change the background color of the links on hover */
.dropdown-content a:hover {
  background-color: #0095b6;
  color: white;
 text-decoration: none;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

* {
  outline: none;
  border: 0;
}
