body {
	color: white;
	font-family: Arial;
	font-size: 15;
	background-color: #001188;
	background: url("../../gfx/bg.svg") repeat;
	background-position: 0% 0%;
	z-index: -1;
	background-size: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
  background: linear-gradient(#001188, #131340);
  margin: auto;
  padding: 25px;
  width: 50%;
}

input, textarea, select {
	padding: 10px;
	background: #101080;
	color: #fff;
	border: solid;
    border-width: 2px;
	border-radius: 10px;
	border-color: #2222ff;
}

input:hover, textarea:hover, select:hover {
	background: #202090;
	color: #aaf;
	border-color: #2244ff;
}

hr {
	color: #2285;
	border: solid;
	border-width: 2px;
}

div.mainpage {
	background: linear-gradient(#13134052, #000055ae, #13134052);
	color: white;
	margin: 50px;
	padding: 50px;
}

.floatie {
	display: inline-block;
	position: fixed;
	z-index: 2;
	margin: auto;
	bottom: 10px;
	background: rgba(0, 0, 55, 0.35);
	padding: 10px;
}

.floatie:hover, .floatie:active, .floatie:focus {
	background: #007;
}

img.banner {
	display: block;
	width: 500px;
	height: auto;
	margin: auto;
}

/* main style for anchor (not related to navbar) */
a {
	color: #0055ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* navbar style */

nav {    
	display: block;
	text-align: center;
}

nav ul {
	margin: 0;
	padding:0;
	list-style: none;
	text-align: left;
	background: linear-gradient(#0048ff, rgba(0, 30, 100, 0.5));
	border-radius: 10px;
}

.listitems {
	text-decoration: none;
	padding: 10px;
	color: white;
	background: linear-gradient(rgba(0, 20, 250, 0.25), rgba(0, 0, 240, 0.15));
	border-radius: 7px;
}
.listitems:hover {
	text-decoration: none;
	background: linear-gradient(rgba(0, 20, 250, 0.55), rgba(0, 0, 80, 0));
	color: white;
}

.nav a{
	font-style: normal;
	display:block;
	color: #fff; 
	text-decoration: none;
	padding: 12px;
	font-family: "Segoe UI";
	position: relative;
	background: transparent;
}
.nav{  
	vertical-align: top; 
	display: inline-block;
}
.nav li {
	position: relative;
}
.nav > li { 
	float: left; 
	margin-right: 1px; 
} 
.nav > li:hover, 
.nav > li:hover > a,
.nav > li:focus, 
.nav > li:focus > a{ 
	background: #008;
	border-radius: 10px;
}
.nav li:hover > a, .nav li:focus > a{ 
	background: linear-gradient(rgba(0, 0, 140, 0.25), rgba(0, 0, 140, 0));
}
.nav li li a { 
	margin-top: 1px;
}
.nav li a:first-child:nth-last-child(2):before { 
	content: ""; 
	position: absolute; 
	height: 0; 
	width: 0; 
	top: 49% ;
	right:5px;  
	}
/* submenu positioning*/
.nav ul {
	position: absolute;
	z-index: 0;
	left: -99999em;
}
.nav > li:hover > ul, .nav > li:focus > ul {
	left: auto;
	min-width: 120%;
}
.nav > li li:hover > ul, .nav > li li:focus > ul { 
	left: 100%;
	margin-left: 1px;
	top: -1px;
}


a.selected {
	background: rgba(0, 0, 255, 0.54);
	border-radius: 10px;
}

img[alt="www.000webhost.com"]
{
    display:none;
}

.disclaimer
{
	display:none;
}
		
div.broken
{
	display:none;
}
