/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 1em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	color: #1a2b62;
}


body {
	font-family: 'Manrope', sans-serif;
	letter-spacing: 0.5px;
	color: #333;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

a {
	color: #8248e5;
	text-decoration: none;
}

a:hover {
	color: #8248e5;
	text-decoration: underline;
}

.icon {
	color: #8248e5;
}

::selection {
	background: #8248e562;
	/* WebKit/Blink Browsers */
}

::-moz-selection {
	background: #8248e562;
	/* Gecko Browsers */
}

#main {
	min-height: 100vh;
	max-width: 700px;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#header {
	padding: 10px 0;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	background: #fff;
	opacity: 0.97;
}

#header .logo span,
#footer .logo span {
	font-family: 'KoHo', 'Manrope', sans-serif;
}

#header .logo a,
#header .logo a:hover {
	text-decoration: none;
}

#header .logo img {
	padding: 0;
	margin: 0;
}

/* standard styling across both silver and purple font */
#header .font-altus {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-top: -5px;
}

#header .font-digital {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 6px;
	margin-top: -14px;
}

/* purple and blue version of the font logo */
#header .purple .font-altus {
	color: #1a2b62;
}

#header .purple .font-digital {
	color: #8248e5;
}

/* common logo settings */
#header .logo img {
	max-width: 60px;
}

/*--------------------------------------------------------------
# BUTTON
--------------------------------------------------------------*/
.btn {
	font-weight: 600;
}

.prevent-select {
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

/*--------------------------------------------------------------
# BOOTSTRAP PILL/BADGE
--------------------------------------------------------------*/
span.badge i {
	width: 14px;
}