/*
 * FONTS
 */
/* Harrington */
@font-face {
    font-family: 'harrington-plain';
    src: url('../fonts/harrington-plain/harrington-webfont.eot');
    src: url('../fonts/harrington-plain/harrington-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/harrington-plain/harrington-webfont.woff2') format('woff2'),
         url('../fonts/harrington-plain/harrington-webfont.woff') format('woff'),
         url('../fonts/harrington-plain/harrington-webfont.ttf') format('truetype'),
         url('../fonts/harrington-plain/harrington-webfont.svg#harrington-plain') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Risque */
@font-face {
    font-family: 'risque-regular';
    src: url('../fonts/risque-regular/risque-regular-webfont.eot');
    src: url('../fonts/risque-regular/risque-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/risque-regular/risque-regular-webfont.woff2') format('woff2'),
         url('../fonts/risque-regular/risque-regular-webfont.woff') format('woff'),
         url('../fonts/risque-regular/risque-regular-webfont.ttf') format('truetype'),
         url('../fonts/risque-regular/risque-regular-webfont.svg#risqueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
 * SIGNS - STYLING
 */
.size-8x3 {
	width: 210mm;    /* 8 inches */
	height: 74.25mm; /* 3 inches */
}
.size-8x4 {
	width: 210mm;    /* 8 inches */
	height: 98.5mm;  /* 4 inches */
}
.size-6x6 {
	width: 150mm;   /* 6 inches */
	height: 148mm;  /* 6 inches */
}


/*
 * SIGNS - CONTENT
 */

/***************************
 * LADY CAVE - PERSONALISED
 ***************************/
.sign.lady-cave {
	font-family: 'harrington-plain';
}
	.sign.lady-cave div:nth-child(1) {
		top: 3.5%;
		font-size: 44mm;
	}
	.sign.lady-cave div:nth-child(2) {
		top: 43%;
		font-size: 38mm;
	}
	.sign.lady-cave div:nth-child(3) {
		top: 79.75%;
		font-size: 19mm;
	}

/***************************
 * MAN CAVE - PERSONALISED
 ***************************/
.sign.man-cave {
	font-family: 'risque-regular';
}
	.sign.man-cave div:nth-child(1) {
		top: 1%;
		font-size: 38mm;
	}
	.sign.man-cave div:nth-child(2) {
		top: 36.5%;
		font-size: 36mm;
	}
	.sign.man-cave div:nth-child(3) {
		top: 76%;
		font-size: 19mm;
	}

