@charset "UTF-8";
/* CSS Document */

*:not(input):not(textarea) {
	user-select: none;
	-webkit-user-select: none;
	/* disable selection/Copy of web content */
	-webkit-touch-callout: none;
	/* disable the IOS popup when long-press on a link */
}

/* define standard CSS defaults for Mettle */

html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, form, label, legend, table, caption, tr, th, td,
video {
	margin: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}

html,
body {
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	background: transparent;
}

body {
	min-height: 100%;
}

input {
	-webkit-appearance: none !important;
	appearance: none !important;
	outline: none !important;
	box-shadow: none !important;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
}

select:focus {
	outline: none !important;
	box-shadow: none !important;
}



/* holding page styles */

html { 
  background: linear-gradient(0deg, #2c61c7 0%, #2a4d99 14%, #233b71 27%, #1e2b50 40%, #1a2037 54%, #171726 68%, #15121b 83%, #0d091e 100%);
  background-attachment: fixed;
}




/* FONTS */


.carbon {
	font-family: t26-carbon, monospace;
	font-weight: 400;
	font-style: normal;
}

.paralucentBold {
	font-family: paralucent, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.halyardDisplay {
	font-family: halyard-display, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font16 {
	font-size: 16px;
	line-height: 21px;
}

.font24NoLine {
	font-size: 24px;
}

.off-white {
	color: rgba(255,255,255,0.95);
}

.blueGrad {
	
}

.appStore {
	display: block;
	width: 120px;
	height: 40px;
	background-image: url(../media/app-store.svg);
	background-size: cover;
}

.googleStore {
	display: block;
	width: 136px;
	height: 40px;
	background-image: url(../media/google-play.svg);
	background-size: cover;
}

.stores {
	display: flex;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.app-demo {
	width: 320px;
	height: 522px;
	display: block;
	background-image: url(../media/app-example.jpg);
	background-size: cover;
}





/* holding layout */

.holding_copy {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

.red {
	color: rgba(188, 0, 0, 1);
}


/* generic styles */

.logoContain {
	display: block;
	width: 800px;
	position: relative;
}

.mettleLogo {
	display: block;
	width: 320px;
	height: 320px;
	background-image: url(../media/mettle-logo.png);
	background-size: cover;
}

.clientLogo {
	display: block;
	width: 320px;
	height: 320px;
	background-image: url(client-logo.png);
	background-size: cover;
	margin-top: 40px;
}










































