@charset "UTF-8";

@import url("nav.css");

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600');

@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
	font-family: 'Allura';
	src: url('fonts/allura.otf');
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #f9e6df; /* pale pink */
	color: #333333;
}
body {
	/*font-family: Montserrat, Avenir, Arial;*/
	font-family: Spectral, Georgia, serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 20px;
	line-height: 150%;
}
h1, h2, h3, h4 {
	font-weight: 400;
}
h1, h2 {
	margin: 10px 20px 0 20px;
	/*font-family: Allura;*/
	line-spacing: 25%;
	color: #9f5a54; /* dusty rose */
}
h1 {
	font-size: 360%;
}
h2 {
	font-size: 280%;
}
h3 {
	font-size: 160%;
	color: #9f5a54; /* dusty rose */
}
h4 {
	font-size: 130%;
}
p, li, td {
	font-size: 115%;
	font-size: 20px;
}
li {
	margin-top: 10px;
	line-height: 150%;
}
small, .small {
	font-size: 85%;
}
b, strong {
	font-weight: 500;	
}
a {
	color: #9f5a54; /* dusty rose */
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.narrow {
	margin: 20px auto;
	padding: 0 20px;
	max-width: 40em;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.photo {
	border-radius: 10px;
}
hr {
	margin: 4px 0;
	padding: 0;
	border: 0;
	border-bottom: 2px solid #e6b3a0; /* mid rose */
}
hr.clear {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	background: 0;
}
.clear {
	clear: both;
}
div {
	margin: 0;
	border: 0;
	padding: 0;
	box-sizing: border-box;
}
form, fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}
input, textarea, select, button {
	box-sizing: border-box;
	border: 0;
	border-radius: 5px;
	padding: 5px;
	background: #ffffff;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
}
input[type=text], input[type=email], input[type=tel], textarea, select {
	width: 100%;
}
textarea {
	height: 200px;
}
input:required, textarea:required, select:required {
	
}
.required {
	color: #9f5a54; /* dusty rose */
	text-transform: uppercase;
}

input[type=submit] {
	font-family: Arial;
	font-size: 160%;
	font-weight: 500;
}
button, a.button {
	display: inline-block;
	margin: 0 auto;
	border: 2px solid #e6b3a0; /* mid rose */
	border-radius: 5px;
	padding: 6px 10px;
	background: #f9e6df; /* pale pink */
	color: #e6b3a0; /* mid rose */
	font-size: 120%;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
button:hover, a.button:hover {
	border: 2px solid #9f5a54; /* dusty rose */
	color: #9f5a54; /* dusty rose */
	text-decoration: none;
}

header {
	padding: 0;
	/*background: #ffffff;*/
	background: rgba(255,255,255,1);
	/*position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;*/
}
header div.content {
	padding: 0;
}
header a, header a:hover {
	text-decoration: none;
}
header a:hover {
	
}
header div.logo {
	display: inline-block;
	float: left;
	border: 0;
	padding: 20px;
	font-size: 120%;
	font-weight: 500;
	line-height: 90%;
}
header div.logo a {
	display: flex;
	box-sizing: border-box;
	margin: 0;
	border: 0;
	padding: 0;
	width: 144px;
	height: 60px;
	/*background: url("images/pacificpeonylogo.png") no-repeat 0px center;*/
	background-size: contain;
	color: #333333;
	text-align: right;
	text-decoration: none;
	align-items: center; /*vertical*/
}
header div.logo a:hover {
	color: #04a5bd; /* turquoise */
}

.header {
	display: block;
	position: relative;
	margin: 0;
	padding-bottom: 50%; /* 2:1 */
	width: 100%;
}
.content {
	margin: 0 auto;
	max-width: 1200px;
}

div.headerimage {
	position: relative;
	padding-bottom: 55%;
	background: #333333;
	min-height: 400px;
	overflow: hidden;
	text-align: center !important;
}
div.headerimagethin {
	padding-bottom: 20%;
	min-height: 100px;
}
div.headerimage img {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
div.headerimage div.logo {
	padding: 15px;
}
div.headerimage div.logo img {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	min-width: none;
	min-height: none;
	object-fit: contain;
}
div.headerimage div.overlay {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	background-size: 100%;
	text-align: center;
}
div.headerimage img {
	/*filter: grayscale(100%);*/
}
div.headerimage div.content {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 960px;
	color: #ffffff;
	text-align: center !important;
	/*text-shadow: 0 0 6px rgba(51,51,51,0.95);*/
}

div.feature_service {
	margin: 40px auto;
	border-radius: 40px;
	padding: 10px;
	/*background: rgba(255,255,255,0.5);*/
	background: #efcdc0;
	max-width: 960px;
}


.feature {
	display: block;
	width: 100%;
	padding-bottom: 66.66%; /* 3:2 */
	position: relative;
}
.feature > span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
a.btn-bridalhair {
	background: url(images/btn-shape.png) no-repeat center, #e6b3a0 url(images/btn-bridalhair.jpg) no-repeat center;
	background-size: auto, cover;
}
a.btn-hairsalon {
	background: url(images/btn-shape.png) no-repeat center, #e6b3a0 url(images/btn-hairsalon.jpg) no-repeat center;
	background-size: auto, cover;
}

.pricelist {
	margin: 0 10px;
	width: 92%;
}
.price {
	text-align: right;
}

blockquote {
	margin: 20px auto;
	padding: 70px 0 10px 0;
	max-width: 800px;
	background: url(images/bg-quote.png) no-repeat center 10px;
	background-size: 60px 50px;
	text-align: left;
}
blockquote p {
	margin: 10px 10px 5px 10px;
	font-size: 120%;
}
blockquote cite {
	display: block;
	margin: 5px auto;
	font-style: normal;
	line-height: 140%;
	text-align: center;
}

div.notice {
	display: block;
	margin: 40px auto;
	padding: 10px;
	border-radius: 10px;
	max-width: 640px;
	background: #e6b3a0; /* mid rose */
}

div.CTAbooknow {
	padding: 100px 10px;
	background: #e6b3a0 url("images/bg-peonydrawing.gif") no-repeat center; /* mid rose */
	background-size: cover;
	text-align: center;
}
div.CTAbooknow a.button {
	border: 2px solid #9f5a54; /* dusty rose */
	background: #e6b3a0; /* mid rose */
	color: #9f5a54; /* dusty rose */
}
div.CTAbooknow a.button:hover {
	border: 2px solid #f9e6df; /* pale pink */
	background: #e6b3a0; /* mid rose */
	color: #f9e6df; /* pale pink */
}

footer {
	text-align: center;
}
footer div.footernav ul, footer div.footernav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer div.footernav li a {
	display: block;
	padding: 5px 10px;
	font-weight: 500;
	text-transform: uppercase;
}
.social {
	margin: 0 auto;
	width: auto;
}
.social .icon {
	display: inline-block;
	padding: 10px;
	width: auto;
}
.credit {
	font-size: 85%;
	text-transform: uppercase;
	text-align: center;
}
.credit a {
	color: #666666;
}

@media screen and (min-width: 480px) {
	.col .col {
		float: left;
		width: 50%;
	}
	footer div.footernav li {
		display: inline-block;
	}
}

@media screen and (min-width: 640px) {
	/*h1 {
		font-size: 300%;
	}
	h2 {
		font-size: 240%;
	}
	h3 {
		font-size: 160%;
	}
	h1.intro {
		font-size: 160%;
	}*/
	/*p {
		font-size: 120%;	
	}*/
	.content {
		padding: 10px;
	}
	.col {
		float: left;
		width: 50%;
	}
	.colthird {
		float: left;
		width: 50%;
	}
	.colthird:nth-of-type(2n+1) {
		clear: left;
	}
	.colquarter {
		float: left;
		width: 50%;
	}
	.colquarter:nth-of-type(2n+1) {
		clear: left;
	}
	.feature {
		opacity: 0.75;
		transition: opacity 0.5s;
	}
	.feature:hover {
		opacity: 1;
		transition: opacity 0.5s;
	}
}

@media screen and (min-width: 960px) {
	.colhalf {
		float: left;
		width: 50%;
	}
	.colthird {
		float: left;
		width: 33.33%;
	}
	.colthird:nth-of-type(2n+1) {
		clear: none;
	}
	.colthird:nth-of-type(3n+1) {
		clear: left;
	}
	.colquarter {
		float: left;
		width: 33.33%;
	}
	.colquarter:nth-of-type(2n+1) {
		clear: none;
	}
	.colquarter:nth-of-type(3n+1) {
		clear: left;
	}
}

@media screen and (min-width: 1200px) {
	.colquarter {
		float: left;
		width: 25%;
	}
	.colquarter:nth-of-type(3n+1) {
		clear: none;
	}
	.colquarter:nth-of-type(4n+1) {
		clear: left;
	}
}