/* Birdie Stylesheet */

/* --------- color reference --------- */

/*primary neutral*/
.dark-purple {color: #392032;}
.purple {color: #45293a;}
.med-purple {color: #5e3c55;}
.light-purple {color: #8c597e;}

/*neutral*/
.gray {color: #52564c;}
.dark-gray {color: #352b2c;}

/*secondary + accent*/
.peach {color: #ffa288;}
.blue {color: #74b5c4;}
.red {color: #ff6270;}
.green {color: #40997f;}
.teal {color: #206d7e;}
.light-teal {color: #79b8c6;}


/* --------- fonts --------- */

.justsaying {
	font-family: 'Just Saying';
	font-weight: normal; /*font-weight: bold;*/
	font-style: normal;
}

.charming {
	font-family: 'CharmingLines';
	font-weight: normal;
	font-style: normal;
}

/* --------- reset + fixes --------- */

html {
	-webkit-font-smoothing: antialiased;  
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	background-color: #392032;
	color: #392032;
	font-family: sans-serif;
}

body.launch {
	background: #695767;
}

figure {
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul li, ol li {
	list-style: none;
}

h1, 
h2, 
h3, 
h4 {}

p {}

.subtitle {
	font-family: 'Just Saying';
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	font-size: 2em;
}

.sr-only {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* --------- menu + primary nav --------- */

/* Menu/Primary Nav will be styled here. */




/* ------- general styling ------ */

.cover {
	background-repeat: no-repeat;
	background-size: cover;
}

.center {
	height: 85vh;
	min-height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}


.logo img {
	min-width: 200px;
	width: 100%;
	height: auto;
}

.small {max-width: 300px;}

.title {
	
}

.main-title, .chapter-select, .chapter-one {

}

.chapter-title {
	font-family: 'Just Saying';
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	font-size: 2em;
}

.chapter-title h1 {
	margin: 0;
	padding: 0;
}

.panel {
	background: white;
	padding: 0;
	margin: 0;
	min-height: 200px;
	text-align: center;
}

.panel img.group {
	width: 100%;
	height: auto;
	max-width: 880px;
}

/* --------- launch title --------- */

.home {
	background-image: url('images/sky-background.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.home nav{
	display: flex;
	justify-content: center;
	align-items: center;
}

.home nav ul {
	display: flex;
	flex-direction: row;
}

.home nav ul li {
	height: 200px;
}

.home nav ul li a {
	position: relative;
	color: #FFFFFF;
	font-family: 'CharmingLines';
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;	
}

.home nav ul li a span {
	z-index: 3000;
	position: absolute;
	bottom: 0;
	left: 96px;
	padding: 0 15px 0 0;
	margin: 0 0 44px 0;
}


/* --------- chapter select --------- */

/* chapter selection screen */

.chapter-select {
	background-image: url('images/sky-background.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.chapter-select, 
.chapter-select a {
	color: #fff;
}

.chapters {padding-top: 2em;}

.chapters h2 {
	font-family: 'CharmingLines';
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;	
}

.chapters li {
	padding-bottom: 1em;
}

.chapters a {
	font-family: 'Just Saying';
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
	text-decoration: none;
}






/* --------- account --------- */

/*create account*/


/*login*/




/* --- MIGHT MOVE THESE TO A SEPARATE STYLE SHEET LATER FOR EASE --- */

/* --------- chapter one --------- */

/* Chapter one will be styled here. */

.chapter-one .cover {
	background-image: url('images/sky-background.png');
}






/* --------- chapter two --------- */

/* Chapter two will be styled here. */




/* --------- chapter three --------- */

/* Chapter three will be styled here. */



/* --------- media  --------- */