@import url('http://fonts.googleapis.com/css?family=GFS+Didot');

body {
	margin: 110px 0px 50px;
	font-family: 'Palatino Linotype', 'GFS Didot', serif;
	font-size: 16px;
}

a {
	color:#6c009f;
}
a:visited {
	color:#131890;
}
a:hover {
	color:#034aa7;
}

hr {
	margin:0px;
	border-width:0px;
	/*border-top-width:4px;*/
	height:4px;
}
hr.purple {
	border-color:#6c009f;
	background-color:#6c009f;
}
hr.dark-blue {
	border-color:#131890;
	background-color:#131890;
}
hr.blue {
	border-color:#034aa7;
	background-color:#034aa7;
}
hr.teal {
	border-color:#06b4a8;
	background-color:#06b4a8;
}
hr.green {
	border-color:#00aa56;
	background-color:#00aa56;
}
hr.light-green {
	border-color:#6bbb26;
	background-color:#6bbb26;
}

.header {
	width:100%;
	height:110px;
	background-color:#ffffff;
	border-bottom:4px solid #6c009f;
	position:fixed;
	top:0px;
}
.header .logo {
	width:100px; height:100px;
	background:url('img/logo.png');
	margin-top:5px;
	margin-left:200px;
	float:left;
}
.header .links {
	margin-right:200px;
	float:right;
}
.header .links a {
	margin:25px 0 0 20px;
	display:block;
	width:60px; height:60px;
	float:left;
	background-image:url('img/social_media.png');
}
.header .links a.instagram {
	background-position:top left;
}
.header .links a.instagram:hover {
	background-position:bottom left;
}
.header .links a.facebook {
	background-position:top center;
}
.header .links a.facebook:hover {
	background-position:bottom center;
}
.header .links a.etsy {
	background-position:top right;
}
.header .links a.etsy:hover {
	background-position:bottom right;
}

.photo {
	background-size:cover;
	background-position:center;
	height:800px;
}

.message {
	padding:3em 0;
	background-repeat: repeat;
	color:#034aa7; /*blue*/
}
.message p {
	width:70%;
	font-size:2em;
	margin:0 auto;
}
.message p.title {
	font-size: 4em;
	color:#00aa56; /*green*/
}
.message p.leader {
	font-size: 3em;
}

.footer {
	width:100%;
	height:50px;
	background-color:#ffffff;
	border-top:4px solid #06b4a8;
	position:fixed;
	bottom:0px;
	box-sizing:border-box;
	padding:0 200px;
	line-height:40px;
}

@media screen and (max-width: 1280px) {
	body {
		font-size:13px;
	}
	.photo {
		height:743px;
	}
}
@media screen and (max-width: 800px) {
	body {
		font-size:10px;
	}
	.header .logo {
		margin-left:100px;
	}
	.header .links {
		margin-right:100px;
	}
	.footer {
		padding:0 100px;
	}
}
@media screen and (max-width: 556px) {
	body {
		margin-top:55px;
	}
	.header {
		height:55px;
	}
	.header .logo {
		margin-left:50px;
		zoom:0.5;
	}
	.header .links {
		margin-right:50px;
	}
	.header .links a {
		zoom:0.5;
	}
	.photo {
		height:400px;
	}
	.footer {
		padding:0 50px;
	}
}