
@font-face {
  font-family: 'Quentin';
    src:  url('/Quentin.ttf.woff') format('woff'),
    url('/Quentin.ttf.svg#Quentin') format('svg'),
    url('/Quentin.ttf.eot'),
    url('/Quentin.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

body, body form {
	overflow-x: hidden;
}

h1 {
    font-family: "Quentin", cursive;
    font-size: 130px;
    text-align: center;
	padding: 0px 20px;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.flex div {
    width: 100%;
}

.t-center {
	text-align: center;
}

.block {
	display: block;
}

h1 + h3.sub {
	margin-top: -77px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 3px;
    font-size: 26px;
    font-weight: 700;

}


section.gold {
	background-color: #c59d5f;
}


/*
======================
HEADER
======================
*/

div#header {
    position: absolute;
    z-index: 9;
    width: 100%;
	padding: 25px 30px;
}

.logo img {
    max-height: 82px;
}

#nav a {
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 35px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
}

div#nav {
    text-align: right;
}


/*
======================
VIDEO
======================
*/
section#Video {
    height: 100vh;
    overflow: hidden;
	display: flex;
    align-items: center;
	background-image: url('/images/Video-BK.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#Video .text {
	position: relative;
    z-index: 99;
	width: 100%;
}

#Video h1 {
	color: #c59d5f;
	margin: 0px;
	line-height: 1;
}

#Video h2 {
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    margin: 10px 0px 0px 0px;
    line-height: 1.2;
}

section#Video iframe {
	position: absolute; 
	width:106vw; 
	height:300%; 
	top: -107%; 
	top: calc(-100% - 22px); 
	left: -20px;
}

section#Video:after {
    content: "";
    background: rgb(47 47 47 / 78%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    mix-blend-mode: multiply;
}

#Video a {
    display: inline-block;
    position: absolute;
    bottom: 59px;
    width: 104px;
    left: 46%;
    left: calc(50% - 52px);
	z-index: 99;
}

#Video .text {
    text-align: center;
}


/*
======================================
STRIP
======================================
*/

#Strip {
	padding: 50px 75px;
}

#Strip.gold span {
	text-transform: uppercase;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 44px;
}

#Strip.grey {
	background-color: #282828;
}

#Strip .flex {
    display: flex;
	justify-content: space-between;
	align-items: center;
}

#Strip .co-logo img {
    max-height: 90px;
}

span.arrow {
    width: 100%;
    max-width: 12vw;
    margin: 0px 20px;
    height: 42px;
    background-image: url("/images/arrow.png");
    background-position: right;
    background-size: auto 40px;
    background-repeat: no-repeat;
}

#Strip h2 {
	color: #ffffff;
	font-weight: 500;
	font-size: 35px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 20px 0px;
}

/*
=======================================
FLEX BOXES - ABOUT - STYLE
=======================================
*/

.flex .content, .flex .image {
    width: 50%;
}

.flex .content {
    padding: 120px 10%;
}

.flex .content p {
    margin-top: 65px;
    line-height: 2;
    color: #000000;
    font-weight: 400;
    font-size: 20px;
}

#About .flex .image {
    background-image: url("/images/Process-BK.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#Style .flex .image {
    background-image: url("/images/Style-BK.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.flex h1 {
	color: #c59d5f;
	opacity: 0.4;
}

#Style .flex {
    flex-direction: row-reverse;
}


/*
=======================================
IMAGE STRIP
=======================================
*/

section#Image-Strip {
    display: inline-block;
    width: 100%;
    margin-bottom: -8px;
}

#Image-Strip div {
	min-height:350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#Image-Strip .one {
	background-image: url('/images/NaturalHair1.jpg');
}

#Image-Strip .two {
	background-image: url('/images/NaturalHair2.jpg');
}

#Image-Strip .three {
	background-image: url('/images/NaturalHair3.jpg');
}

#Image-Strip .four {
	background-image: url('/images/NaturalHair4.jpg');
}

/*
=======================================
CONTACT
=======================================
*/

section#Contact {
    display: inline-block;
    width: 100%;
    padding: 90px 10%;
}

#Contact .flex {
	margin-top: 40px;
}

#Contact h4 {
	color: #ffffff;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 2px;
}

#Contact span, #Contact a {
	color: #ffffff;
    text-decoration: none;
    display: block;
    margin: 20px 0px;
    font-size: 18px;
    line-height: 1.2;
}

#Contact .phone a + a {
    margin-top: -16px!important;
}

#Contact .flex div {
    width: auto;
    padding-right: 20px;
    margin-bottom: 65px;
}

#Contact #contact_form {
    margin: 20px -0.9375rem;
    display: inline-block;
    width: 100%;
}

#Contact #contact_form input, #contact_form textarea {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff;
    border-width: 2px;
    padding: 18px 22px;
    height: auto;
    margin-bottom: 36px;
    font-weight: 500;
    box-shadow: none!important;
    font-size: 16px;
    font-family: 'Montserrat', 'Roboto', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#Contact #contact_form textarea {
    min-height: 120px;
	overflow: auto;
}

