@import "normalize.css";
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700|Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Yellowtail|Fjalla+One|Open+Sans:400,800,300);
@import url(http://fonts.googleapis.com/css?family=Rammetto+One);

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; 
}

body
{
	/*background: url(../imgs/bg.jpg) fixed;*/
	background: url(../imgs/bg1.png);
	background-repeat: repeat;
	/*background-size: cover;*/
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	min-height: 100%;
}

/* Navigation */

nav
{
	position: absolute;
    top:-100%;
    width:100%;
    z-index:1001;
}

nav.open{
	top: 0;
	height: 100%;
}

nav ul
{
	padding-right: 25px;
}
h1
{
	color: white;
	font-family: 'Yellowtail', cursive;
	font-size: 100px;
	margin-top: -10px;
	text-align: center;
}
header
{
	background-color: black;
	position: relative;
	height: 60px;
	height: 80px;
	width: 100%;
	overflow:hidden;
-webkit-overflow-scrolling:touch;
}
header h1
{
	color: white;
	font-size: 1.875rem;
	font-size: 30px;
	padding: 1.875rem 0;
	padding: 30px 0;
	text-align: center;
	transition: font-size ease-in-out .25s, letter-spacing ease-in-out .25s;
}

header a
{
	display: block;
	text-align: center;
	text-decoration: none;
	transition: color ease-in-out .25s, background-color ease-in-out .25s, text-shadow ease-in-out .25s;
}
header a.open-menu-btn
{
	font-size: 0;
	right: 50px;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
}

header a.open-menu-btn:after
{
	border-color: white;
	/*border-style: solid none double;*/
	border-width: 4px 0 12px;
	content: "Menu";
	font-size: 24px;
	font-weight: 500;
	font-family: 'Fjalla One', sans-serif;
	color: white;
	display: block;
	height: 0.25rem;
	height: 4px;
	transition: border-color ease-in-out .25s;
	width: 2rem;
	width: 32px;
}
header a.open-menu-btn:hover:after
{
	border-color: red;
	color: red;
}
header a.close-menu-btn
{
	color: white;
	font-size: 2.25rem;
	font-size: 36px;
	position: absolute;
	right: 0.9375rem;
	right: 15px;
	text-decoration: none;
}
header a.close-menu-btn:hover
{
	color: red;
}
header nav
{
	background: rgba(0, 0, 0, 0.9);
	left: 0;
	position: fixed;
	top: -100%;
	transition: top ease-in-out .5s;
	width: 100%;
	z-index: 10;
}
header nav.open
{
	top: 0;
}
header nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
header nav li a
{
	color: white;
	font-family: 'Fjalla One', sans-serif;
	text-shadow: 1px 1px 0 rgba(227, 72, 84, 0.75);
}
header nav li a:hover
{
	background-color: white;
	color: black;
	text-shadow: 1px 1px 0 rgba(82, 13, 18, 0.75);
}


/* Main Page */

.wrapper
{
	display: block;
	margin: 0 auto;
	width: 100%;
}


.banner 
{ 
	position: relative; 
	overflow: auto; 
	margin: 0 auto;
	max-width: 1980px;
	width: 100%;
}

.banner li {
	list-style: none; 
}

.banner ul li { 
	float: left; 
}

.banner ul li img{
	max-width: 1980px;
		width: 100%;
}

#brands{
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#mainContent{
	display: block;
	width: 960px;
	margin: 0 auto;
	background-color: white;
	border:1px solid black;
}

#mainContent h1{
	color: black;
}

#mainContent div p{
	padding-bottom: 20px;
	text-align: justify;
}

#mainContent div ul{
	list-style: circle;
	padding-left: 20px;
}

#mainContent div ul li{
	padding-bottom: 10px;
}

#mainContentLeft{
	display: block;
	padding: 20px;
	width: 559px;
	float: left;
}

#mainContentLeft h1{
	color: black;
	font-size: 56px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#mainContentRight{
	display: block;
	width: 399px;
	height: 100%;
	float: right;
}

#mainContentRight div{
	padding-top: 30px;
	display: block;
	width: 200px;
	margin: 0 auto;
}


.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.dots li.active {
  background: #fff;
  opacity: 1;
}

.submenu{
	display: block;
	max-width: 960px;
	margin:0 auto;
	margin-top: 20px;
}

.submenuBox{
	max-width: 320px;
	height: 100%;
	display: block;
	float: left;
	margin: 0 auto;
}

.logoIcon
{
	content: url(../imgs/logoIconWhite.png);
	display: block;
	float: left;
	padding-top: 5px;
	padding-top: 10px;
}

.beautylogo
{
	display: block;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}
.logoIcon:hover
{
	content: url(../imgs/logoIcon.png);
}
ul
{
	list-style: none;
}
a
{
	text-decoration: none;
}
.brands
{
	background-color: rgba(0,0,0,0.8);
	display: block;
	height: 300px;
	margin: 0 auto;
	margin-top: 175px;
	max-width: 100%;
	padding-top: 25px;
}

.divider{
	width: 100%;
	height: 1px;
	background-color: black;
}

.socialMedia{
	margin-top: 20px;
}


.socialMedia h1{
	display: block;
	color: black;
	font-size: 50px;
	text-align: center;
	margin: 0 auto;
}

.products ul li{
	color: white;
	text-align: left;
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: 300;
}

.productLinks{
	text-align: center;
	display: block;
	color: black;
	background-color: white;
	width: 200px;
	margin-bottom: 10px;
	font-weight: 900;
}

.productLinks:hover{
	background-color: black;
	color:white;
}

.products ul li a strong:hover{
	color: red;
}

.products ul li strong{
	font-family: 'Rammetto One', cursive;
}

