html{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px 0px 60px 0px;
	font-size:110%;
}

section{
	max-width:50%;
	margin:auto;
}

footer{
    color: white;
    text-align: center;
    font-size: 12px;
}

.prog-cont{
	background-color: #EEEEEE;
	height:1px;
	width:400px;
	margin:-6px auto 4px;
	padding:0px;
}

.prog-bar{
	color: #fff !important;
	background-color: #4CAF50 !important;
	height:1px;	
}

.prog-note{
	font-size:65%;
	margin:-5px auto 5px;
	opacity:0.75;
}


.boxxy {
	text-align: center;
	font-size: 1em;
	margin: 0.5em auto;
	padding: 0.5em;
	text-indent: initial;
	font-weight: bold;
	color: #fff;
	border: 2px solid #fff;
	background-color: #000;
	width:140px;
	
	display: inline-block;
}

.boxxy:hover {
    background-color: #fff;
    color: #000;
    cursor: hand;
    cursor: pointer;
    transition: 0.45s;
}

#scan{ 
	pointer-events:none; 
	position: fixed;
	width:100%!important;
	height:100%!important;
	top:0;
	left:0;
	z-index:9999;
	background-image: url("../img/scan.png");
}
#grain{ 
	pointer-events:none; 
	position: fixed;
	width:100%!important;
	height:100%!important;
	top:0;
	left:0;
	z-index:9999;
	background-image: url("../img/grain.gif");
	opacity:0.1;
}

#shadow{ 
	pointer-events:none; 
	position: fixed;
	width:106vw!important;
	height:106vh!important;
	top:-3vh;
	left:-3vw;
	z-index:9999;
	box-shadow: inset 0px 0px 137px 31px rgba(0,0,0,1), 0px 0px 137px 31px rgba(0,0,0,1);
	border-radius:3vw;
}

.nav{
	top:40px;
	left:40px;
	position:fixed;
	background-color: #fff;
	padding:5px 3px;
	transition: all 0.1s linear; 
	width:140px;
	text-align:center;
	border: 2px solid black;
}

.floatButton{
	position:fixed;
	/*background-color: #fff;*/
	padding:5px 3px;
	transition: all 0.1s linear; 
	width:175px;
	text-align:center;
	border: 2px solid black;

	
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,200,250,1) 50%, rgba(255,255,255,1) 100%);
	
	background-size: 1000% 1000%;
	-webkit-animation: AnimationName 1.25s linear infinite;
	-moz-animation: AnimationName 1.25s linear infinite;
	animation: AnimationName 1.25s linear infinite;
	animation: AnimationName 1.25s linear infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:100% 50%}
    100%{background-position:-15% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:100% 50%}
    100%{background-position:-15% 50%}
}
@keyframes AnimationName {
    0%{background-position:100% 50%}
    100%{background-position:-15% 50%}
}


#hue{
	top:40px;
	right:40px;
}

#discord{
	top:78px;
	right:40px;
}

#hue:hover,
#discord:hover{
	background: #222;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(60,0,130,1) 50%, rgba(0,0,0,1) 100%);
	transition: all 0.1s linear; 
	cursor: hand;
	cursor: pointer;
	background-size: 1000% 1000%;
	-webkit-animation: AnimationName 1.25s linear infinite;
	-moz-animation: AnimationName 1.25s linear infinite;
	animation: AnimationName 1.25s linear infinite;
	animation: AnimationName 1.25s linear infinite;
}

#hue > *,
#discord > *,
.nav > *{
	color:black;
	font-weight:bold;
	animation-duration: 0.01s;
	animation-name: textflicker;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
#discord:hover > *,
#hue:hover > *,
.nav:hover > *{
	color:white;
	font-weight:bold;
	animation-name: textflickerhover;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
body {
	background-color: rgb(16, 16, 16);
}

.changingtext {
	font-size: 12px;
	margin: 10px;
	max-width:100%;
}

div.float-holder,
div.float-box {
	margin-bottom: 5px;
}

.clickHeader {
	cursor: hand;
	cursor: pointer;
}

.clickWrapper {
	display: none;
}

div#main {
	width: 80%;
	min-height: 200px;
	border: 2px solid rgb(36, 36, 36);
	background-color: rgb(24, 24, 24);
	text-align: center;
	margin: auto;
	color: rgb(190, 190, 190);
	font-size: 1.2em;
}

div#main p {
	color: rgb(190, 190, 190);
	font-size: 1.2em;
	margin: 2px;
}

