/*base styles*/

#modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  background-color: rgba(0,0,0,1);
  width:100%;
  height:100%;
  text-align: center;

}

.new_styles button{

	display: block;
	font-size: 150%;
	text-decoration:none;
	border: .1em solid white;
	width: 62.7%;
	text-align: center;
	line-height: 2em;
	background-color: black;
	color:white;
	font-family: times;
}


.new_styles button:hover{

	text-decoration: underline;
}



body{

	width: 100%;
	height:100%;
	background-size: cover;
 	background-position:center; 
 	background-attachment: fixed;
	overflow-x: hidden;

}


.container{
	
	/*background-color: black;*/
	background-color:rgba(0,0,0,0.8);
	color:#8f7c56;
	width: 50%;
	margin-bottom: 1em;
	box-shadow: 2px 2px 2px black;
	
}

.container p
{
	
	font-size: 200%;
	margin-left: 1.5em;
	font-weight: bold;
	text-shadow: 1px 1px 2px;
}

.Main p
{
	font-size: 300%;
	margin-left:1em;
	letter-spacing: .1em;
}

.secondary-link a
{
	
	display: block;
	font-size: 150%;
	text-decoration:none;
	border: .1em solid white;
	color: white;
	width: 45%;
	text-align: center;
	line-height: 2em;
}

.secondary-link a:hover
{
	text-decoration: underline;
}
/*Navicon menu styles*/

#menu .main-menu {
  display: none;
}

#dropdown:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.navicon {
  display: none;
}


#menu .sub-menu {
  background-color: black;
}

#menu li, 
#Main-Label, 
#menu a {
  position: relative;
  display: block;
  color: white;
}

#menu, 
#Main-Label {
  background-color: black;
}

#Main-Label, 
#menu a {
  padding: 1em 1.5em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: white;
  color: #8f7c56;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #8f7c56;
}

#Main-Label .navicon, 
#menu li label.navicon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

/*RGBA*/
#menu label.navicon, #Main-Label span.navicon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  color: rgba(255, 255, 255, .75);
}

#menu .navicon {
  line-height: 1;
}
/*end of menu styles*/

.container2
{
	
	background-size: cover;
	height: 20em;
	color:black;
	font-weight: bold;
    width: 100vw;
    margin-left: calc(-50vw + 50% - 8px);
    position:relative;
    box-shadow:inset 2px 2px 2px black;
   
   
}



/*HSLA*/
/*DropCap*/
.firstcharacter
{
   color: hsla(40, 25%, 45%,.8);
  float: left;
   font-size: 300%;
  line-height: 60px;
  padding-right: 8px;
  padding-left: 3px;
}


/*box shadow*/
.container4
{
	
	background-size: cover; 
	height: 20em;
	color:black;
	font-weight: bold;
    width: 100vw;
    margin-left: calc(-50vw + 50% - 8px);
    position: relative;
    box-shadow:inset 2px 2px 2px black;
    margin-top: -1.5em;
    padding-top: .5em;
    padding-left: 1em;

}



.container6
{
	 box-shadow:inset 2px 2px 2px black;
	 background-color:#8f7c56; 
	 color: black;
	 height: 35em;
	 text-align: center;
	 margin-top: -1.5em;
	 width: 100vw;
    margin-left: calc(-50vw + 50% - 8px);
    position: relative;
    padding-bottom: 1em;
}

video
{
	box-shadow: 1px 2px 10px black;
}

.separate
{
	color:#8f7c56;
	background-color: black;
	width:100vw;
	margin-left: calc(-50vw + 50% - 8px);
    position: relative;
    text-align: center;
    margin-top: 2em;
    height: 2em;
    font-size: 150%;
}


.separate p
{
	padding-top: 8px;
	opacity: .8;
	font-weight: bold;
}



/*footer styles*/
.footer
{
	width: 100%;
	background-color:black;
	display: block;
	position:absolute;
	left:0;
	right:0;
}

.inner-footer
{
	width:95%;
	margin: auto;
	padding: 30px 10px;
	display: flex;
	flex-wrap: wrap;
	box-sizing:border-box;
	justify-content: center;

}


.footer-items
{
	width: 25%;
	padding: 10px 20px;
	box-sizing: border-box;
}


.footer-items p
{
	 color: white;
	 font-size: 16px;
	 text-align: justify;
	 line-height: 25px;
}


h2
{
	color: white;
	padding: 10px 0;
	font-size: 25px;
	text-transform: uppercase;
}

h3
{	
	font-size: 16px;
	margin: 10px 0;
	color: white;
	font-weight: lighter;
	text-transform: uppercase;
}

.border
{
	height: 2px;
	width: 40px;

}

