@charset "UTF-8";


/* GLOBAL STYLES */

body {
	margin-bottom: 6em;
	background-color: white;
}

#main {
	width: 100%;
	min-width: 320px;
	max-width: 1500px;
}

#top{
	margin: auto;
}

nav {
	width: 275px;
	margin: .5em auto .5em auto;
	
}

div.back {
	width: 71px;
	height: 72px;
	float: left;
	background-size: 95%;
	background-repeat: no-repeat;
	transition: all 1s ease;
}

div.next{
	width: 71px;
	height: 72px;
	float: left;
	background-size: 95%;
	background-repeat: no-repeat;
	transition: all 1s ease;
	
}

div.toc{
	
	width: 96px;
	height: 92px;
	margin: 0;
	float: left;
	transition: all 1s ease;
}

div.back {
	background-image: url("../images/leftnav.png");
}

div.toc {
	background-image: url("../images/honeypot(2).png");
}

div.next {
	background-image: url("../images/rightnav.png");
}

div.back:hover {
	background-image: url("../images/leftnav.png");
	background-size: 100%;
}

div.toc:hover {
	background-image: url("../images/honeypot(2).png");
	background-size: 100%;
}

div.next:hover {
	background-image: url("../images/rightnav.png");
	background-size: 100%;
}

header {
	width: 100%;
	margin: 1em auto;
}

.dottedline {
	margin: auto;
	margin-top: .8em;
}

#title {
	width: 80%;
	margin: 0 auto;
	text-align: center;

}


h1 { font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
    text-align: center;		
	}

#title h1 {
	font-size: 4em;
	color: black;
}

#bee1{
	width: 100%;
	margin: auto;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	
}

#bee2{
	width: 100%;
	margin: auto;
	margin-bottom: .5em;
	margin-top: 1.5em;
	
}

 .illust1{
	width: 80%;
	margin: 1.5em auto 1.5em auto;
	
}

 h2{
	 font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: normal;
	text-align: center;
    margin: .5em auto .5em auto;
	font-size: 3em;
	 width: 100%;
	
}



 #captitle .illust1{
	width: 83%;
  margin: .5em auto .5em auto;


}

h3 {
   font-family: "Schoolbell", cursive;
  font-weight: 400;
  font-style: normal;
	width: 70%;
	font-size: 1.25em;
	text-align: center;
	display: inline;
	margin: 3em auto 3em auto;
	
}



section {
	width: 75%;
	margin: 0 auto;
}

article p {
	font-family: Cambria, Georgia, Times, "Times New Roman", "serif";
	font-size: 1em;
	line-height: 1.7;
}

article p:first-child::first-letter, article p.initial-cap::first-letter {
	margin-left: 15%;
	padding: 0em .07em;
	background-color: #FFF5CB;
	color: black;
	font-family: 'Stint Ultra Condensed', serif;
	font-size: 2em;
	line-height: .5;
}



article img {
		width: 80%;
		display: block;
		margin: 1em auto;
	}

article blockquote {
	width: 70%;
	border-radius: 15px;
	padding: .5em 5%;
	font-size: 1em;
	background-color: #FFF5CB;
	color: #3C2415;
	text-align: center;
	margin: .5em auto;
	line-height: 1.1;
}





@media (min-width: 350px){

	nav {
		width: 350px;
	
	}
	
	div.toc {
		margin: 0 25px;
	}
	
	header {
		width: 70%;
		margin: 0 auto;
		
	}
	
	#title{
		
		width: 85%;
	}
	
	#title h1 {
		font-size: 4.5em;
		margin-top: .5em;
		margin-bottom: .25em;
		

	}
	
	#bee1{
		width: 100%;
	}
	
	 h2 {
		width: 85%;
		font-size: 2.5em;
		line-height: 1;
		margin-bottom: 1em;
	}
	
	#bee2 {
		width: 100%;
	}
	article p {
		font-size: 1.2em;
		line-height: 1.8;
	}
	
	article p::first-letter {
		padding-left: 10%;
	}
	
	article img {
		width: 80%;
		display: block;
		margin: 1em auto;
	}
	
	
}

@media (min-width: 500px){
	
		h2 {
		width: 50%;
	}
	
	
	article blockquote {
		width: 60%;
		font-size: 2em;
	}
	
	article img {
		width: 50%;
		display: block;
		margin: 1em auto;
	}
	
	
}


@media (min-width: 600px){
	
	header {
		width: 45%;
		margin: 1em auto;
	}
	
	div.toc{
		margin: auto 25px;
	}
	
	title.dottedline{
		width: 100%;
	}
	
	h1{
		margin-top: .5em;
	}
	
	#bee1{
		width: 105%;
	}
	
	h2 {
		width: 90%;
		font-size: 4em;
	}
	
	#bee2 {
		width: 105%;
		
	}
	
	h3 {
		width: 90%;
		font-size: 1.5em;
	}
	
	article blockquote {
		width: 40%;
	
	}
}


@media (min-width: 750px){
	
	
	
	header {
		width: 85%;
	}
	
	
	h1 br{
		display: none;
	}
	
	h2{
		width: 105%;
	}
	
	.illust1{
		width: 90%;
	}
	
	
	
	article p{
		font-size: 1.3em;
		line-height: 1.9;
	}
	
		article blockquote {
		width: 45%;
		font-size: 2em;
		float: right;
	}
	
	article img {
		width: 50%;
		display: block;
		margin: 1em auto;
		float: left;
	}
	
	article img.bottom {
			width: 70%;
		margin-left: 1.5em;
		display: inline;
		margin: 1em auto;
	}
}

@media (min-width: 1000px){
	
	nav{
		
		width: 295px;
		margin: .5em auto .5em auto;
	
	}
	
	header{
		width: 65%;
	}
	
	#title h2{
		width: 60%;	
	}
	
	#title h3{
		width: 60%;	
	}
	
	
	section{
		width: 90%;
	}
	
	article p{
		font-size: 1.4em;
		line-height: 2;
	}
	
	article blockquote{
		
		width: 25%;
		font-size: 1.5em;
		float: right;
		margin: .5em 0 .5em -1em;
	}
	
		article img.bottom {
			width: 50%;
		margin-left: 1.5em;
		display: inline;
		margin: 1em auto;
	}
}

@media (min-width: 1280px){
	
	#main { background-color: #FFF5CB;
		
	}
	
	header{
		top: 0;
		left: 0;
		background-color: transparent;
		position: absolute;
		width: 30%;
		margin-top: 0;
		max-width: 500px;
		
		
	}
	
	section {
		width: 50%;
		background-color: white;
		float: right;
		margin: 0;
		padding: 6em 9% 0 8%;
	}
	
	article{
		margin: 1.5em auto;
		margin-left: 25px;
		width: 90%;
	}
	article blockquote{
		
		width: 33%;
		font-size: 1.5em;
		display: inline;
		margin: .5em 0 .5em 1em;}
	
	artivle img{
		float: left;
		display: inline;
		width: 75%;
	}
	
	
	
	}
