/* CSS Reset :::::::::::::::::::::::::::::::::::::::: */

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
em, font, img, ins, kbd, q, s, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #d5d4c8 url('../images/bg-gothicipsum-page.jpg') left top repeat;
	font-family: 'Lusitana', Georgia, Times, serif;
	font-size: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}
h1,
h2 {
	position: relative;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1px;
	text-shadow: 0 2px 5px #000000;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
h1 {
	font-family: 'UnifrakturMaguntia', 'Lusitana', Georgia, Times, serif;
	font-size: 70px;
	color: #ffffff;
	margin: 0 0 20px 0;
	text-shadow: 0 0 15px rgba(102,255,204,.3), 0 0 10px rgba(102,255,204,.3);
}
h2 {
	font-family: 'Cormorant', Georgia, Times, serif;
	font-size: 30px;
	margin: 0;
}
h3 {
    font-family: 'Cormorant', Georgia, Times, serif;
    font-size: 30px;
    font-weight: 600;
    color: #512469;
    margin: 6px 0 10px 0;
    text-shadow: 1px 1px 5px rgba(33,33,24,0.2);
}
a, img {
	border: none;
}
p {
	margin: 0 0 12px 0;
}
a {
	color: #330033;
	text-decoration: none;
	border-bottom: 1px dotted rgba(66,0,66,0.6);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover,
a:visited {
	color: #000;
}
strong,
.strong {
	font-weight: 600;
}
em,
.em {
	font-style: italic;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clear-both {
	clear: both;
	height: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
.hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/* Header :::::::::::::::::::::::::::::::::::::::: */

header {
	position: relative;
	background: #1f1824 url('../images/bg-gothicipsum-header.png') left top repeat;
	background-size: 250px 240px;
	width: 100%;
	height: 270px;
	max-height: 270px;
	text-align: center;
	margin: 0;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: max-height 0.6s ease;
	-moz-transition: max-height 0.6s ease;
	-o-transition: max-height 0.6s ease;
	transition: max-height 0.6s ease;
}
header h1 a,
header h1 a:visited {
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header h1 a:hover,
header h1 a.active {
	color: #ffffff;
	opacity: 0.7;
	text-shadow: 0 0 20px rgba(102,255,204,.6), 0 0 10px rgba(102,255,204,.7);
}
header h2 {
	color: #ffffff;
}
.angel {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('../images/img-gothicipsum-angel.png') left top no-repeat;
	background-size: 100% auto;
	width: 276px;
	height: 420px;
	-webkit-transition: width 0.6s ease, height 0.6s ease;
	-moz-transition: width 0.6s ease, height 0.6s ease;
	-o-transition: width 0.6s ease, height 0.6s ease;
	transition: width 0.6s ease, height 0.6s ease;
}

/* Navigation :::::::::::::::::::::::::::::::::::::::: */

.nav {
	position: relative;
	width: 100%;
    text-align: right;
	margin: 0;
    padding: 0 6vw 0 6vw;
    box-sizing: border-box;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav li {
	display: inline-block;
    font-family: 'Cormorant', Georgia, Times, serif;
	font-size: 24px;
    font-weight: 400;
	margin: 0;
	padding: 0 8px 0 8px;
}
.nav li a {
}
.nav li a:hover {
}
.nav li.current a {
}

/* Page Elements :::::::::::::::::::::::::::::::::::::::: */

.page {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 48px 2vw 40px 4vw;
	box-sizing: border-box;
}
.page:before {
	content: "";
	display: block;
	position: absolute;
	top: -28px;
	left: 0;
	background: transparent url('../images/img-gothicipsum-rail.png') left top repeat-x;
	width: 100%;
	height: 78px;
}

/* Content Elements :::::::::::::::::::::::::::::::::::::::: */

.content {
	position: relative;
	width: auto;
	font-size: 18px;
	font-size: 1.125em;
	margin: 20px 6vw 0 6vw;
	padding: 3vw 4vw 4vw 4vw;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: inset 0 0 24px rgba(66,51,33,0.1), 0 0 30px rgba(255,255,255,0.3);
	box-sizing: border-box;
    overflow: hidden;
}
.page-home .content {
}
.page-home .content:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -20px;
    background: transparent url('../images/img-gothicipsum-flowers.png') left top no-repeat;
    background-size: 100% auto;
    width: 158px;
    height: 382px;
    opacity: 0.3;
    z-index: -1;
}
.asterisk,
.disclaimer {
    font-size: 0.875em;
}
.wall-candle {
	float: right;
	width: 173px;
	height: 500px;
	margin: 0 0 0 10px;
	-webkit-transition: width 0.6s ease, height 0.6s ease;
	-moz-transition: width 0.6s ease, height 0.6s ease;
	-o-transition: width 0.6s ease, height 0.6s ease;
	transition: width 0.6s ease, height 0.6s ease;
}
.wall-candle.desktop {
	display: inline-block;
}
.wall-candle.phone {
	display: none;
}
.wall-candle img {
	width: 100%;
	height: 100%;
}
.credits {

}
.credits li {
    margin: 0 0 4px 24px;
}

/* Form Elements :::::::::::::::::::::::::::::::::::::::: */

.form-block {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.form-block.active {
    opacity: 1;
}
.form-block input[type="number"],
.form-block input[type="button"] {
    font-family: 'Lusitana', Georgia, Times, serif;
    box-shadow: -1px -1px 5px rgba(0,0,0,0.2), 1px 1px 5px rgba(255,255,255,0.8);
    vertical-align: top;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-block input[type="number"] {
    background-color: #f0f0f0;
    width: 80px;
    height: 34px;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0 0 0 10px;
    border: 2px solid #665166;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-sizing: border-box;
}
.form-block input[type="number"]:hover,
.form-block input[type="number"]:focus {
    box-shadow: inset -1px -1px 6px rgba(0,0,0,0.3),
    inset 1px 1px 6px rgba(33,33,33,0.3),
    -1px -1px 5px rgba(0,0,0,0.2),
    1px 1px 5px rgba(255,255,255,0.8);
}
.form-block input[type="button"] {
    background: #f0f0f0 url('../images/bg-gothicipsum-btn.png') left top repeat-x;
    background-size: 174px 36px;
    height: 34px;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    text-shadow: 0 1px 10px #ffffff;
    margin: 0 2px 0 0;
    padding: 1px 16px 0 16px;
    border: 2px solid #665166;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: inset -1px -1px 4px rgba(0,0,0,0.3),
        inset 1px 1px 4px rgba(255,255,255,0.8),
        -1px -1px 5px rgba(0,0,0,0.2),
        1px 1px 5px rgba(255,255,255,0.8);
    cursor: pointer;
}
.form-block input[type="button"]:hover,
.form-block input[type="button"]:focus {
    box-shadow: inset -3px -3px 6px rgba(0,0,0,0.3),
        inset 3px 3px 6px rgba(33,33,33,0.3),
        -1px -1px 5px rgba(0,0,0,0.2),
        1px 1px 5px rgba(255,255,255,0.8);
    outline: none;
}
.form-block .btn-copy,
.copied {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.form-block .btn-copy.active,
.copied.active {
    opacity: 1;
}
.copied {
    display: inline-block;
    font-size: 0.875em;
    vertical-align: baseline;
    opacity: 0;
}
.form-sentences {
    margin: 0 0 3vw 0;
}
.results {
    position: relative;
    font-size: 0.875em;
    line-height: 1.5;
    margin: 2vw 0 0 0;
}
.results-sentences span:nth-of-type(1):before,
.results-paragraphs p:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
}

/* Footer :::::::::::::::::::::::::::::::::::::::: */

.footer-container {
	position: relative;
	width: 100%;
	font-size: 0.875em;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 65px 0 20px 0;
	clear: both;
	box-sizing: border-box;
}
.footer-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('../images/img-gothicipsum-rail.png') left top repeat-x;
	background-size: 106px 60px;
	width: 100%;
	height: 60px;
	transform: scaleX(-1) scaleY(-1);
}
.footer-container ul {
	list-style-type: none;
}
.footer-container a {
	color: #330033;
	text-decoration: none;
	border-bottom: 1px dotted rgba(0,0,0,0.6);
}

/* Media Queries :::::::::::::::::::::::::::::::::::::::: */

@media only screen and (max-width: 1240px) {
}

@media only screen and (max-width: 1024px) {
	header {
		height: 210px;
		max-height: 210px;
	}
	.angel {
		width: 200px;
		height: 304px;
	}
}

@media only screen and (max-width: 768px) {
	header {
		text-align: right;
	}
	header h1 {
		float: right;
		font-size: 64px;
	}
	header h2 {
		float: right;
		font-size: 24px;
	}
	.angel {
		width: 200px;
		height: 304px;
	}
	.content {
		font-size: 16px;
		font-size: 1em;
		margin: 20px 4vw 0 4vw;
		padding: 2vw 4vw 3vw 4vw;
	}
    .page-home .content:after {
        right: -36px;
        width: 124px;
        height: 300px;
    }
}

@media only screen and (max-width: 660px) {
	header {
		height: auto;
		max-height: 500px;
	}
	header h1,
	header h2 {
		width: 60%;
		width: -webkit-calc(100% - 180px);
		width: -moz-calc(100% - 180px);
		width: calc(100% - 180px);
	}
	header h1 {
		line-height: 0.9;
		margin: 0 0 2px 0;
	}
	header h2 {
		margin: 0 0 6px 0;
	}
	header h2 span {
		display: block;
	}
    .wall-candle.desktop {
        display: none;
    }
    .wall-candle.phone {
        display: block;
        float: none;
        margin: 20px auto 20px auto;
    }
    .page {
        padding: 45px 3vw 30px 3vw;
    }
    .content {
        margin: 20px 0 0 0;
        padding: 2vw 4vw 3vw 4vw;
    }
    .copied {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
	header h1,
	header h2 {
		float: none;
		width: auto;
	}
	header h2 {
		font-size: 20px;
	}
	.angel {
		opacity: 0.7;
	}
    .page-home .content:after {
        display: none;
    }
}