.footer ul
{
	list-style: none;
	color: white;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.footer ul a
{
	text-decoration: none;
	color: white;
}

.footer ul a:hover
{
	text-decoration:underline;
	outline: none;
}


.footer ul li
{
	margin:10px 0;
	height: 25px;
}

.footer li i{
	margin-right: 20px;
	color: white;
}



.link a
{
	text-align: center;
	border: 2px solid #8f7c56;
	box-shadow: 2px 2px 10px black;
	padding:1em;
	font-size: 1em;
	text-decoration: none;
	color:black;

}

.link a:hover
{
	text-decoration: underline;
}



@media only screen and (max-width: 1080px)
{
	.footer-items{
		width: 50%;
		
	}
}

@media only screen and (max-width: 600px)
{
	.footer-items{
	
		width: 100%;	
	}
}


/*end of footer styles*/



/*mobile styles*/
@media only screen and (max-width: 480px)
{

body
{
	background: url(hairscaled.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
    height: 85vh; /* or whatever height you want */
    width: 100%;
    overflow-x: hidden;

}
.separate
{
	width:105%;
	margin-left:-0.5em;
    margin-top: 4em;
    height: 2em;
    font-size: 1.25em;
}

.new_styles button{

	display: none;
}

	.container p

{
	
	margin-left: auto;
	margin-right:auto;
}

.Main p
{
	margin-left: auto;
	margin-right:auto;
}

.menu
{
	display: none;
}

.secondary-link a
{
	
	margin-left: auto;
	margin-right:auto;

}

.text
	{
		padding-top: 1em;
	}

.container
	{

		width: 105%;
		height: 30em;
        margin-left: -0.5em;
        overflow-x: hidden;
	}

#menu
{
	width: 105%;
        margin-left: -0.5em;
        overflow-x: hidden;
}

.container2
{
	font-size: 90%;
	padding-bottom: 0em;
	width: 105%;
	height: 23em;
	padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: -1.5em;
    margin-left: -.5em;
}

.container2 p
{
	width: 90%;
}

.container3 
{
	width: 105%;
	background-color:white;
	color:black;
	height: 120%;
    margin-left: -.5em;
}

.container5 
{
	width: 105%;
	color:black;
	height: 120%;
    margin-left: -0.5em;
}

.container4
{
	font-size: 90%;
	margin-top:0em;
	width: 105%;
	height: 20em;
	background-color:white;
    margin-left: -0.6em;
}

.container4 p
{
	width: 89%;
}


.container4 h1
{
	margin-left: -.2em;
}

.container6
{
	width:105%;
    margin-left: -.5em;
    padding-top: .5em;
    padding-bottom: 1em;
}

.footer
{
	width: 105%;
}

video
{
	width: 75%;
}

.firstcharacter
{
	transform: translate(0,-25%);
}

.link a
{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width:50%;
}
}


/*tablet styles*/
@media only screen and (min-width: 481px)
{
.container2
{
	
	background-image: url("hair2.jpeg");
}


	body
	{
	background: url(hair.webp);
}



	.container p
{
	
	margin-left: auto;
	margin-right:auto;
}

.Main p
{
	margin-left: auto;
	margin-right:auto;
}

.menu
{
	display: none;
	
}

.secondary-link a
{
	
	margin-left: auto;
	margin-right:auto;

}

.text
	{
		padding-top: 1em;
	}

.container
	{

		width: 100%;
		height: 30em;
	}


.container2
{
	font-size: 80%;
	padding-bottom: 4em;
	height: 25em;
}

.container4
{
	font-size: 80%;
	height: 22em;
}

.container4 h1
{
	margin-left: -.2em;
}

.firstcharacter
{
	transform: translate(0,-25%);
}

.container4
{
	background-image: url("hair3.webp");
}

.container3
{
	float: right;
	width: 50%;
	margin-right: 1em;

}

.container5
{
	width: 35%;
	
}

		
}

/*desktop Styles*/

@media only screen and (min-width: 769px)
{

.container5
{
	width: 35%;
	
}


.container3
{
	float: right;
	width: 50%;
	margin-right: 1em;

}	

.container2
{
	
	background-image: url("hair2.jpeg");
}	

.container4
{
	background-image: url("hair3.webp");
}


	body
	{
	background: url(hair.webp);
}


.container2
{
	font-size: 125%;
	height: 25em;
}

.container4
{
	font-size: 125%;
	height:20em;
}

.firstcharacter
{
	transform: translate(0,0);
}
}

@media only screen and (min-width: 1350px)
{

.container5
{
	width: 35%;
	
}


	body
	{
	background: url(hair.webp);
	background-repeat: no-repeat; 
	background-size: contain;
	}

	#menu
	{
		display:none;
	}

	.text
	{
	padding-top:15em;
	}

	.menu{
		display: block
	}

	.container
	{
		width: 60%;
		height:40em;
	}

	.container2
	{
		font-size: 150%;
	}
	.container4
	{
		font-size: 150%;
	}

	.menu ul
	{
	margin-bottom: 0;
	padding: 0em;
	list-style: none;
	position: top;
	}

.menu ul li
	{
	width: 12.281%;
	height: 2.5em;
	line-height: 2.5em;
	float:left; 
	text-align: center;
	margin-right: 0.125em;
	}

.menu ul li a
{	
	background-color: black;
	opacity: 0.8;
	text-decoration: none;
	color: white;
	display: block;
}

.menu ul li a:hover
{
	background-color:#8f7c56;
}
.menu ul li ul li
{
	display: none;
}

.menu ul li:hover ul li
{
	display:block;
	width:200%;
}

.menu i
{
	margin-left:5px;
	font-size: .5em;
}

.container4
{
	background-image: url("hair3.webp");
}

.container2
{
	
	background-image: url("hair2.jpeg");
}

.container3
{
	float: right;
	width: 50%;
	margin-right: 1em;

}

}
