body {
	background-color: white;
	padding: 0;
	margin: 0;
	font-family: 'Dosis', sans-serif;
}

.wrapper {
	max-width: 1280px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	background-image: url('images/portrait2.jpg');
	background-repeat: no-repeat;
	background-position: 330px 80px;
	background-size: 500px;
}

aside {
	display: inline-block;
	width: 340px;
	vertical-align: top;
}

.main-content {
	min-height: 700px;
	text-align: center;

	display: inline-block;
	width: calc(100% - 350px);
	vertical-align: top;
	position: relative;
	font-size: 1.2em;
}

.top-blurb {
	text-align: center;
	margin-bottom: 20px;
}

nav {
	display: inline-block;
	margin-top: 70px;
	text-align: left;
	position: absolute;
	right: 20px;
}

nav ul {
	list-style-image: url(images/bullet.png);
	color: #063913;
	font-size: 1.1em;
	text-align: left;
}

nav a {
	text-decoration: none;
	color: inherit;
}

nav li {
	margin-bottom: 20px;
	margin-right: 10px;
}

nav li:hover {
	color: #084415;
	margin-left: 10px;
	margin-right: 0;
	width: calc(100% - 10px);
}

.menu_button {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	cursor: pointer;
	display: none;
}

.cottage-life-logo {
	width: 340px;
	max-width: 100%;
}

.chesnut-park {
	width: 280px;
	margin: 30px;
	max-width: calc(100% - 60px);
}

.host-of {
	margin-top: 40px;
	text-align: center;
	font-size: 1.2em;
	font-family: 'Shadows Into Light Two', cursive;
}

.host-of span {
	color: red;
	font-size: 1.5em;
}

.social-icons {
	font-size: 0.8em;
}

.social-icons div {
	background-image: url('images/social_sprites.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin: 5px;
	width: 48px;
	height: 48px;
}

.social-icons .twitter {
	background-position: 0 0;
}

.social-icons .facebook {
	background-position: -48px top;
}

.social-icons .linkedin {
	background-position: -96px top;
}

.social-icons .blogspot {
	background-position: -144px top;
}

.social-icons .youtube {
	background-position: -192px top;
}

.social-icons .instagram {
	background-position: -240px top;
}

.social-icons div:hover {
	opacity: 0.7;
	cursor: pointer;
}

.contact {
	text-align: center;
	font-family: "Garamond", serif;
	color: #404040;
	margin-top: 0;
}

.contact hr {
	display: inline-block;
	width: calc(50% - 250px);
	margin: 20px;
	position: relative;
	top: 15px;
	height: 1px;
	background-color: #a0a0a0;
	border: none;
}