@charset "UTF-8";
/* CSS Document */

/******************************************************\
* beautybyhand.co.uk  -  styles                        *
* hewn of solid text at oastone.co.uk                  *
*                                                      *
* version 1, july 2018                                 *
* styles                                               *
\******************************************************/

/* ==== the colours ==== */
/* text grey: #575757;
/* hot pink: #ed1e79;

*/

body {
	background: #fff;
}

.hero {
	background: #ed1e79;
	height: 480px;
}
.hero img {
	width: 230px;
	padding: 0 0 10px;
}
.hero h2 {
	color: #fff;
	font-size: 45px; 
	line-height: 53px;	
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
/* no-faceface fallback */
.no-fontface .hero h2 {
	font-size: 34px; 
	line-height: 42px;
}
.hero p {	
	color: #fff;	
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
.hero a.button {
	display: inline-block;
	background: #fff;
	color: #ed1e79;
	padding: 10px 40px 5px;
	margin: 20px 10px;
	min-width: 160px;
}
.no-fontface .hero a.button {
	padding: 10px 40px;
}
.hero a.button:hover, /* not used yet */
.hero a.button:active,
.hero a.button:focus {
	background: #ed1e79;
	color: #fff;
}

.hero {
	background-size: cover;
	min-height: 460px; /* move this into mobile viewport */
	height: 90%;
	height: 90vh;
	height: calc(100vh - 50px);
	max-height: 720px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-position: center;
	-webkit-transform: translate3d(0,0,0); /* Solves Safari bug because of SVG clipping mask */
	
}
/*.hero h3,
.background-image h3 {
	font-size: 50px;
	line-height: 52px;
}
.no-fontface .hero h3,
.no-fontface .background-image h3 {
	font-size: 42px;
	line-height: 44px;
}
.hero h4 {
	text-transform: none;
	color: #fff;
	font-weight: normal;
	margin-top: 40px;
}
.no-fontface .hero h4 {
	
}*/
.hero a.downicon { /* not used yet */
	/* down arrow */
	font-size: 20px;
	/*transform: translate(-50%, 0);*/
	color: #fff;
	text-decoration: none;
	position: relative;
}

.downicon-holder { /* not used yet */
	position: absolute;
	display: block;
	text-align: center;
	left: 0px;
	right: 0px;
	height: 30px;
	bottom: 50px;
}
.hero a.downicon:hover, /* not used yet */
.hero a.downicon:active,
.hero a.downicon:focus {
	color: #FBAD29;
}

.intro {
	background: #eee;
	/*height: 320px;*/
}
.intro .col-8 {
	padding: 80px 0;
}

.pricelist {
	background: url(../images/paper-texture.jpg);
    background-repeat: repeat;
    background-size: 630px 313px;
	/*opacity: 0.6;
    filter: alpha(opacity=60);*/ /* For IE8 and earlier */
}
.pricelist p {
	margin-bottom: 15px;
}
.pricelist h2 {
	color: #575757;
	font-size: 48px; 
	line-height: 48px;
	margin-bottom: 20px;
}
/* no-faceface fallback */
.no-fontface .pricelist h2 {
	font-size: 36px; 
	line-height: 38px;
}

.position {
	/*background: #ddd;*/
}
.position h2 {
	color: #575757;
}
.position h5 {
	color: #575757;
}
.position .surround {
	border: dotted 3px #ed1e79;
	margin: 20px 0 30px;
	padding: 20px 40px 15px;
}

.socials {
	background: #ddd;
	padding: 15px 0;
}

.socials .icon {
	margin: 0;
	padding: 0;
	margin-right: 15%;
}
.socials .icon img {
	-moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	cursor: pointer;
}
.socials .icon.facebook img {
	-webkit-filter: invert(35%) sepia(12%) saturate(2610%) hue-rotate(183deg) brightness(92%) contrast(92%);
	filter: invert(35%) sepia(12%) saturate(2610%) hue-rotate(183deg) brightness(92%) contrast(92%);
}
.socials .icon.twitter img {
	-webkit-filter: invert(54%) sepia(63%) saturate(4173%) hue-rotate(165deg) brightness(101%) contrast(101%);
	filter: invert(54%) sepia(63%) saturate(4173%) hue-rotate(165deg) brightness(101%) contrast(101%);
}
.socials .icon.instagram img {
	/*-webkit-filter: invert(29%) sepia(50%) saturate(1846%) hue-rotate(250deg) brightness(91%) contrast(98%);
	filter: invert(29%) sepia(50%) saturate(1846%) hue-rotate(250deg) brightness(91%) contrast(98%);*/
}
.socials .icon.facebook:hover img,
.socials .icon.facebook:active img, 
.socials .icon.twitter:hover img, 
.socials .icon.twitter:active img, 
.socials .icon.instagram:hover img, 
.socials .icon.instagram:active img {
	-webkit-filter: invert(21%) sepia(57%) saturate(4932%) hue-rotate(321deg) brightness(96%) contrast(94%);
	filter: invert(21%) sepia(57%) saturate(4932%) hue-rotate(321deg) brightness(96%) contrast(94%);
}

.socials .icon:last-child {
	margin-right: 0;
}

.socials .icon img {
	height: 48px;
}

.map {
	height: 400px;
	border-top: 1px solid #ddd;
}

.contact {
	background: #ed1e79;
}
.contact h5 {
	color: #fff;
}
.contact img {
	width: 70px;
	margin: 20px;
}


.pinkbg {
	background: #ed1e79;	
}
.pinkbg h3, .pinkbg p {
	color: white;
}

.hidetablet {
	display: none;
}

/* ---- overlays ---- */
/* ---- only works with background images like imageblock above ---- */

.slightoverlay {
	/* -- darkoverlay is used with divs with background images to add a dark overlay to the image -- */
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);	
}
.darkoverlay {
	/* -- darkoverlay is used with divs with background images to add a dark overlay to the image -- */
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);	
}
.darkestoverlay {
	/* -- darkoverlay is used with divs with background images to add a dark overlay to the image -- */
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);	
}
.pinkoverlay {
	/* -- darkoverlay is used with divs with background images to add a dark overlay to the image -- */
	box-shadow: inset 0 0 0 1000px rgba(237,30,121,.2);	
}

/*.textshadow {
	text-shadow: 1px 0px 20px #000;
}*/

@media only screen and (min-width: 30rem) {  /* 480px */
	.socials .icon {
		margin-right: 20%;
	}

}

@media only screen and (min-width: 45rem) {  /* 720px */

	
	.hidetablet {
		display: block;
	}
	.hero img {
		width: 300px;
		padding: 0 0 20px;
	}
	.hero h2 {
		color: #fff;
		font-size: 52px; 
		line-height: 60px;
	}
	/* no-faceface fallback */
	.no-fontface .hero h2 {
		font-size: 40px; 
		line-height: 48px;
	}
}