/* ================================================================
Missing-Nin Credits Page v2.0
https://credits.missing-nin.org
DO NOT STEAL, MODIFY, USE, CLAIM, OR REDISTRIBUTE ANY OF MY CODES!
Coding and content © Kupo; Created May 2023
================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&display=swap');
@font-face {
	font-family: 'Omar';
	src:url('../../assets/fonts/omar.woff2') format('woff2'),url('../../assets/fonts/omar.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #546072 #040404;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #040404;
}

::-webkit-scrollbar-thumb {
	background-color: #546072;
	border: transparent;
	border-radius: 3px;
}

::selection {
	background: #242a38; /* WebKit/Blink Browsers */
	color: #9eafbc;
}

::-moz-selection {
	background: #242a38; /* Gecko Browsers */
	color: #9eafbc;
}

body {
	background: #040404;
	color: #9eafbc;
	font-family: 'Advent Pro', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.75em;
	text-align: justify;
}

/***************************************/
/*		  HEADER SECTION & NAV  	   */
/***************************************/

.header {
	background: url('../assets/img/header.jpg') no-repeat center center;
	height: 750px;
	margin: -61px 0 0 0;
	max-width: 1920px;
}

.navbar {
	background: transparent;
	padding-top: 17px;
}

.navbar .nav-link {
	font-family: 'Omar', sans-serif;
	font-size: 1.85em;
	letter-spacing: 2.5px;
	margin: 0 8px;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
}

	.navbar .nav-link.active {
		color: #9eafbc;
	}

	.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	  color: #9eafbc;
	}

.dropdown-menu {
	background-color: #2a394f;
	background-clip: padding-box;
	border-radius: .15em;
	color: #212529;
	display: none;
	float: left;
	inset: 0px 0px auto !important;
	left: 0px;
	list-style: none;
	margin: .425rem 0 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 50px !important;
	z-index: 1000;
}

	.dropdown-menu::before {
		border-bottom: 11px solid #2a394f;
		border-bottom-color: #293649;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		content: '';
		display: inline-block;
		position: absolute;
		right: 26px; 
		top: -11px;
	}

	.dropdown-menu::after {
		border-bottom: 10px solid #2a394f;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		content: '';
		display: inline-block;
		position: absolute;
		right: 26px;
		top: -10px;
	}

a.dropdown-item {
	color: #9eafbc !important;
	display: block;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 1.75px;
	position: relative;
	padding: 13px 20px !important;
	transition: all .3s ease-out;
}

	.dropdown-item {
		background-color: transparent;
		border: 0;
		clear: both;
		color: #9eafbc;
		display: block;
		font-size: 1rem;
		font-weight: 400;
		text-align: inherit;
		white-space: nowrap;
		width: 100%;
	}

		.dropdown-item:before {
			background: #4384aa;
			bottom: 0;
			content: '';
			width: 0;
			height: 2px;
			left: 0;
			position: absolute;
			transition: all 0.3s ease-out;
			-webkit-transition: all 0.3s ease-out;
		}

		.dropdown .dropdown-menu .dropdown-item:hover,
		.dropdown .dropdown-menu .dropdown-item:focus {
			background-color: #2a394f;
		}

			.dropdown-item:hover:before {
				width: 100%;
			}

			.dropdown-toggle::after {
				content: none;
			}

			.dropdown-item.active, .dropdown-item:active {
				color: #9eafbc;
				text-decoration: none;
				background-color: #356988;
			}

/***************************************/
/*	    CONTENT SECTION & STYLES       */
/***************************************/

main {
	font-size: 1.2em;
	line-height: 1.75em;
	margin-top: -15px;
}

