/*His Endstories and Mother Memories*/

/*-----------------*/
/*DEFAULT AND PHONE*/
/*-----------------*/

/*global*/
.container {
	padding-left: 50px;
	overflow: hidden;
}

#filter {
	background-color: rgba(127,127,127,0.69);
}

/*texts*/
.page-title {
	font-family: 'Alegreya SC', serif; /*Alegreya SC (replacing Copperplate)*/
	color: #213813;
	letter-spacing: 12px;
	font-size: 1.6em;
	text-align: center;
}

.seperator-heading {
	margin-bottom: 40px;
}

.straight-link-container {
	position: relative;
}

.straight-link {
	width: 15px;
	position: absolute;
	left: -15px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	-webkit-writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	z-index: 4;
	font-family: 'Alegreya SC';
	font-weight: bold;
	font-size: .85em;
	letter-spacing: -4px;
}

.straight-link span {
	margin: 5px 0;
}

.straight-link a {
	color: #241D0D;
	text-shadow: 0px 0px 4px rgba(122,29,13,0.5),0px 0px 4px rgba(122,29,13,0.5);
}

.straight-link a:hover {
	color: black;
	text-decoration: none;
	text-shadow: none;
}


.next-page-container {
	margin: 100px 0 75px 0;
}

.s-mother {
	color: #603813;
	font-family: 'Yellowtail', cursive;
	text-align: center;
	font-size: 1.8em;
	display: block;
	margin: 0 auto 70px auto;
}

/*fading text*/
.text-insert {
	color: #603813;
	font-family: 'Yellowtail', cursive;
	text-align: center;
	font-size: 1.6em;
	opacity: 0;
	line-height: 36px;
	margin: 50px 0 70px 0;
}

.text-superscript {
	font-family: 'Yellowtail';
	position: absolute;
	color: #7A1D0D;
	top: -15px;
	left: auto;
	transform-origin: center left;
	margin: 0 0 0 -5px;
	font-size: 1em;
	transform: rotate(-20deg);
	opacity: 0;
/* 	width: 100%; */
	width: 350px;
}

.lower-superscript {
	top: 10px !important;
}

.lower-superscript-mob {
	top: 10px !important;
}

.third-superscript-mob {
	top: 32px !important;
}

.fourth-superscript-mob {
	top: 54px !important;
}

p {
	position: relative;
}

.break {
	display:block;
}

.superscript-fix {
	position: relative !important;
}


/*small circles-library tidbits*/
.dot-column {
	margin-top: 10px;
}

.small-dot-container {
	margin: 15px auto 50px auto;
	width: 100px;
	display: flex;
	justify-content: space-evenly;
}

.small-dot {
    width: 22px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: #603813;
    background-color: #79A378;
    border-radius: 10px;
    margin-left: 4px;
    cursor: pointer;
    transition: background .4s ease;
    float: left;
}

.small-dot:hover {
    background-color: transparent;
}

/*chapbook*/
.link-chapbook {
	width: 125px;
    background: -webkit-gradient(linear, left center, right center, color-stop(12%, rgba(126,63,5,0.8)),to(rgba(255,255,255,0.73)));
    background: -webkit-linear-gradient(left,rgba(126,63,5,0.8) 12%,rgba(255,255,255,0.73) );
    background: linear-gradient(to right,rgba(126,63,5,0.8) 12%,rgba(255,255,255,0.73) );
    filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC7E3F05, endColorstr=#BAFFFFFF, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70) progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC7E3F05', endColorstr='#BAFFFFFF', GradientType=1)";
    border-style: solid;
    border-color: #213813;
    opacity: 0.7;
    color: #213813;
    text-align: center;
    letter-spacing: 1px;
    line-height: 25px;
    border-width: 0px 1px 1px 0px;
    padding: 45px 2px;
	margin: auto;
	font-family: 'Alegreya SC';
	font-weight: bold;
	font-size: 1.15em;
}

/*addendas*/
.addenda {
	font-family: 'Open Sans';
	z-index: 8;
	border-style: solid;
	border-width: 1px;
	border-color: #7A1D0D;
	background-color: transparent;
	color: #130E0F;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	margin-top: 1px;
	padding: 2px 4px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: -30px;
}

.addenda-modal {
	z-index: 10;
	min-height: 506px;
	border-width: 0px;
	background-color: #FFFDD8;
	background-color: rgba(255,253,212,0.9);
	position: absolute;
	margin: auto;
	width: 100%;
	top: -200px; left: 0; right: 0;
	max-width: 600px;
	display: none;
	padding: 45px 25px;
}

.addenda-modal h4 {
    text-align: center;
    letter-spacing: 25px;
    font-size: 1em;
}

.addenda-modal span {
	display: block;
	text-align: center;
	width: 100%;
	font-size: .9em;
	font-style: italic;
	margin: 10px auto 30px auto;
}

.addenda-modal p:first-of-type {
	display: block;
	text-align: center;
	width: 100%;
	margin: 10px auto;
	letter-spacing: 3px;
}

.addenda:hover {
	background-color: rgba(255,253,212,0.42);
	border-color: transparent;
}

