@charset "UTF-8";
/* Global Styles */

body {
    width: 100%;
    margin: 0 auto;
    background-color: #FFE8C5;
}

header {
	width: 100%;
	margin: 2.5em auto 0 auto;
}

#title {
	width: 100%;
	
}
header h1 {
    text-align: center;
    font-size: 5em;
    font-family: "Dancing Script", cursive;
  	font-optical-sizing: auto;
  	font-style: normal;
}

#winnie-bees {
	width: 35%;
	margin: 17px auto 0 auto;
	}
	
#winnie-bees img {
	width: 100%;
	}

article {
	width: 100%;
	margin: 2.5em auto 0 auto;
}

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

.downstairs {
    width: 75%;
    margin: 25px auto;
	}

.downstairs img {
	width: 100%;
	}

section h2 {
	text-align: center;
	font-size: 2.5em;
	font-family: "Dancing Script", cursive;
  	font-optical-sizing: auto;
  	font-style: normal;
}

section h3 {
	margin-top: 2em;
	text-align: center;
	font: 1em;
}

section p {
    width: 100%;
    text-align: justify;
    line-height: 2em;
    font-size: 1.5em;
}

section blockquote {
    width: 70%;
    border-radius: 50px;
    padding: .3em 5%;
    font-size: 1.5em;
    background-color: #7F583B;
    color: black;
    text-align: center;
    margin: .5em auto;
    line-height: 1.5;
}

.walking-winnie {
	width: 88%;
	margin: 0 auto;
	}
	
.walking-winnie img {
	width: 100%;
	margin: 0 auto;
	}

.bees {
	width: 50%;
	margin: 0 auto;
	}

.bees img {
	width: 100%;
	}

.sanders {
	width: 80%;
	margin: 0 auto
}

.sanders img {
	width: 100%;
}


@media (min-width: 321px){ 
	#title {
		width: 85%;
		margin: 0 auto;
	}
	
	header h1 {
		margin: 1.5em auto 0 auto;
	}
	
	section blockquote {
		width: 50%;
		font-size: 2em;
	}
}

@media (min-width: 500px){
	section h2 {
	font-size: 2.4em;
	}
	
	section h3 {
		font-size: 1.8em;
	}
	
	section p {
		font-size: 1em;
	}
	
	.walking-winnie img {
		margin: -16px auto 0 25px;
	}
	
}

@media (min-width: 720px){
	header h1 {
		font-size: 5em;
	}
	
	section h2 {
		font-size: 4em;
	}
	
	section h3 {
		font-size: 2.5em;
	}
	section p {
		font-size: 1.5em;
	}
	
	section blockquote {
		font-size: 2em;
	}
	
	.walking-winnie img {
		margin: -32px auto 0 25px;
	}
}

@media (min-width: 1000px){
	#winnie-bees {
    width: 15%;
	}	
	
	.downstairs {
    width: 45%;
	}
	
	.walking-winnie {
    display: none;
	}
	
	.bees {
    width: 25%;
	}
	
	.sanders {
    width: 50%;
	}
}

@media (min-width: 1250px) {
	section blockquote {
		width: 35%;
		font-size: 2.5em;
		border: 10px solid  #654128;
	}
}