* {
	font-family: 'Cutive Mono', monospace;
}

p {
	text-align: center;
}

p.footer a {
	color: rgb(200, 200, 200);
}

p.footer a:hover {
	color: rgb(100, 200, 200);
}

table {
	background: white;
	border-radius: 3px;
	border-collapse: collapse;
	margin: auto;
	max-width: 95%;
	padding: 5px;
	width: 100%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	animation: float 5s infinite;
}

td {
	color: #242415;
	background: #FFFFFF;
	padding: 6px;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
	font-size: 16px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border-top: 1px solid #d0d1dc;
}

th {
	color: #D5DDE5;
	background: #1b1e24;
	border-bottom: 1px solid #9ea7af;
	border-right: 1px solid #343a45;
	font-size: 23px;
	font-weight: 100;
	padding: 8px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align: middle;
}

td:nth-child(4) {
	text-align: center;
}

td:nth-child(3) {
	font-size: 70%;
}

td:nth-child(-n+2) {
	width: 35%;
}

td:not(:last-child) {
	border-right: 1px solid #C1C3D1;
}

p {
	text-align: center;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	margin: 5px 0px 15px 0px;
	padding: 2px;
	font-size: 24px;
}

ul{
	margin:auto;
	width:66vw;
}


li{
	text-align: left;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	padding: 2px;
}

strong{
	font-variant: small-caps;
	font-size:120%;
}

p.grad{
	margin-top:25px;
	margin-bottom:5px;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#724040), to(#404040));
	padding-bottom:5px;
}

h1,
h2,
h4 {
	text-align: center;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	font-variant: small-caps;
	margin: -2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div {
	margin-bottom: 20px;
}

body {
	background-color: rgb(64, 64, 64);
	color: white;
}

.miniHead {
	font-size: 140%;
	font-weight: 900;
}

a {
	color: rgb(120, 120, 255);
	text-decoration: none;
	transition: all 0.1s linear; 
}

a:hover {
	color: rgb(200, 200, 255);
	transition: all 0.1s linear; 
}

.timer {
	color: #D5DDE5;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.float-holder {
	display: flex;
	justify-content: center;
	align-items: center;
}

.float-box {
	vertical-align: top;
	display: inline-block;
	padding: 0px 10px;
}

#labimg {
	border-style: solid;
	border-width: 4px;
	-moz-border-image: url(../img/mainborder.png) 4 repeat;
	-webkit-border-image: url(../img/mainborder.png) 4 repeat;
	-o-border-image: url(../img/mainborder.png) 4 repeat;
	border-image: url(../img/mainborder.png) 4 fill repeat;
	margin: 5px 5px -15px 5px;
	max-width: 98vh;
}

.bordered {
	border-style: solid;
	border-width: 4px;
	-moz-border-image: url(../img/mainborder.png) 4 repeat;
	-webkit-border-image: url(../img/mainborder.png) 4 repeat;
	-o-border-image: url(../img/mainborder.png) 4 repeat;
	border-image: url(../img/mainborder.png) 4 fill repeat;
	margin: 5px 5px -15px 5px;
	max-width: 98vh;
}

.sm-text {
	font-size: 14px;
}

.v-sm-text {
	font-size: 10px;
}

.hiddenText {
	display: none;
}

hr {
	display: block;
	border: none;
	color: white;
	height: 1px;
	background: black;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#5D5D5D), to(#404040));
}

hr.hr-alt {
	display: block;
	border: none;
	color: white;
	height: 1px;
	max-width: 200px;
	margin: auto;
	background: black;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#5D5D5D), to(#404040));
}

