@charset "UTF-8";
#site {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
#header {
background: rgb(27,225,251);
background: linear-gradient(180deg, rgba(27,225,251,1) 0%, rgba(138,138,247,1) 50%, rgba(207,0,255,1) 100%);
	height: 160px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

 #rename to body {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #FFF;
	font-family: 'Exo 2', sans-serif;
}

#nav {
	
	background-repeat: repeat;
	background-position: top;
	background-color: #09d4ff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
}
#content {
	width: 100%;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	color: #FFF;
}
#footer {
	height: 300px;
	width: 100%;
	position: relative;
	bottom: 0px;
}
#bandlinks {
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
}
/* unvisited link */
a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #00ccff;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #00ccff;
  text-decoration: none;
}
.ip { color: #4AFBFF; }

hr {height:1px; border:none; color:#595959; background-color:#595959; width:60%; text-align:center; margin: 0 auto;}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

