@font-face {
    font-family: 'chunkfiveroman';
    src: url('../font/chunkfive-webfont.woff2') format('woff2'),
         url('../font/chunkfive-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

.section-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
    margin-top: 15px;
}

.section-title-center span, .section-title-bold-center span {
    text-align: center;
}


/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: -50%;
  left: 0;
  min-width: 100%;
  filter: brightness(0.4);
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


#services a{
	font-family: Raleway;
    text-align: center;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    display: block;
    padding: 50px 0;
    font-size: 26px;
    color: white;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}

#specials h2,
#specials p{
	font-family: Raleway;
	text-align: center;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin-top: 25px;
	color: white;
}

#skincareServ{
	background: url(../media/bg2.jpg)
}

.hairButton::before{
	content: "";
	position: absolute;
	top: 0; left: 0;z-index: -1;
	width: 100%; height: 100%;
    background: url(../media/hair.jpg);
    background-size: cover;
    filter: brightness(0.6);
}

.nailsButton::before{
	content: "";
	position: absolute;
	top: 0; left: 0;z-index: -1;
	width: 100%; height: 100%;
    background: url(../media/nails.jpg);
    background-size: cover;
    filter: brightness(0.6);
}

.spaButton::before{
	content: "";
	position: absolute;
	top: 0; left: 0;z-index: -1;
	width: 100%; height: 100%;
    background: url(../media/spa.jpg);
    background-size: cover;
    filter: brightness(0.6);
    background-position: center;
}

.menButton::before{
	content: "";
	position: absolute;
	top: 0; left: 0;z-index: -1;
	width: 100%; height: 100%;
    background: url(../media/men.jpg);
    background-size: cover;
    filter: brightness(0.6);
    background-position: center;
}

.carousel-caption{
	bottom: 10rem;
}

.carousel-caption a{
	margin-top: 5px;
    color: white;
    border: 2px solid white;
    padding: 5px 25px;
    border-radius: 25px;
    display: inline-block;
}

#experience .col-12{
	position: relative;
	margin-bottom: 25px;
}

#experience img{
	filter: brightness(0.6);
}

#experience p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 25px;
    color: white;
    font-family: Raleway;
    font-weight: 400;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
}

.modal strong{
	margin-left: 10px;
}

.modal-header{
	background: #967b5a;
}

.close{
	color: white;
    text-shadow: none;
    opacity: 1;
    font-family: Raleway;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
}

.close span{
	font-size: 24px;
    line-height: inherit;
}

.modal-body{
	font-family: Raleway;
}

.fa::before{
	width: 35px;
    display: block;
}

.fa-hashtiv::before{
	content: "H";
	font-family: 'chunkfiveroman';
	font-weight: 400;
}

.socialMediaL {
    display: table;
    margin: 15px;
}

.socialMediaL a {
    margin: 0 20px 0 0;
    font-size: 28px;
    display: inline-block;
}