main a, .footer a {
	background: linear-gradient(to right,#2a394f,#2a394f), linear-gradient(to right,rgba(189, 157, 60, 1),rgba(152, 139, 58, 1),rgba(50, 99, 95, 1),rgba(25, 51, 81, 1),rgba(15, 25, 77, 1));
	background-size: 100% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	color: #6b8067;
	font-weight: 600;
	text-decoration: none;
	transition: background-size 400ms;
}

	main a:hover, .footer a:hover {
		background-size: 0 1px, 100% 1px;
		color: #465957;
		text-decoration: none;
	}

h1 {
	color: #434c5b;
	font-size: 2.25em;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: lowercase;
}

strong {
	color: #937880;
	font-weight: 700;
}

em {
	color: #516f90;
}

u {
	color: #788091;
}

s {
	color: #424e52;
}

.btn .fas {
	font-size: 0.8em !important;
}

	.btn-secondary, a.btn {
		background: #131a26;
		border: none;
		color: #9eafbc;
		font-size: 0.9em;
		font-weight: 500;
		letter-spacing: 1px;
		padding: 5px 10px;
		text-shadow: 1px 1px 0px #1b273a;
	}

		.btn-secondary:hover, a.btn:hover {
			background: #182436;
			color: #9eafbc;
		}

.stats {
	background: #11121a url('../assets/img/statsbg.jpg') repeat center center;
	background-position: center center;
	border: 1px solid #0f1f28;
	border-radius: 10px;
	/*box-shadow: 5px 5px 10px #1a3444;*/
	display: inline-block;
	margin: 35px 10px 15px 10px;
	padding: 15px;
	width: 23%;
}

	.number {
		color: #435571;
		font-size: 3.3em;
		font-family: 'Edmondsans', Muli, sans-serif;
		font-weight: 600;
		letter-spacing: 1.5px;
		line-height: 1.2em;
		margin: 0 0 0 0;
		padding: 0;
	}

	.stats p {
		color: #9eafbc;
		font-size: 0.73em;
		font-weight: 500;
		letter-spacing: 1.5px;
		line-height: 0.3em;
		padding: 0;
		text-transform: uppercase;
	}

.updated {
	font-size: 0.73em;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.table {
	color: #9eafbc;
	max-width: 85%;
}

	.table .thead-dark th {
		background: #111926;
		border-color: #111926;
		color: #546072;
		font-size: 0.9em;
		font-weight: 600;
		letter-spacing: 1.3px;
		text-transform: uppercase;
	}

		.table-striped > tbody > tr:nth-of-type(2n+1) > * {
		  background-color: rgba(88,92,140,.13);
		  color: #9eafbc;
		}

		.table-bordered > :not(caption) > * > * {
			border-color: #181b20;
			border-width: 1px;
		}

		.bootstrap-table .fixed-table-container .table thead th .both {
			background-image: url("data:image/svg+xml; charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='%23546072' opacity='0.56'%3E%3Cpolygon points='50,10 70,45 30,45'/%3E%3Cpolygon points='30,55 70,55 50,90' /%3E%3C/svg%3E");
			background-size: 19px, 19px;
		}

		.bootstrap-table .fixed-table-container .table thead th .asc {
			background-image: url("data:image/svg+xml; charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23546072' opacity='0.69'%3E%3Cpolygon points='50,10 70,45 30,45'/%3E%3C/svg%3E");
			background-size: 19px, 19px;
		}

		.bootstrap-table .fixed-table-container .table thead th .desc {
			background-image: url("data:image/svg+xml; charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23546072' opacity='0.69'%3E%3Cpolygon points='30,55 70,55 50,90' /%3E%3C/svg%3E");
			background-size: 19px, 19px;
		}

	.pagination {
		background: transparent !important;
	}

		.pagination .page-link {
			background: #111926;
			border: 1px solid #20252f;
			color: #546072;
			padding: 5px 17px;
			text-shadow: 1px 1px 0px #1b273a;
		}

		.active .page-link {
			background: #2a394f;
			border: 1px solid #20252f;
			color: #9eafbc;
			text-shadow: 1px 1px 0px #1b273a;
		}

			.fixed-table-pagination {
				max-width: 85%;
				margin: auto;
			}

.footer {
	background: url('../assets/img/footer.png') no-repeat bottom center;
	border-bottom: 10px solid #111926;
	color: #9eafbc;
	height: 215px;
	padding: 87px 0 0 0;
	margin-top: 50px;
	text-align: center;
}

	.footer p {
		font-size: .95em;
		margin-top: 15px;
	}