
 html {
    font-size: 1.6vw; /* 1vw = 1rem = ~1% of screen width */
    width:97vw;
}
body {
    font-family: 'Segoe UI', sans-serif; 
    line-height: 1.6;
    background-color: #0d0d0d;
    color: #e8e8e8;
    max-width: 94vw;
    margin: auto;
}
section {
    margin:0 -3vw 0 -2vw;
    padding: 1vw 3vw 1vw 8vw
}
blockquote{
    width:80vw
}
h1,
h2,
h3 {
    color: #00ffff;
    margin-top: 1.5em;
    width:70vw;
}

h1 {
    font-size: 2.7em;
    margin: 0.5em 0 0.2em -0.9em;
}

h2 {
    font-size: 2.2em;
    margin: 1.2em 0 0.2em -0.9em;
    color: #66e0ff;
    width:80vw;
}

h3 {
    font-size: 2.0em;
    color: #44bbee;
}
.mh{
    margin-left:3vw;
}
p {
    margin-bottom: 1em;
    width:85vw;
}
ul {
    width:75vw:
}
li{
    width:75vw
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95em;
    background-color: #121212;
}

table th,
table td {
    border: 1px solid #333;
    padding: 0.75em;
    text-align: left;
}

table th {
    background-color: #1e1e1e;
    color: #00ffff;
    text-transform: uppercase;
    font-weight: bold;
}

table td {
    color: #ccc;
}

.highlight {
    color: #00ffcc;
    font-weight: bold;
}

.metric {
    background-color: #0e0e0e;
    padding: 1em;
    border-left: 5px solid #00ffff;
    margin: 1.5em 0;
}

a {
    color: #00ffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


#navUp{
    position:absolute;
    top:1vw;
    left:1vw;
    height:5vw;
    width:50vw;
    color:#aaa;
    font-size:3vw;
    z-index: 50;

}
#navUp span{
    cursor:pointer;    
}
.menuItem:hover a{
    color:#6DB4D8  !important
}
a:hover{
    color:#6DB4D8 !important
}
.menu {
	position: fixed;
	transform: translateY(-112%);
	transition: transform 0.2s;
	top: 0;
	width: 34vw;
	right: 0;
	height: 18vw;
	z-index: 99;
	background: black;
	opacity:0.9;
	color: white;

		padding: 2vw 0 0 4vw;
	color: white;
	font-size: 2.1vw;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
    border-radius:0 0 3vw 3vw;
}

#portalz {
	position: absolute;
	top: 0.1vw;
	width: 42vw;
	left: 0;
}
.hamburger {
	position: fixed;
	z-index: 100;
	width:6vw;
	top: 0vw;
	left:93vw;
	background: rgba(0,0,0,0.5);
	border:0;
	cursor: pointer;
}
.menuImg{
    position:fixed;
    width:8vw;
    right:1vw;
}
.closeIcon {
	display: none;
}
.menuItem:hover a{
    color:#6DB4D8  !important
}

.showMenu {
	transform: translateY(-12%);
}
#scrollTop{
  position: fixed; 
  display: none; 
  bottom: 0;
  right: 0; 
  z-index: 99; 
  cursor: pointer; 
  margin: 1vw; 
  width:5vw;
}
.s1{
    position:relative;
    z-index: 1;
    left:0vw;
    background-color: #111;
}
.s2{
    position:relative;
    z-index: 1;
    left:0vw;
    background-color: #333;
    opacity:1;
}
.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
.glow-orb {
  display: inline-block;
  
  text-shadow:
    0 0 0.2vw #abf, 
    0 0 0.4vw #abf, 
    0 0 0.6vw #8af, 
    0 0 0.8vw #6cf;
}
.dark-orb {
  display: inline-block;
  
  text-shadow:
     0 0 0.2vw #000, 
    0 0 0.4vw #111, 
    0 0 0.6vw #222, 
    0 0 0.8vw #333;
}
.qdefcon-alert {
  font-weight: bold;
  padding: 0.3vw 1vw;
  border-radius: 0.5vw;
  display: inline-block;
  font-size: 1.9vw;
  white-space: nowrap;
}

/* Individual threat levels */
.qdefcon-1 {
  background-color: #dd0000; /* red */
  color: #fff;
}

.qdefcon-2 {
  background-color: #ff8c00; /* orange */
  color: #000;
}

.qdefcon-3 {
  background-color: #ffd700; /* yellow */
  color: #000;
}

.qdefcon-4 {
  background-color: #00ff88; /* green */
  color: #000;
}

.qdefcon-5 {
  background-color: #1e90ee; /* blue */
  color: #fff;
}
.timer-info {
  cursor: pointer;
  color: #00ffff;
  padding-left: 0.5vw;
  font-size: 1.8vw;
}
.timer-info:hover {
  text-shadow: 0 0 0.6vw #00ffff;
}

#defcon{
    font-weight:bold;
}
#defcon th{
    text-align:center
}
.days{
    text-align:center
}


/** {
  outline: 1px solid rgba(255, 0, 0, 0.3);
}*/