@font-face {
	font-family: myriadC;
	src: url('../fonts/MyriadPro-Cond.otf'), url('../fonts/MyriadPro-Cond.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: myriadC;
	src: url('../fonts/MyriadPro-CondIt.otf'), url('../fonts/MyriadPro-CondIt.woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: myriadC;
	src: url('../fonts/MyriadPro-BoldCond.otf'), url('../fonts/MyriadPro-BoldCond.woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: myriadC;
	src: url('../fonts/MyriadPro-BoldCondIt.otf'), url('../fonts/MyriadPro-BoldCondIt.woff');
	font-weight: bold;
	font-style: italic;
}


@font-face {
	font-family: myriad;
	src: url('../fonts/MyriadPro-Regular.otf'), url('../fonts/MyriadPro-Regular.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: myriad;
	src: url('../fonts/MyriadPro-It.otf'), url('../fonts/MyriadPro-It.woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: myriad;
	src: url('../fonts/MyriadPro-Bold.otf'), url('../fonts/MyriadPro-Bold.woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: myriad;
	src: url('../fonts/MyriadPro-BoldIt.otf'), url('../fonts/MyriadPro-BoldIt.woff');
	font-weight: bold;
	font-style: italic;
}


div a:focus {
	outline: none;
}

div a:hover, div a:focus, div a:active {
	text-decoration: none;
}

body {
	font-family: 'myriadC', sans-serif;
}

ul {
	padding: 0;
}

img {
	max-width: 100%;
}

.float {
	display: inline-block;
	vertical-align: top;
}

.blkCenter {
	display: block;
	margin: auto;
}

.nopad {
	padding: 0;
}

.nopadL {
	padding-left: 0;
}

.nopadR {
	padding-right: 0;
}

.padFix {
	padding-left: 15px;
	padding-right: 15px;
}

.padFixL {
	padding-left: 15px;
}

.padFixR {
	padding-right: 15px;
}

.padTop {
	padding-top: 60px;
}

.padBot {
	padding-bottom: 60px;
}

.mtop {
	margin-top: 30px;
}

.mbot {
	margin-bottom: 30px;
}

.mtop30 {
	margin-top: 30px;
}

.mbot30 {
	margin-bottom: 30px;
}

.mtop60 {
	margin-top: 60px;
}

.mbot60 {
	margin-bottom: 60px;
}

.mtop90 {
	margin-top: 90px;
}

.mbot90 {
	margin-bottom: 90px;
}

.full, .w100 {
	width: 100%;
}

.half, .w50 {
	width: 50%;
}

.fifth, .w20 {
	width: 20%;
}

.sixth, .w16 {
	width: 16.66%;
}

.tenth, .w10 {
	width: 10%;
}

.quarter, .w25 {
	width: 25%;
}

.third, .w33 {
	width: 33.33%;
}

.two-thirds, .w66 {
	width: 66.66%;
}

.three-quarters, .w75 {
	width: 75%;
}

.almost-full, .w90 {
	width: 90%;
}

.w40 {
	width: 40%;
}

.w30 {
	width: 30%;
}

.rel {
	position: relative;
}

.childCenter {
	text-align: center;
}

.childLeft {
	text-align: left;
}

.childRight {
	text-align: right;
}

section	{
	background-position: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: auto;
}

section.full-h	{
	height: 100vh;
}
section.half-h	{
	height: 50vh;
}

button {
	background-color: #0004;
	border: 3px solid;
	border-color: #fff4;
	border-radius: 15px;
	box-shadow: 2px 2px 15px #0008;
	color: #fff;
	font-family: myriad, sans-serif;
	font-size: 18px;
	padding: 5px 10px 0;
	outline: none !important;
	transition: 150ms ease;
}

button:hover {
	background-color: #0008;
	border-color: #0002;
	box-shadow: 2px 2px 10px #000a;
}

button[disabled], button[disabled]:hover {
	background-color: #0004;
	color: #666;
	opacity: 0.6;
	cursor: no-drop;
}

section.color-one {
	background-image: linear-gradient(45deg, #753d00, #500);
}

section.color-two {
	background-image: linear-gradient(45deg, #00e, #5e1029);
}

section.color-three {
	background-image: linear-gradient(45deg, #040, #400);
}

section.color-four {
	background-image: linear-gradient(45deg, #440, #404);
}

section.color-five {
	background-image: linear-gradient(45deg, #088, #020);
}

h1 {
	color: #fff;
	text-shadow: 0 0 5px #fff;
}

section p {
	color: #dbd2a5;
	font-size: 20px;
}

.selector {
	display: flex;
	color: #ddd;

}

#shipTypeSelector {
	justify-content: stretch;
	min-width: 250px;
}

#shipTypeSelector > * {
	cursor: pointer;
	flex-grow: 1;
	margin: 8px 0 0;
}

#xvtShipTypeSelector {
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
	width: 66%;
}

#shipResult {
	margin-top: 30px;
}

#shipResult h2, #xvtShipResult h2 {
	color: #fff;
}

#shipResult h2 img {
	border: 1px solid #fff8;
	border-radius: 15px;
	box-shadow: 0 0 2px #fff;
	margin-right: 15px;
}

#xvtShipResult h2 img {
	border: 1px solid #f008;
	box-shadow: 0 0 2px #000;
	margin-right: 15px;
}

#shipResult ul {
	color: #ddd;
	list-style-type: square;
	text-align: left;
}

#shipResult ul li {
	margin-top: 5px;
}

#shipResult ul img {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}

#preload {

	background-image: url('../images/aux_aps.png'), url('../images/aux_beacon.png'), url('../images/aux_beam.png'), url('../images/aux_bomb.png'), url('../images/aux_boost.png'), url('../images/aux_cluster.png'),  url('../images/aux_conc.png'), url('../images/aux_droid.png'), url('../images/aux_golo.png'), url('../images/aux_gyro.png'), url('../images/aux_ict.png'), url('../images/aux_ion_beam.png'), url('../images/aux_ion_bomb.png'), url('../images/aux_ion_missile.png'), url('../images/aux_ion_rocket.png'), url('../images/aux_ion_torpedo.png'), url('../images/aux_jammer.png'), url('../images/aux_mask.png'), url('../images/aux_mine.png'), url('../images/aux_multilock.png'), url('../images/aux_pierce_torp.png'), url('../images/aux_quick.png'), url('../images/aux_repair.png'), url('../images/aux_resupply.png'), url('../images/aux_rocket.png'), url('../images/aux_rocket_turret.png'), url('../images/aux_shield.png'), url('../images/aux_tac_shield.png'), url('../images/aux_torpedo.png'), url('../images/aux_tractor.png'), url('../images/aux_turret.png'), url('../images/cm_chaff.png'), url('../images/cm_flare.png'), url('../images/cm_inverter.png'), url('../images/cm_jammer.png'), url('../images/eng_jet.png'), url('../images/eng_micro.png'), url('../images/eng_propulsion.png'), url('../images/eng_slam.png'), url('../images/eng_std.png'), url('../images/eng_thrust.png'), url('../images/eng_unstable.png'), url('../images/hull_dampener.png'), url('../images/hull_defelctor.png'), url('../images/hull_lamin.png'), url('../images/hull_light.png'), url('../images/hull_reflec.png'), url('../images/hull_reinforced.png'), url('../images/hull_std.png'), url('../images/shield_conversion.png'), url('../images/shield_fortified.png'), url('../images/shield_nimble.png'), url('../images/shield_overloaded.png'), url('../images/shield_ray.png'), url('../images/shield_resonant.png'), url('../images/shield_scrambler.png'), url('../images/shield_std.png'), url('../images/ship_aw.png'), url('../images/ship_bw.png'), url('../images/ship_tb.png'), url('../images/ship_td.png'), url('../images/ship_tf.png'), url('../images/ship_ti.png'), url('../images/ship_tr.png'), url('../images/ship_uw.png'), url('../images/ship_xw.png'), url('../images/ship_yw.png'), url('../images/weapon_burst.png'), url('../images/weapon_guided.png'), url('../images/weapon_g_burst.png'), url('../images/weapon_g_rotary.png'), url('../images/weapon_ion.png'), url('../images/weapon_plas.png'), url('../images/weapon_rapid.png'), url('../images/weapon_rotary.png'), url('../images/weapon_std.png'), url('../images/xvt-xw.png'), url('../images/xvt-yw.png'), url('../images/xvt-aw.png'), url('../images/xvt-bw.png'), url('../images/xvt-z95.png'), url('../images/xvt-tf.png'), url('../images/xvt-ti.png'), url('../images/xvt-tb.png'), url('../images/xvt-ta.png'), url('../images/xvt-gun.png');
	background-position: 0 1px, 0 2px, 0 3px, 0 4px, 0 5px, 0 6px, 0 7px, 0 8px, 0 9px, 0 10px, 0 11px, 0 12px, 0 13px, 0 14px, 0 15px, 0 16px, 0 17px, 0 18px, 0 19px, 0 20px, 0 21px, 0 22px, 0 23px, 0 24px, 0 25px, 0 26px, 0 27px, 0 28px, 0 29px, 0 30px, 0 31px, 0 32px, 0 33px, 0 34px, 0 35px, 0 36px, 0 37px, 0 38px, 0 39px, 0 40px, 0 41px, 0 42px, 0 43px, 0 44px, 0 45px, 0 46px, 0 47px, 0 48px, 0 49px, 0 50px, 0 51px, 0 52px, 0 53px, 0 54px, 0 55px, 0 56px, 0 57px, 0 58px, 0 59px, 0 60px, 0 61px, 0 62px, 0 63px, 0 64px, 0 65px, 0 66px, 0 67px, 0 68px, 0 69px, 0 70px, 0 71px, 0 72px, 0 73px, 0 74px, 0 75px, 0 76px, 0 77px, 0 78px, 0 79px, 0 80px, 0 81px, 0 82px, 0 83px, 0 84px, 0 85px, 0 86px;
	opacity: 0.1;
	position: fixed;
	top: 0;
	left: 0;
	width: 1px;
	height: 100px;
	background-repeat: no-repeat;
}