.fontCursive {
	/* font-family: 'Monsieur La Doulaise', cursive; */
	font-family: 'Tangerine', cursive;
	line-height: .7em;
}

main {
	padding-bottom: 150px;
}

body {
	background-size: cover;
	color: #000 !important;
	font-size: 1.1rem;
}

body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.bgRelax {
	background: url('../img/bgRelax.jpg') no-repeat 50% top;
}

.bgRelax::before {
	background: rgba(255, 255, 255, .4);
}

.bgSalon {
	background: url('../img/bgSalon.jpg') no-repeat 50% top;
}

.bgSalon::before {
	background: rgba(255, 255, 255, .1);
}

.bgSalon2 {
	background: url('../img/bgSalon2.jpg') no-repeat 50% top;
}

.bgSalon2::before {
	background: rgba(255, 255, 255, .6);
}

.bgSalon3 {
	background: url('../img/bgSalon3.jpg') no-repeat 50% top;
}

.bgSalon3::before {
	background: rgba(255, 255, 255, .35);
}

.bgHaircare {
	background: url('../img/bgHaircare.jpg') no-repeat 50% top;
}

.bgHaircare::before {
	background: rgba(255, 255, 255, .55);
}

.bgFacial {
	background: url('../img/bgFacial.jpg') no-repeat 50% top;
}

.bgFacial::before {
	background: rgba(255, 255, 255, .30);
}

.bgNailcare {
	background: url('../img/bgNailcare.jpg') no-repeat 50% top;
}

.bgNailcare::before {
	background: rgba(255, 255, 255, .45);
}

.bgMakeup {
	background: url('../img/bgMakeup.jpg') no-repeat 50% top;
}

.bgMakeup::before {
	background: rgba(255, 255, 255, .50);
}

.swoop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 260px;
	background: url('../img/bgNav.png') no-repeat left bottom;
	background-size: cover;
}

.navbar-brand {
	display: inline-block;
	width: 200px;
	height: auto;
}

.navbar-brand img {
	width: 100%;
	height: auto;
}

.nav-link {
	color: #050 !important;
	padding-right: 1.5rem !important;
	text-transform: uppercase;
	font-weight: bold;
}

.dropdown-menu {
	background: rgba(0, 85, 0, .7);
	/* background: repeating-linear-gradient(135deg, rgba(0, 85, 0, .65), rgba(0, 85, 0, .65) 5px, rgba(0, 85, 0, .75) 5px, rgba(0, 85, 0, .75) 10px); */
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.25);
}

.dropdown-item {
	color: #FFF !important;
	border-top: solid 1px rgba(255, 255, 255, .2);
}

.dropdown-item:first-child {
	border-top: none;
}

.dropdown-item:hover {
	/* background: rgba(255, 255, 255, .2); */
	background: rgba(0, 85, 0, .65);
	/* background: repeating-linear-gradient(135deg, rgba(0, 85, 0, .65), rgba(0, 85, 0, .65) 5px, rgba(0, 85, 0, .75) 5px, rgba(0, 85, 0, .75) 10px); */
}

.jumbotron {
	/* background: rgba(255, 255, 255, .4); */
	background: transparent;
	padding: 2rem 2rem 4rem 2rem;
}

.jumbotron h2 {
	color: #005500;
}

.quotes {
	padding: 15px 25px;
}

.quotes p {
	line-height: 1.5rem;
}

.quoteMark {
	width: 60px;
	height: 45px;
	background: url('../img/quoteMark.png') no-repeat left top;
	background-size: cover;
	margin-bottom: 25px;
}

p {
	line-height: 2rem;
}

.text-green {
	color: #005500
}

.gallery img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.15);
}

.photo {
	width: 100%;
	height: auto;
}

.coupon {
	border: dashed 2px #050;
	padding: 15px;
	background: rgba(56, 114, 56, .15);
	border-radius: 7px;
}

footer {
	background: linear-gradient(rgba(255, 236, 198, .35) 0%, rgba(255, 236, 198, 1) 60%);
	padding: 10px 15px;
	color: rgba(0, 0, 0, .65);
	font-size: 90%;
}

.mobile-only {
	display: none;
}

@media (max-width: 767px) {
	.navbar {
		background: rgba(56, 114, 56, .65);
		/* border-bottom: solid 1px rgba(56, 114, 56, .1); */
	}

	.nav-link {
		color: #FFF !important;
		padding-right: 0;
		text-transform: none;
		font-weight: normal;
	}

	.navbar-brand {
		position: absolute;
		top: 5px;
		right: 0;
		width: 120px;
	}

	.jumbotron h2 {
		font-size: 4rem;
	}

	.swoop {
		height: 200px;
	}

	.grid-item {
		width: 100%;
		margin: 15px 0;
	}

	.mobile-only {
		display: block;
	}

	.bgSalon {
		background: url('../img/bgSalon.jpg') no-repeat 63% top;
	}

	.mobile-indented {
		display: block;
		margin-left: 20px;
	}
}