@charset "UTF-8";

/*GLOBAL STYLES*/

body {
	background-color: #d8f2de;
	min-width: 320px;
	max-width: 1280px;
}

article {
	width: 100%;
	bottom-margin: 0;
}

header img {
	width: 100%;
}

nav {
	width: 100%;	
}

nav img{
	width: 15%;
	margin-left: 35%;
}

.rightarrow {
	color: #6e5b42;
	float: right;
	margin-right: 20px;
}

.leftarrow {
	color: #6e5b42;
	float: left;
	margin-left: 20px;
}

.rightarrow:hover {
	color: black;
}

.leftarrow:hover {
	color: black;
}

section{
	width: 85%;
	margin: auto;
}

section p{
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 1em;
	line-height: 1.75em;
	margin-top: .75em;
}

.pullquote img {
	width: 100%;
	margin-top: 0;
	margin-bottom: 25px;
}

.closerquotesmall img{
	width: 100%;
	margin-top: 0;
}

.closerquote img{
	width: 100%;
	margin-top: 0;
	display: none;
}

@media (min-width: 325px) and (max-width: 649px) {
	nav img{
		width: 25%;
		margin-left: 25%;
}
}

@media (min-width: 650px) and (max-width: 750px){

section{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
	
.pullquote img {
	margin-left: 50px;
	margin-right: 50px;
	width: 85%;	
	}
	
.closerquotesmall img{
	margin-left: 50px;
	margin-right: 50px;
	width: 85%;	
	margin-top: 0;
}

.closerquote img{
	display: none;
}
}

@media (min-width: 751px) and (max-width: 920px){

section{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
	
.pullquote img {
	width: 55%;
	float: left;
	margin-right: 25px;
	}
	
.closerquotesmall img{
	margin-left: 50px;
	margin-right: 50px;
	width: 85%;	
	margin-top: 0;
}

.closerquote img{
	display: none;
	}
}

@media (min-width: 921px) and (max-width: 1199px){

section{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
	
.pullquote img {
	width: 65%;
	float: left;
	margin-right: 50px;
	}
	
section p{
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 1.2em;
	line-height: 1.75em;
	margin-top: .75em;
	}
	
.closerquotesmall img{
	margin-left: 50px;
	margin-right: 50px;
	width: 85%;	
	margin-top: 0;
}

.closerquote img{
	display: none;
	}
}

@media (min-width: 1200px){

section{
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

	
.pullquote img {
	width: 50%;
	float: left;
	margin-right: 50px;
	}
	
section p{
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 1.4em;
	line-height: 1.75em;
	margin-top: .75em;
	}
	
.closerquotesmall img{
	display: none;
}

.closerquote img{
	width: 100%;
	margin-top: 0;
	display: block;
	}
}