hr.t-pad {
	margin-top: 36px;
}

#campaignHideouts {
	color: rgb(255, 255, 255);
}

#oldHideouts {
	color: rgb(255, 255, 200);
}

#betrayalHideouts {
	color: rgb(200, 200, 255);
}

#synthesisHideouts {
	color: rgb(200, 255, 200);
}

.map-tier {
	display: inline-block;
	color: white;
	height: 12px;
	width: 12px;
	padding: 1px 4px 0px 3px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	background-color: black;
	border-radius: 0.35em;
	z-index: 9999;
	white-space: nowrap;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.map-tier.map-white {
	background-color: white;
	color: black;
}

.map-tier.map-yellow {
	background-color: rgb(255, 238, 67);
	color: black;
}

.map-tier.map-red {
	background-color: rgb(255, 77, 77);
	color: black;
}

.map-tier.map-unique {
	background-color: rgb(255, 131, 15);
	color: black;
}

.map-tier.map-shaper {
	background-color: rgb(115, 185, 255);
	color: black;
}

.less-margin-top {
	margin-top: 0px;
}

.less-margin-bottom {
	margin-bottom: 0px;
}

.center {
	margin-top: 20px;
	display: block;
	width: 300px;
	height: 290px;
	text-align: center;
	align-content: center;
}

#branding {
	position: absolute;
	margin: -146px 50%;
	width: 300px;
	height: 284px;
	transform: translate(-50%, 0%);
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-animation: shake 40s linear infinite;
	-moz-animation: shake 40s linear infinite;
	-ms-animation: shake 40s linear infinite;
	-o-animation: shake 40s linear infinite;
	animation: shake 40s linear infinite;
}
#branding {
	position: absolute;
	margin: -146px 50%;
	width: 305px;
	height: 284px;
	transform: translate(-50%, 0%);
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-animation: shake 40s linear infinite;
	-moz-animation: shake 40s linear infinite;
	-ms-animation: shake 40s linear infinite;
	-o-animation: shake 40s linear infinite;
	animation: shake 40s linear infinite;
}

#brandingshadow {
	position: absolute;
	margin: -146px 50.2%;
	width: 308px;
	height: 292px;
	transform: translate(-0%, 0%);
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-animation: shake 40s linear infinite;
	-moz-animation: shake 40s linear infinite;
	-ms-animation: shake 40s linear infinite;
	-o-animation: shake 40s linear infinite;
	animation: shake 40s linear infinite;
}

@keyframes shake {
	0% {
		transform: translate(-50%, 6px) rotate(-4deg);
	}
	10% {
		transform: translate(-50%, -6px) rotate(-2deg);
	}
	20% {
		transform: translate(-50%, 6px) rotate(0deg);
	}
	30% {
		transform: translate(-50%, -6px) rotate(-2deg);
	}
	40% {
		transform: translate(-50%, 6px) rotate(4deg);
	}
	50% {
		transform: translate(-50%, -6px) rotate(-2deg);
	}
	60% {
		transform: translate(-50%, 6px) rotate(2deg);
	}
	70% {
		transform: translate(-50%, -6px) rotate(-8deg);
	}
	80% {
		transform: translate(-50%, 6px) rotate(-4deg);
	}
	90% {
		transform: translate(-50%, -6px) rotate(2deg);
	}
	100% {
		transform: translate(-50%, 6px) rotate(-4deg);
	}
}

p {
	max-width:70%;
	margin:auto auto 10px;
	font-size:1.1em;
}

@keyframes textflicker {
  from {
    text-shadow: 1px 0 0 #B4B4B4, -1px 0 0 #3A3A3A;
  }
  to {
    text-shadow: 1px 0px 2px #B4B4B4, -1px 0px 1.5px #3A3A3A;
  }
}

@keyframes textflickerhover {
  from {
    text-shadow: 1px 0 0 #FFFFFF, -1px 0 0 #E7E7E7;
  }
  to {
    text-shadow: 1px 0px 2px #FFFFFF, -1px 1px 1.5px #E7E7E7;
  }
}
