/*
Theme Name: ArdantSlate
Theme URI: http://ardant.co.uk
Author: Ardant
Author URI: http://ardant.co.uk/
Description: Ardantslate, built on Tidytheme's Blankslate template.
Version: 2.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: ardantslate
ArdantSlate is distributed under the terms of the GNU GPL
*/
.post-edit-link {
	display:none;	
}

body {
	background:#473C3C;
	color: white;
	font-family: 'Raleway', sans-serif;
	line-height: 1.4;
	text-align:center;
	font-size: 17px;
}

a {
	color:#F7BEE3;
	text-decoration:none;
}

a:hover {
	color: #fff;
	text-decoration:none;
}

hr {
	color: #fff;
    width: 450px;
    margin-top: 4px;
    margin-bottom: 0;
}

h1,
h2 {
	font-family: 'Spectral SC', serif;
	font-weight: 200;
	font-size: 36px;
    letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 1;
}

h1 {
	margin-top: 5px;
}

h2 {
	font-size: 23px;
	margin-top: 20px;
}

p {
	margin: 10px 0;
	letter-spacing: 0.4px;
}

p.pushtop {
	margin-top: 30px;
}

.flower {
	width: 100%;
	max-width: 331px;
	margin-top: 24px;
	opacity:0.95;
}

.bar {
	height: 20px;
	position:absolute;
	left: 0;
	right: 0;
	background: #fff;
	z-index: -1;
}

.bar1 {
	top: 20px;
}

.bar2 {
	top: 60px;
}

.bar3 {
	top: 100px;
}

.bar4 {
	top: 140px;
}

.bar5 {
	bottom: 20px;
}

br.stop {
	display:none;
}

@media (max-width:620px) {
	h1 {
		font-size: 35px;
	}
	
	hr {
		width: 390px;
	}
	
	p {
		font-size: 15px;
	}
}

@media (max-width: 543px) {
	hr {
		width: 120px;
	}
	
	p {
		font-size: 18px;
	}
	
	.hidden-xs, .bar5 {
		display:none;
	}
	
	br.stop {
		display:block;
	}
}