
/* -----------------------------------------------------------------------------  generic style */

body {
	color: #553E35;
	background: url('../images/bg.jpg') 50% 0% no-repeat #FCF7F3;
	background-size: cover;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	line-height: 1.75;
	font-size: 1rem;
	position: relative;
	min-height: 100vh;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6	{
	line-height: 1.25;
	padding-bottom: 14px;
	font-family: 'Lato', sans-serif;
}

h1 {
	display: none;
}

h2 {
	font-size: 21px;
	margin-bottom: 0;
}

a {
	transition: color ease 0.45s;
}

blockquote {
	border-left: 10px solid #46AEB099;
	margin: 0;
	padding-left: 16px;
}

img {
	display: block;
	max-width: 100%;
}

* {
    box-sizing: border-box;
}

/* -----------------------------------------------------------------------------  layout */

#page {
	max-width: 69.0625rem;
	background-color: #FCF7F3;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 1024px)  {
	#page {
		margin: 70px auto;
		box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.10);
	}
}

main {
	overflow: hidden;
}

/* -----------------------------------------------------------------------------  header */

header {
	float: left;
	margin: 2.5rem 0;
	background: white;
	padding: 1.25rem 2.5rem;
	max-width: 35.375rem;
	border-left: 0 solid white;
	transition: all ease 0.3s;
}

.header-wrapper {
	overflow: hidden;
}

.header-wrapper a {
	text-decoration: none;
	display: block;
}

header:hover {
	border-left: 10px solid #46AEB0;
}

.header-wrapper a header * {
	margin: 0;
	padding: 0;
}

.header-wrapper h2 {
	color: #977756;
	font-size: 1.65rem;
	font-weight: 400;
}

.header-wrapper h2 span {
	font-size: 50%;
}

.header-wrapper h3 {
	color: #553E35;
	font-weight: 700;
	font-size: 2.1rem;
}

.header-wrapper p {
	color: #46AEB0;
	padding-top: 0.5rem !important;
	font-size: 0.85rem;
}

.header-wrapper ul.contact {
	position: absolute;
	top: 2.5rem;
	margin: 0;
	list-style: none;
	right: 2.5rem;
	display: none;
}

.header-wrapper ul.contact li {
	text-align: right;
	margin-left: 1rem;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #977756;
}

.header-wrapper ul.contact li:first-child {
	margin-bottom: 0.5rem;
	opacity: 0.5;
}

.header-wrapper ul.contact li:nth-child(2) {
	clear: both;
}

ul.contact li a {
	color: #977756;
	text-decoration: none;
}

ul.contact li a:hover {
	color: #46AEB0;
}

ul.contact li a:hover span {
	color: #977756;
}

ul.contact li a span {
	font-weight: 300;
}

@media screen and (min-width: 1024px)  {
	.header-wrapper ul.contact {
		display: block;	
	}
}

/* -----------------------------------------------------------------------------  nav */

nav {
	float: left;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	clear: both;
}

nav ul {
	list-style: none;
	margin: 0;
}

nav ul li a.active {
	font-weight: 700;
	color: #46AEB0;
}

nav ul li a {
	color: #553E35;
	text-decoration: none;
	letter-spacing: 0.25rem;
	font-weight: 500;
	padding:  1rem 0;
	display: block;
}

nav ul li a:hover {
	color: #46AEB0;
}

/* -----------------------------------------------------------------------------  article */

article {
	float: right;
	width: 70%;
	padding: 0 2.5rem;
	border-left: 1px solid #DAD1CD;
	min-height: 23.625rem;
}

article a {
	color: #46AEB0;
	font-weight: 700;
}

article a:hover {
	text-decoration: none;
}

article p {
	margin: 0 0 2rem;
}

.message {
	background: #46AEB0;
	padding: 20px;
	margin-bottom: 20px;
	color: white;
}

.message h2 {
	margin-top: 0;
}

.message p {
	margin-bottom: 0;
}

/* -----------------------------------------------------------------------------  footer */

footer {
	font-size: 0.75rem;
	color: #977756;
	border-top: 1px solid #DAD1CD;
	margin: 0 2rem;
	padding: 2rem 0;
}

footer p {
	margin:  0;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li {
	margin-bottom: 1rem;
}

@media screen and (min-width: 1024px)  {
	footer ul {
		display: none;
	}
	
	footer p {
		text-align: center;
	}
}


/* -----------------------------------------------------------------------------    responsive break - 640px  */
@media screen and (max-width: 1024px)  {
	
	body {
		min-height: unset;
	}

	header {
		margin-bottom: 1.25rem;
	}

	nav {
		float: none;
	}

	nav li {
		float: left;
		margin-right: 2.5rem;
	}

	article {
		float: none;
		border-left:  none;
		border-top: 1px solid #DAD1CD;
		width: auto;
		clear: both;
		padding: 2.5rem 2.5rem;
		min-height: unset;
	}

	.header-wrapper h2 {
		font-size: 1.75rem;
	}

	.header-wrapper h3 {
		font-size: 1.75rem;
	}

	.header-wrapper p {
		font-size: 0.9rem;
	}

	header:hover {
		border-left-width: 0;
	}
	
}

/* -----------------------------------------------------------------------------    responsive break - 640px  */
@media screen and (max-width: 600px)  {
	
	body {
		margin:  0;
		background: #FCF7F3;
	}

	#page { 
		width: 100%;
		margin: 0;
		box-shadow: unset;
	}

	nav li {
		margin-right: 2rem;
	}

	header {
		margin-top: 0;
		max-width: none;
		width: 100%;
	}

	nav li:last-child {
		margin-right: 0;
	}

	nav ul li a {
		letter-spacing: normal;
		padding-top: 0;
		font-size: 0.8rem;
	}

	.header-wrapper h3, .header-wrapper h2 {
		font-size: 1.5rem;
	}

	.header-wrapper p {
		font-size: 0.75rem;
	}

}



/* ----------------------------------------------------------------------------- end style sheet */
