
/*	Colours
*/

:root
{
	
	--home-page-background: /*#0D242F #124B66*/none;
	
	--positive-action: #713DAE;
	--primary-highlight: #f18701;
	--primary-body:	#595959;
	--book-card-header:	#555;
	--card-header: #555;
	--page-title: #754DA4;
	--header: #333;
	--yellow: #FECB00;
	--yellow-background-text: #333;
	--main-purple: #5D21A4;
	--fa-icon: #c3c3c3;
	--inline-button-highlight: #FFE064;
	--listing-background: #fff;
	--secondary-button: #1e96fc;
	--secondary-button-active: #5bb4ff;
	--green: #3ec300;
	--warm-background: #F5F2F0;
	--plan-cap: #1e96fc;
	--section-header: #6f6f6f;
	
	--status-bar-bg: #555;
	--status-bar-color: #fff;
	--status-bar-highlight: #FECB00;
	
	--activity-list-background: /*#ffffff69*/none;
	--activity-list-text: inherit;
	--activity-book-title: #424242;
	
	--next-prev-bg: #565656;
	--next-prev-text: #fff;
}


*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body
{
	font-family: 'open_sansregular';
	color: var(--primary-body);
}


header
{
	padding: 10px 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}


header a
{
	text-decoration: none;
	color: inherit;
}


header h1
{
	font-family: 'ExoBlackItalic', Helvetica, Arial, sans-serif;
	color: #737373;
	font-weight: normal;
	margin: 0 auto;
}


header h1 span
{
	background: linear-gradient(-107deg,var(--main-purple) 0%,var(--primary-highlight) 100%);
	background-clip: border-box;
	transform: skewX(-10deg);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.9;
	padding-right: 4px;
}


header img
{

}


.send-feedback, .send-support
{
	border-radius: 20px;
	border: none;
	background: var(--green);
	font-family: open_sansbold;
	line-height: 1;
	padding: 10px 15px;
	cursor: pointer;
	color: #fff;
	margin: 0 auto;
	display: inline-block;
	font-size: 0.9em;
}


.send-support:hover, .send-feedback:hover
{
	background: #5de31f;
	color: #fff;
}


#send-feedback, #send-support
{
	border-radius: 20px;
	border: none;
	background: var(--green);
	font-family: open_sansbold;
	line-height: 1;
	padding: 10px 15px;
	cursor: pointer;
	color: #fff;
	margin: 0 auto;
}


#send-support:hover, #send-feedback:hover
{
	background: #5de31f;
}


a
{
	color: var(--main-purple);
	text-decoration: none;
}


a:hover
{
	color: var(--primary-highlight);
	text-decoration: none;
}


.board
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	border: 1px dashed #d5d5d5;
	padding: 30px 20px 50px 20px;
	background: var(--warm-background);
	gap: 10px;
	border-left: 0;
	border-right: 0;
	flex-direction: column;
}


.board.support
{
	flex-direction: row;
}


.card
{
	width: 100%;
	max-width: 300px;
	border-radius: 4px;
	padding: 20px;
	font-size: 12px;
	box-shadow: rgba(63, 71, 79, 0.15) 0px 1px 2px;
	position: relative;
	overflow: hidden;
	background: #fff;
}


.card h2
{
	margin: 0em 0 0.5em 0;
	font-family: open_sansbold;
	font-weight: normal;
	text-transform: uppercase;
}


.card a.button
{
	background: var(--secondary-button);
	color: #fff;
	padding: 5px 10px;
	font-size: 1.3em;
	border-radius: 4px;
	display: block;
	max-width: max-content;
	margin: 2em auto 1em auto;
	font-family: open_sansbold;
}


.card a.button:hover
{
	background: var(--secondary-button-active);
}


.work-column
{
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 10px;
	flex-wrap: wrap;
	width: 100%;
	max-width: 690px;
	margin: 1em auto;
}


.post-card
{
	width: 100%;
	border-radius: 4px;
	padding: 1.6em 1.5em 1.5em 1.5em;
	font-size: 12px;
	box-shadow: rgba(63, 71, 79, 0.15) 0px 1px 2px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
	color: inherit;
}


