body{
	background-color: black;
}

h1, h2, h3 {
	text-align: center;
	color: rgb(230,0,0);
	margin: 3px;
}

p{
	text-align: center;
	color: white;
}

button, .points {
	box-shadow:inset 0px 0px 0px 0px #f29c93;
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	background-color:#fe1a00;
	border-radius:8px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
button:hover {
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	background-color:#ce0100;
}

details {
	color: white;
	text-align: center;
}

#container{
	margin-left: auto;
	margin-right: auto;	
	padding: 1%;
	background-color: rgba(50, 50, 80, 0.3);
	border-radius: 2em;
}

#menu{
	height: 100vh;
	width: 0px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: 0.5s;
	padding-top: 30px;
}

#closeMenuButton{
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 20px;
	margin-left: 50px;
}

.removeButton{
	font-size: 15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0;
	position: absolute;
	top: 1px;
	right: 1px;
}

#openMenuButton{
	position: fixed;
	top: 0;
	left: 5px;
	font-size: 20px;
}

#openMeuButton{

}

.selectedButton{
	border-radius: 8px 8px 0 0;
	background:linear-gradient(to bottom, #a51000 5%, #720000 100%);
	background-color: #a51000;
}

.selectedButton:hover{
	background:linear-gradient(to bottom, #a51000 5%, #720000 100%);
	background-color: #a51000;
}

.faction{
}

.factionButtonsElement{
	overflow-y: scroll;
	white-space: nowrap;
}

#factionNavigationButtons{
	overflow-y: scroll;
	white-space: nowrap;
	margin-left: 60px;
	top: 0;
}

.modal{
	top: 0;
	left: 0;
	padding-left: 2em;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	overflow: scroll;
}

.modalButtonBar{
	top: 0;
	width: 100%;
}

.gearModal div{
	margin-bottom: 5px;
}

.tyger_claws{
	background-color: rgba(200,0,250,0.3);
}

.maelstrom{
	background-color: rgba(150,0,0,0.3);
}

.lawmen{
	background-color: rgba(0,0,150,0.3);
}

.zoners{
	background-color: rgba(255,255,0,0.3);
}

.arasaka{
	background-color: rgba(48, 48, 48, 0.3);
}

.bozos{
	background-color: rgba(105, 255, 105, 0.3);
}

.danger_gal{
	background-color: rgba(151, 151, 255, 0.3);
}

.generation_red{
	background-color: rgba(255, 113, 113, 0.897);
}

.edgerunners{
	background-color: rgba(0,206,209,0.3);
}

.gear{
	background-size: 100% 100% !important;
	width: 207px;
	height: 144px;
	margin: 3px;
	padding: 0 !important;
}

.hack{
	background-size: 200% 100% !important;
	width: 182px;
	height: 252px;
	margin: 3px;
	padding: 0 !important;
}

.loot{
	background-size: 100% 100% !important;
	width: 182px;
	height: 252px;
	margin: 3px;
	padding: 0 !important;
}

.unitContainer{
	display: flex;
	overflow: scroll;
}

@media screen and (max-width: 800px){
	.unitContainer{
		scroll-snap-type: y mandatory;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 1920px){
	.unitContainer{
		scroll-snap-type: y mandatory;
	}
}

.unit{
	max-width: 284px;
	margin: 0.5em;
	padding: 0.5em;
	scroll-snap-align: start;
}

.unit button{
	margin-bottom: 5px;
}

.unitCard{
	background-size: 252px 352px;
	width: 252px;
	height: 352px;
	margin: 3px;
	padding: 0 !important;
}

.float{
	float: left;
}

.actions{
	border-radius: 0 0 25px 0;
	white-space: nowrap;
	position: relative;
}

.action{
	display: inline-block;
}

.statusTokens{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
}

.token{
	background-color: rgba(105, 255, 105, 0.3);
	border-radius: 5px;
	font-size: 30px;
	margin: 2px;
	display: inline-block;
    width: 50px; 
    height: 50px; 
}

.luck{
    background: url(../images/luck.png);
	order: 2;
}

.vulnerable{
    background: url(../images/vulnerable.png);
	order: 1;
}

.hacked{
    background: url(../images/hacked.png);
	order: 3;
}

.tokenButton{
	width: 30px;
	height: 30px;
	padding: 0;
	background-size: 30px;	
}