/*mother*/
.mother-box {
	background: transparent url('../img/sand three river to sea-u19601-6-fr.png') no-repeat center center scroll;
	background-size: cover;
	padding: 80px 0;
	margin-bottom: 100px;
	width: 90%;
}

.align-left {
	text-align: left !important;
	margin-left: -10px !important;
}

.align-right {
	text-align: right !important;
	margin-right: -10px !important;
}

.title-memory-mother {
    font-family: 'Coromant Garamond';
    color: #7F7F7F;
    letter-spacing: 21px;
    font-size: 1.2em;
    position: relative;
    left: 10px;
    font-weight: normal;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

/*-------*/
/*DESKTOP*/
/*-------*/
@media only screen and (min-width: 992px) {

.main-memory-mother {
	font-family: 'Coromant Garamond' !important;
	color: #241D0D !important;
	font-style: italic;
	color: rgba(0,0,0,.8) !important;
	font-size: 1.3em !important;
	letter-spacing: .5px;
}

.main-memory-mother:last-of-type {
	margin-bottom: 0;
}

/*audio*/
.narrative-audio {
	margin: 50px auto 50px auto;
}

.narrative-audio audio {
	margin: auto;
	display: block;
}

.break {
	display: block;
}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	.container {
		max-width: 414px;
	}
}


/*------*/
/*TABLET*/
/*------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.break {
		display: block;
	}

	.container {
		padding-left: 35px;
		width: 100%;
	}

	.text-insert {
		width: 60%;
		margin: 50px auto 70px auto;
	}

	.straight-link {
		left: -15px;
	}

		/*mother*/
	.mother-box {
		padding: 80px 35px;
		width: 93%;
		margin-left: auto;
		margin-right: auto;
	}

	.align-left {
		margin-left: -60px !important;
	}

	.align-right {
		margin-right: -60px !important;
	}

	.title-memory-mother {
		font-size: 2.3em;
		left: 0;
		left: -15px;
		width: auto;
		text-align: left;
	}

	.main-memory-mother {
		font-family: 'Coromant Garamond' !important;
		color: #241D0D !important;
		font-style: italic;
		color: rgba(0,0,0,.8) !important;
		font-size: 1.3em !important;
		letter-spacing: .5px;
	}

	.link-chapbook {
		width: 125px;
	}

	.lower-superscript {
		margin-top: 20px;
	}

	.lower-superscript-mob {
		top: -15px !important;
	}

	.third-superscript-mob {
		top: -10px !important;
	}
	

}

/*------*/
/*TABLET 2*/
/*------*/
@media only screen and (min-width: 992px) {
	.break {
		display: inline;
	}

	.text-insert {
		width: 100%;
		margin: 50px auto 70px auto;
	}

	.straight-link {
		left: 0px;
	}

			/*mother*/
			.mother-box {
				padding: 80px 35px;
				width: 100%;
			}
		
			.align-left {
				margin-left: -60px !important;
			}
		
			.align-right {
				margin-right: -60px !important;
			}
		
			.title-memory-mother {
				font-size: 2.3em;
				left: 0;
				left: -15px;
				width: auto;
				text-align: left;
			}
		
			.main-memory-mother {
				font-family: 'Coromant Garamond' !important;
				color: #241D0D !important;
				font-style: italic;
				color: rgba(0,0,0,.8) !important;
				font-size: 1.3em !important;
				letter-spacing: .5px;
			}

			.link-chapbook {
				width: 125px;
			}

			.lower-superscript-mob {
				top: -15px !important;
			}

			.third-superscript-mob {
				top: 10px !important;
			}

			.addenda-modal h4 {
				letter-spacing: 35px;
			}

}


/*-------*/
/*DESKTOP*/
/*-------*/
@media only screen and (min-width: 1050px) {
	.break {
		display: inline;
	}
	
	.container {
		padding-left: 15px;
		overflow: visible;
	}

	.page-title {
		font-size: 1.9em;
	}

	.straight-link {
		left: -25px;
	}

	.text-insert {
		font-size: 2em;
	}

			/*mother*/
			.mother-box {
				padding: 80px 35px;
				width: 100%;
			}
		
			.align-left {
				margin-left: -60px !important;
			}
		
			.align-right {
				margin-right: -60px !important;
			}
		
			.title-memory-mother {
				font-size: 2.3em;
				left: 0;
				left: -15px;
				width: auto;
				text-align: left;
			}
		
			.main-memory-mother {
				font-family: 'Coromant Garamond' !important;
				color: #241D0D !important;
				font-style: italic;
				color: rgba(0,0,0,.8) !important;
				font-size: 1.3em !important;
				letter-spacing: .5px;
			}

			.link-chapbook {
				width: 125px;
			}

			.lower-superscript {
				margin-top: 20px !important;
			}

			.lower-superscript-mob {
				top: auto;
			}
			
			.third-superscript-mob {
				top: -13px !important;
			}
			
			.fourth-superscript-mob {
				top: 10px !important;
			}
}

/*-------*/
/* LARGE DESKTOP*/
/*-------*/
@media only screen and (min-width: 1400px) {

	.straight-link {
		left: -100px;
	}
	
}

/*-------*/
/* LARGE DESKTOP*/
/*-------*/
@media only screen and (min-width: 1500px) {


	.straight-link {
		left: -300px;
	}
	
}