.post-card:hover
{
	color: inherit;
}


.badge-launched
{
	width: 18px;
	float: right;
	color: var(--green);
}


.post-card .post-id
{
	opacity: 0.6;
}


.post-card h3
{
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	font-size: 1.6em;
	font-family: open_sansbold;
	font-weight: normal;
	color: var(--card-header);
}


.post-card date
{
	padding: 0 0 1em 0;
	display: block;
}


strong
{
	font-family: open_sansbold;
	font-weight: normal;
}


.post-card .extra-info
{
	text-align: right;
	margin: 0;
	font-family: open_sanssemibold;
}


.extra-info .type.Feature
{
	color: #49a7ff;
}


.extra-info .type.Bug
{
	color: #ff4949;
}


.extra-info .status.In-progress
{
	color: var(--main-purple);
}


.extra-info .status.Planned
{
	color: var(--primary-highlight);
}


.post-card .score
{
	color: var(--secondary-button);
	padding: 7px 3px 10px 3px;
	border-radius: 5px 5px 0 0;
	font-family: open_sansbold;
	font-weight: normal;
	border: 1px solid #e1e1e1;
	margin-left: 3px;
}


.post-card .score svg
{
	margin: 0 2px 0 2px;
	vertical-align: sub;
}


.post-card .description
{
	padding: 10px 40px 20px 40px;
}


.post-card .description p
{
	margin: 0 0 1em 0;
}


.post-card .description ol, .post-card .description ul
{
	margin: 1em 0 1em 2em;
}


h1 svg, h2 svg, h3 svg
{
	width: 1.3em;
	vertical-align: middle;
	margin: 0 5px 4px 0;
	opacity: 0.4;
}


article
{
	width: 100%;
	max-width: 690px;
	background: #fff;
	padding: 2.5em 3em 2em 3em;
	border-radius: 8px;
	margin: 40px auto 0 auto;
}


article #header-icon
{
	background: #fff;
	border-radius: 100px;
	width: fit-content;
	margin: 0 auto 40px auto;
}


article #header-icon svg
{
	width: 80px;
	margin-top: -70px;
	opacity: 0.4;
	display: block;
}


article .badge-launched
{
	width: 60px;
	margin: -65px -70px 0 0;
}


article h1
{
	font-size: 3em;
	text-align: center;
	color: var(--page-title);
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	font-family: 'ExoBlackItalic', Helvetica, Arial, sans-serif;
	font-weight: normal;
}


article h2
{
	margin: 1.4em 0 0.5em 0;
	line-height: 1.3em;
}


article .summary
{
	text-align: center;
	background: #eee;
	padding: 8px 20px;
	border-radius: 100px;
}


article section
{
	margin-top: 3em;
}


article img
{
	width: 100%;
	max-width: fit-content;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}


article.faq h2
{
	text-align: left;
	margin: 2.5em 0 1em 0;
	border-top: 1px solid #ddd;
	padding-top: 2em;
	font-family: open_sanssemibold;
	font-weight: normal;
	font-size: 2em;
}

p
{
	margin-bottom: 1em;
	line-height: 1.4;
}


ul, ol
{
	margin: 0 0 1em 3em;
}


blockquote
{
	margin: 1.5em 2em;
	font-style: italic;
}


li
{
	margin-bottom: 0.3em;
}


.boxout
{
	padding: 15px 20px 20px 20px;
	background: #f7f7f7f7;
	margin: 2em;
	border-left: 4px solid;
}


.boxout h4
{
	font-family: open_sansbold;
	font-weight: normal;
}


.boxout.warning
{
	border-color: red;

}

a.to-top
{
	float: right;
	font-size: 0.9em;
	color: #8e8e8e;
}


a.to-top:hover
{
	float: right;
	font-size: 0.9em;
	color: var(--primary-highlight);
}


a.to-top svg
{
	width: 20px;
	vertical-align: middle;
	margin-right: 2px;
}


footer
{
	text-align: center;
	font-size: 12px;
	padding: 30px 20px 40px 20px;
}
