@charset "UTF-8";

@font-face {
	font-family: 'Conv_Signika-Regular';
	src: url('fonts/Signika-Regular.eot');
	src: local('☺'), url('fonts/Signika-Regular.woff') format('woff'), url('fonts/Signika-Regular.ttf') format('truetype'), url('fonts/Signika-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Signika-Light';
	src: url('fonts/Signika-Light.eot');
	src: local('☺'), url('fonts/Signika-Light.woff') format('woff'), url('fonts/Signika-Light.ttf') format('truetype'), url('fonts/Signika-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Signika-Bold';
	src: url('fonts/Signika-Bold.eot');
	src: local('☺'), url('fonts/Signika-Bold.woff') format('woff'), url('fonts/Signika-Bold.ttf') format('truetype'), url('fonts/Signika-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: 'Conv_Signika-Regular', Arial;
	font-size: 12px;
	line-height: 150%;
	margin: 0;
}

div.layout {
	width: auto;
	height: auto;
	
	min-width: 800px;
	min-height: 300px;
}

div.header,
div.footer {
	width: 100%;
	height: 15%;
	position: fixed;
	
	background-color: #686B71;
	background-size: cover;
	background-position: center center;
}

div.header {
	top: 0;
	left: 0;
}

div.content {
	width: 90%;
	height: 50%;
	min-width: 640px;
	min-height: 360px;
	
	position: fixed;
	top: 20%;
	
	margin: 0 7% 0 3%;
}

div.everyday div.content,
div.specialoccasions div.content,
div.christmas div.content,
div.stationery div.content,
div.contact div.content {
	top: 25%;
}

div.stationery div.content {
	margin: 0 8% 0 2%;
}

div.footer {
	bottom: 0;
	left: 0;
}

div.footer-copyright {
	width: 90%;
	padding: 0 5%;
	text-align: right;
	position: absolute;
	top: 90%;
	left: 0;
	color: #FFF;
	font-size: 80%;
}

div.header-navigation,
div.footer-menu {
	width: 90%;
	height: 15px;
	position: fixed;
	left: 0;
	padding: 15px 50px;
}

div.header-navigation {
	top: 15%;
}

div.footer-menu {
	bottom: 15%;
}

div.header-navigation,
div.header-navigation a {
	font-family: 'Conv_Signika-Light';
}

div.header-navigation a {
	padding: 0 5px;
	text-decoration: none;
}

div.header-navigation a:hover {
	
}

div.header-navigation a:first-child {
	padding-left: 15px;
}

div.footer-menu a {
	padding: 0 10px;
	color: #000;
	border-right: solid 2px #000;
	text-decoration: none;
}

div.footer-menu a:last-child {
	border: 0;
}

div.footer-menu a:hover {
	color: #EF2624;
}

h1 {
	padding: 0;
	margin: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

ul.menu {
	width: auto;
	height: 300px;
	margin: 15px 0;
	
}

div.cards ul.menu {
	margin: 5% 0;
}

div.cards ul.menu {
	margin-left: 35px;
}

ul.menu a {
	text-decoration: none;
}

ul.menu li {
	height: 40px;
	padding: 10px 0;
	font-size: 200%;
	text-decoration: none;
}

ul.menu li span {
	position: relative;
	top: -20px;
}

ul.menu li span.small {
	font-size: 70%;
}

div.home div.inner,
div.cards div.inner,
div.contact div.inner {
	height: 60%;
	top: 15%;
}

/* HOME, CARDS */

div.home div.inner,
div.cards div.inner {
	width: 510px;
	min-height: 300px;
	position: relative;
	left: 50%;
	margin-left: -250px;
}

div.home img.logo {
	width: 250px;
	
	position: relative;
	top: 0;
	left: 0%;
}

div.home ul.menu {
	width: 250px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 25px;
}

/* CONTACT */

div.contact div.inner {
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
	padding: 0 25px;
}

div.contact-block {
	width: 140px;
	float: left;
	margin-top: 50px;
	font-size: 90%;
}

div.contact h3 {
	font-size: 110%;
	color: #F69229;
}

div.contact img {
	margin: 0 40px 0 10px;
	float: left;
}

/* CARD-/stationery PAGES */

div.card {
	width: 16%;
	height: 35%;
	margin: 2%;
	float: left;
	
	position: relative;
}

div.card img {
	max-width: 120%;
	max-height: 120%;
	
	position: absolute;
	bottom: 0;
	
	left: 20%;
}

div.vierkant img {
	margin-top: 30px;
}

div.liggend img {
	
}

div.liggend-laag img {
	margin-top: 60px;
}

/* PERSONALISATION PER PAGE */

li.cards,
li.christmas {
	list-style-image: url('../../images/quire-red.png');
	color: #EF2624;
}

li.stationery,
li.specialoccasions {
	list-style-image: url('../../images/quire-purple.png');
	color: #8A8BBF;
}

li.contact {
	list-style-image: url('../../images/quire-orange.png');
	color: #F69229;
}

li.home {
	list-style-image: url('../../images/quire-green.png');
	color: #AFBB22;
}

li.everyday {
	list-style-image: url('../../images/quire-gray.png');
	color: #686B71;
}


div.everyday div.header-navigation,
div.everyday div.header-navigation a,
div.everyday a:hover {
	color: #686B71;
}

div.specialoccassions div.header-navigation,
div.specialoccassions div.header-navigation a,
div.specialoccassions a:hover {
	color: #8A8BBF;
}

div.christmas div.header-navigation,
div.christmas div.header-navigation a,
div.christmas a:hover {
	color: #EF2624;
}

div.stationery div.header-navigation,
div.stationery div.header-navigation a,
div.stationery a:hover {
	color: #8A8BBF;
}

div.contact h1,
div.contact div.header-navigation,
div.contact div.header-navigation a,
div.contact a:hover {
	color: #F69229;
}

div.cards div.header {
	background-image: url('../../images/pages/cards-header.jpg');
}

div.cards div.footer {
	background-image: url('../../images/pages/cards-footer.jpg');
}

div.everyday div.header {
	background-image: url('../../images/pages/everyday-header.jpg');
}

div.everyday div.footer {
	background-image: url('../../images/pages/everyday-footer.jpg');
}

div.specialoccasions div.header {
	background-image: url('../../images/pages/specialoccasions-header.jpg');
}

div.specialoccasions div.footer {
	background-image: url('../../images/pages/specialoccasions-footer.jpg');
}

div.christmas div.header {
	background-image: url('../../images/pages/christmas-header.jpg');
}

div.christmas div.footer {
	background-image: url('../../images/pages/christmas-footer.jpg');
}

div.stationery div.header {
	background-image: url('../../images/pages/stationery-header.jpg');
}

div.stationery div.footer {
	background-image: url('../../images/pages/stationery-footer.jpg');
}

div.contact div.header {
	background-image: url('../../images/pages/contact-header.jpg');
}

div.contact div.footer {
	background-image: url('../../images/pages/contact-footer.jpg');
}


@media (orientation: portrait) {
	
}

@media only screen and (max-height: 480px) {
	div.content {
		top: 10%;
	}
}

@media only screen and (max-height: 360px) {
	div.content {
		top: 5%;
	}
}