#Contact #contact_form input[type="submit"] {
    border: 2px solid;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 18px 34px;
	border-radius: 0px!important;
	transition: all 0.3s ease-in;
    cursor: pointer;
}


#Contact #contact_form input[type="submit"]:hover {
    background: #ffffff;
    color: #c59d5f;
    border-color: #ffffff;
}


#Contact span#checkname, #Contact span#checkemailaddress, #Contact span#checkemail {
    color: #030303;
    top: -28px;
    position: relative;
    font-size: 16px;
    font-style: italic;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 500000s ease-in-out 0s;
}

input:-webkit-autofill{
    -webkit-text-fill-color: #ffffff !important;
}


::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
  letter-spacing: 1px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  letter-spacing: 1px;
}

::placeholder {
  color: #ffffff;
  letter-spacing: 1px;
}



@keyframes slide {
  from {
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }

  to {
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
  }
}

@keyframes slidemobile {
  from {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }

  to {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
}

span.arrow {
  animation-duration: 2s;
  animation-name: slide;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay:400;
}


/*
=====================================
WIGS - READY TO WEAR
=====================================
*/
section#Wigs {
	background-image: url('/images/Wig-BK.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 10%;
}

.white {
	color: #ffffff;
}

#Wigs h1 {
	color: #c59d5f;
	line-height: 0.8;
    margin-bottom: 50px
}

#Wigs .flex div {
    width: auto;
    margin: 0px 45px;
    text-align: center;
}

#Wigs .flex {
    justify-content: center;
}


#Wigs span.name {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom:2px;
	font-weight: 600;
}

#Wigs span.address {
	line-height: 1.5;
}

#Wigs p {
    width: 465px;
    max-width: 90%;
    margin: -20px auto 50px auto;
    font-size: 20px;
}

#Wigs a {
	color: #ffffff;
	display: inline-block;
	margin-top: 12px;
}

/*
=======================================
FOOTER
=======================================
*/


div#footer {
    padding: 12px 12px 6px 12px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
}




@media only screen and (max-width: 64em) {
	section#Video iframe {
		width: 200vh!important;
		min-width: 200vw!important;
		top: -100%!important;
	}

	section#Video {
		 max-height: 100vh;
		 overflow: hidden;
	}

	#Image-Strip div {
		min-height:290px;
	}

	span.arrow {
		max-width: 8vw;
	}

	#Strip.gold span {
		font-size: 33px;
		letter-spacing: 1px;
	}

	
	span.arrow {
	  animation-name: slidemobile!important;
	}


	
}

@media only screen and (max-width: 40em) {
	section#Video iframe {
		width: 190vh!important;
		min-width: 190vw!important;
		top: -100%!important;
		left: -250px!important;
	}

	section#Video {
		height: calc(100vh - 60px);
	}

	#Image-Strip div {
		min-height:270px;
	}

	h1 {
		font-size: 21vw;
		padding: 0px 20px;
	}

	#Contact h1, #Wigs h1 {
		font-size: 17vw;
	}

	h1 + h3.sub {
		font-size: 5vw;
		margin-top: -10vw;
		padding: 0px 20px;
	}

	#Video h2 {
		font-size: 7vw;
		padding: 0px 20px;
	}

	#Strip {
		padding: 50px 40px;
	}

	#Strip h2 {
		font-size: 7vw;
	}

	div#header {
		text-align: center;
	}

	div#nav {
		display: none;
	}

	#Video .text {
		margin-top: 5vh;
	}

	.logo img {
		max-height: 65px;
	}

	#Video a {
		width: 70px;
		left: 46%;
		left: calc(50% - 35px);
	}

}

@media only screen and (min-width: 64em) and (max-width: 95em) {
	section#Video iframe {
		width: 174vh!important;
		min-width: 174vw!important;
		top: -100%!important;
	}
}

@media only screen and (max-width: 900px) {
	.flex {
		display: block;
	}

	.flex .content, .flex .image {
		width: 100%;
		min-height: 450px;
	}

	#Style .flex {
		flex-direction: row;
	}

	#footer .flex span {
		text-align: center;
		display: inline-block;
		width: 100%;
	}

	#Contact h1 {
		text-align: left!important;
	}

	#Strip .flex {
		flex-wrap: wrap;
		text-align: center;
	}

	#Strip .flex span {
		width: 100%;
	}

	#Strip  span.arrow {
		background-image: url('/images/arrow-down.png');
		background-position: center;
		margin: 8px 0px;
		max-width: 100%;
		background-size: 32px;
	}

	#Strip .co-logo img {
		max-height: 70px;
	}

	#Strip.gold span {
		font-size: 28px;
		letter-spacing: 2px;
	}

	#Wigs .flex div {
		margin: 0px 20px 35px 20px;
	}

	section#Wigs {
		background-image: url('/images/Wig-BK-mobile.jpg');
	}
}

@media only screen and (orientation: landscape) and (max-width: 900px) {
	#Video h1 {
		font-size: 100px;
		padding: 0px 20px;
	}

	#Video h2 {
		font-size: 26px;
	}

	.logo img {
		max-height: 65px;
	}

	#Video .text {
		margin-top: 18vh;
	}

	#Video a {
		display: none;
	}

}