.products ul li a{
	color: white;
}

.products ul li a:hover{
	color: red;
}

.products ul li a:visited{
	color: white;
}

.products h3{
	margin-bottom: 40px;
}

.products p {
	color: white;
}

.unique{
	display: block;
	width: 50%;
	float: left;
}

h2, .unique h2{
	color: white;
	margin: 10px 0px;
}

.unique p{
	width: 90%;
	margin: 0 auto;
}

.socialMedia div{
	width: 250px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.brands h2, .services h2
{
	color: gray;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: 800;
	margin: 0 auto;
	text-align: center;
}

.services h2
{
	color: white;
	padding-top: 20px;
}
.brands ol
{
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0px;
}
.brands ol li
{
	float: left;
	list-style: none;
	margin: 0px 50px;
}

.services
{
	background-color: red;
	display: block;
	height: 300px;
	margin-top: 0px;
	max-width: 100%;
}
.services div
{
	display: block;
	margin: 0 auto;
	max-width: 484px;
}

.content
{
	background-color: rgba(0,0,0,0.8);
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	max-width: 960px;
	padding: 20px;
	text-align: justify;
	width: 80%;
	margin-bottom: 50px;
}

.content h3{
	color: white;
	text-align: center;
	font-weight: 300;
}

.hours{
	color: black;
}

footer
{
	display: block;
	background-color: black;
	color: white;
	width: 100%;
	height: 100%;
}
footer p
{
	color: white;
	text-align: center;
	text-transform: uppercase;
	line-height: 3;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

footer div{
	display: block;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 22px;
	height: 100%;
	margin-bottom: 20px;
}

footer div div{
	display: block;
	width: 320px;
	float: left;
	
}

footer div div h2{
	margin-bottom: 10px;
	font-size: 24px;
}

#footerRight ul, #footerLeft ul{
	margin-left: 100px;
}

#footerMiddle ul{
	text-align: center;
}

footer div div ul li{
	margin-bottom: 10px;
}

footer div div ul li a, footer div div ul li a:visited{
	color: white;
}

footer div div ul li a:hover{
	color: red;
}

.border{
	display: block;
	width: 100%;
	background-color: white;
	height: 1px;
	margin:0 auto;
}

#map_canvas
{
	background-color: #CCC;
	float: right;
	height: 400px;
	width: 400px;
}

#map_canvas1{
	width:100%;
	height: 350px;
	overflow: hidden;
}

h2
{
	text-align: center;
}
#info
{
	color: black;
	float: left;
	max-width: 340px;
}
#info img
{
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	width: 250px;
}
#info div
{
	padding: 20px;
}
.mapInfo
{
	background-color: white;
	margin: 20px auto;
	max-width: 760px;
}
#page-wrap
{
	background: white;
	height: 500px;
	height: auto !important;
	margin: 20px auto;
	min-height: 500px;
	padding: 20px 50px 20px 50px;
	max-width: 760px;
}

#page-wrap h1{
	color: black;
}

#page-wrap p{
	margin: 0;
	text-align: center;
}

#contact-area
{
	margin-top: 25px;
	width: 600px;
}
#contact-area input, #contact-area textarea
{
	border: 2px solid #ccc;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	width: 471px;
}
#contact-area textarea
{
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus
{
	border: 2px solid #900;
}
#contact-area input.submit-button
{
	display: block;
	margin: 0 auto;
	width: 100px;
}
label
{
	float: left;
	font-size: 1.4em;
	margin-right: 15px;
	padding-top: 5px;
	text-align: right;
	width: 100px;
}
button
{
	display: block;
	margin: 0 auto;
}
.services
{
	height: 100%;
}
.services a
{
	color: yellow;
	padding-left: 10px;
}
.services a:hover
{
	color: red;
}
#academy
{
	display: block;
	margin: 0 auto;
	max-width: 75%;
}
#salon
{
	display: block;
	margin: 0 auto;
	max-height: 200px;
}
.services div
{
	background-color: white;
	display: block;
	height: 1px;
	max-width: 960px;
	width: 100%;
}

.aboutus, .privatelabel{
	color: white;
}

.beautygiant img{
	display: block;
	width: 50%;
	margin:0 auto;
}

.beautygiant{
	color:white;
}

#beautygiantinfo{
	text-align: center;
	font-weight: 900;
	font-size: 24px;
}

.beautygiant p{
	padding: 0px 20px;
}

.fourty{
	display:block;
	float: left;
	width:39%;
	margin:1%;
	height: 350px;
	background-color: white;
	color: black;
	font-size: 18px;
	text-align: center;
}

.sixty{
	display:block;
	float: right;
	width:57%;
	margin:1%;
	height: 350px;
	background-color: white;
	color: black;
	font-size: 18px;
	text-align: center;
}

.fourty h2{
	font-size: 36px;
}

.fourty h3{
	color: black;
	padding: 10px 0px;
	font-weight: 900;
	font-size: 28px;
}

.store{
	display: block;
	background-color: white;
	height: 300px;
	width: 98%;
	margin: 1%;
}

.store img{
	width: 100%;
}

video{
	display: block;
	margin: 0 auto;
}

.clear
{
	clear: both;
}

@media (max-width: 960px){

	body{
		width: 960px;
	}

	header{
	background-color: black;
	height: 80px;
	width: 100%;
	}

	nav{

	}

	.logoIcon{
		padding-top: 10px;
	}

	#map_canvas{
		width: 300px;
	}

	#info{
		width: 500px;
	}


}



@media screen and (min-width: 40rem){
	header h1
	{
		font-size: 3.125rem;
		font-size: 50px;
		letter-spacing: 2px;
	}
}



