/* */
/* -------------- */
/* CSS Code xNaii */
/* -------------- */
/* */

a, a:hover {
	text-decoration: none;
}

h1 {
	text-shadow: 1px 1px 15px rgb(0, 0, 0);
}

h3, h5 {
	text-shadow: 0px 0px 15px black;
}

body {
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.98) 18%, rgba(115,115,117,0.91) 70%, rgba(175,80,12,0.41) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.98) 18%,rgba(115,115,117,0.91) 70%,rgba(175,80,12,0.41) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.98) 18%,rgba(115,115,117,0.91) 70%,rgba(175,80,12,0.41) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#69af500c',GradientType=0 );
	position: relative;
	margin: 0;
}

@media (min-width: 576px) and (max-width: 1059px) { 
	#icon {
		background-color: rgba(155,155,155,.8);
		border-radius: 15px;
		height: 50px;
		width: 50px;
		padding: 5px;
	}

	.skrynia {
		height: 25px; 
		width: 30px;
	}

	.btn {
		padding: 0;
	}

	table.table-hover tr {
		height: 20px;
		line-height: 20px;
		-webkit-transition: height .6s, line-height .6s, transform .4s ease-in-out;
		-moz-transition: height .6s, line-height .6s, transform .4s ease-in-out;
		-o-transition: height .6s, line-height .6s, transform .4s ease-in-out;
		transition: height .6s, line-height .6s, transform .4s ease-in-out;
	}
	
	table.table-hover tr:hover{
		height: 40px;
		line-height: 40px;
		transform:scale(1.05);
	}
}

@media (min-width: 1060px) { 
	#icon {
		background-color: rgba(155,155,155,.8);
		border-radius: 15px;
		height: 50px;
		width: 50px;
		padding: 5px;
	}

	.skrynia {
		height: 45px;
		width: 50px;
	}

	table.table-hover tr {
		height: 40px;
		line-height: 40px;
		-webkit-transition: height .6s, line-height .6s, transform .4s ease-in-out;
		-moz-transition: height .6s, line-height .6s, transform .4s ease-in-out;
		-o-transition: height .6s, line-height .6s, transform .4s ease-in-out;
		transition: height .6s, line-height .6s, transform .4s ease-in-out;
	}
	
	table.table-hover tr:hover{
		height: 60px;
		line-height: 60px;
		transform:scale(1.05);
	}
}

.main {
	background: url('../img/rpgrr.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	color: white;
	opacity: .6;
	z-index: -1;
}

.container {
	color: white;
	opacity: 0;
}

table td, th {
	background-color: rgba(36,36,36, 0.8);
	text-align: center;
}

table {
	box-shadow: 1px 0px 8px rgb(13, 13, 23);
}

.btn-outline-dark {
	color: white;
}

.btn {
	box-shadow: 1px 0px 7px rgb(13, 13, 23);
}