@charset "utf-8";
/* CSS Document - 44echo.css
44 Echo June 2021

Lighter brown #D7C49C
Darker brown #BC996F
Dark green text #3c421a
*/


body {
	padding: 0;
	margin: 0;
	background-color: #D7C49C;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c421a;
}

img, embed, object, video {
	max-height: 100%;
	max-width: 100%;
}

h1 {
	font-size: 1.6em;
}

p {
	font-size: 1.1em;
	line-height: 1.3em;
	}

#header-wrap, #content-wrap, #footer-wrap {
	width: auto;
	margin: 0 auto;
}

#content-wrap {
	position: relative;
	max-width: 1000px;
	padding: 0 2%;
	margin: 0 auto;
}

#content-wrap h1 {
	margin: 0 0 .67em 0;
}

header {
	height: 146px;
	background-color: #BC996F;
	margin-bottom: 10px;
}

#header-wrap {
	padding: 8px 0 0 0;
}

header h1 {
	height: 130px;
	width: 171px;
	text-indent: -9999px;
	background: url(../images/44echo-sm.png) no-repeat;
	margin: 0 auto;
}

header h1 a {
	height: 130px;
	width: 171px;
	display: block;
}

article {
	padding: 0 0 30px 0;
}

article h1 {
	font-size: 1.3em;
}

.italic {
	font-style: italic;
}

.more-pics {
	padding: 0 0 20px 0;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
	height: 50px;
	background-color: #BC996F;
}

footer a, article a {
	color: #222;
}

#footer-wrap, footer p {
	line-height: 50px;
}

#footer-wrap {
	height: 50px;
	width: 97%;
	padding: 0;
	margin: 0 auto;
	background: url("../images/footer-bg.png") right no-repeat;
}

footer p {
	font-size: 1em;
	margin: 0;
}

#scroll-to-top {
	background-image: url("../images/bg-back-to-top.png");
	display: none;
	position: fixed;
	float: right;
	cursor: pointer;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
}

@media screen and (min-width:481px) and (max-width: 779px){  /************************************************************************************/

	h1 {
		font-size: 1.8em;
	}

	p {
		font-size: 1.3em;
		line-height: 1.6em;
	}

	#header-wrap, #footer-wrap {
		width: 90%;
		margin: 0 auto;
	}

	#content-wrap {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}

	header {
		height: 240px;
		margin-bottom: 20px;
	}

	#header-wrap {
		padding: 20px 0 0 0;
	}

	header h1 {
		height: 200px;
		width: 264px;
		text-indent: -9999px;
		background: url(../images/44echo.png) no-repeat;
		margin: 0;
	}

	header h1 a {
		height: 200px;
		width: 264px;
		display: block;
	}

	article {
		margin: 0 auto 20px auto;
	}

	article h1 {
		font-size: 1.5em;
	}

	#footer-wrap {
		width: 90%;
		padding: 0;
	}
}

@media screen and (min-width:780px) {  /************************************************************************************/

	h1 {
		font-size: 2.1em;
	}

	p {
		font-size: 1.3em;
		line-height: 1.6em;
	}

	#header-wrap, #footer-wrap {
		width: 75%;
		margin: 0 auto;
		max-width: 1000px;
	}

	#content-wrap {
		width: 75%;
		margin: 0 auto;
		padding: 0;
	}

	header {
		height: 240px;
		margin-bottom: 20px;
	}

	header h1 {
		height: 200px;
		width: 264px;
		text-indent: -9999px;
		background: url(../images/44echo.png) no-repeat;
		margin: 0;
	}

	header h1 a {
		height: 200px;
		width: 264px;
		display: block;
	}

	#header-wrap {
		padding: 20px 0 0 0;
	}

	.end {
		margin-right: 0;
	}

	article h1 {
		font-size: 1.6em;
	}

	#footer-wrap {
		padding: 0;
	}
}