@charset "utf-8";

/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#EBEBEB;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

header {
	height:0px;
	width:100%;
	background-color:#000;
}

.header-container {
	width:100%;
	margin:0px auto;
	overflow:auto;
}

.banner {
	background-color:#333;
	background-image:url("../images/hair-banner2.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.banner-container {
	width:100%;
	height: 330px;
	text-align:center;
	margin:0px auto;
}

.banner img {
	width:100%;
	height: 330px;
	margin-top:0px;
	margin-bottom: 0px;
}

.homeHeader {
	height: 50px;
	background-color:#000;
}

.homeBanner {
	height:300px;
	background-color:#333;
	background-image:url("../images/banner.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.homeBanner-container {
	width:90%;
	text-align:center;
	margin:0px auto;
}

.homeBanner img {
	width:650px;
	margin-top:50px;
	margin-bottom: 10px;
}
.companyName {
	font-size:23px;
	margin-top:40px;
	margin-bottom:0px;
	margin-left:30px;
	float:left;
	color:#474646;
}

nav {
	box-sizing:border-box;
	width: 100%;
	border-bottom: solid 1px #000;
}

nav ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}

nav ul li {
	display: inline-block;
}

nav a {
	line-height: 60px;
	padding: 0px 30px 0px 30px;
	font-size: 16px;
	font-weight: normal;
	text-transform: normal;
	display: block;
	color:#fff;
    text-decoration:none;
	transition:background-color .5s, color .5s;
	-webkit-transition:background-color .5s, color .5s;
	-moz-transition:background-color .5s, color .5s;
	-o-transition:background-color .5s, color .5s;
}

nav a:hover {
	background-color: #888688;
	color:#fff;
}

.navCurrent {
	background-color: #000;
	color:#fff;
}

.menu-item-drop {
}

.nav-drop {
	display:none;
	position:absolute;
	width:140px;
	background-color:#333;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	z-index:1;
}

.nav-drop li {
	display:block;
	width:100%;
	border-bottom:dashed #888688 1px;
	padding:0px;
}

.nav-drop li a {
	line-height:30px;
	color:#fff;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	text-transform:none;
	padding:7px 0px 7px 20px;
}

.menu-item-drop:hover .nav-drop {
	display:block;
}

.nav-drop li:hover, .nav-drop a:hover {
	background-color:#222;
}

.nav-drop li:hover .menu-item-drop-link {
	background-color:#333;
	color:#fff;
}

.content {
	background-color:#fff;
	margin:0px auto;
	box-sizing:border-box;
}

.content-container {
	padding: 50px 40px 50px 40px;
}

h1 {
	font-size: 33px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	margin:0px 0px 20px 0px;
	padding:0px;
	text-align:center;
	font-size:22px;
	text-transform:none;
	font-weight:normal;
}

hr {
	margin-top:40px;
	margin-bottom:40px;
	clear:both;
}
p {
    margin:0px;
	padding:0px;
}

.phoneNumber {
	background-color:#FF0707;
	color:#FFF;
	padding: 15px;
	border-radius: 35px;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.content-container p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	margin:10px 0px 20px 0px;
	text-align: justify;
	color:#333;
	line-height: 25px;
}

.homePics3 {
}

.homePics3 div {
	float: left;
	width: 33%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.homePics3 div img {
	width: 100%;
}

.homePics3 p {
	text-align: center;
	margin-top: 0px;
	border: 1px solid #333;
}

.categories-gallery {
	        width: 100%;
        }
.categories-picture {
	        width: 25%;
	        float: left;
	        padding: 10px;
	        box-sizing: border-box;
        }
.categories-picture img {
	        width: 100%;
        }
.categories-picture p {
	text-align: center;
	margin-top: 0px;
	border: 1px solid #333;
}

.servicesPics2 {
}

.servicesPics2Container {
	float: left;
	width: 33%;
	padding: 10px 10px 40px 10px;
	box-sizing: border-box;
}
.servicesPics2Container div {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.servicesPics2 div img {
	width: 100%;
}

.servicesPics2 p {
	text-align: center;
	margin: 0px;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	background-color: #000;
	color: #fff;
	margin-bottom: 0px;
}

.services {
	 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	 font-size: 18px;
	 line-height: 25px;
	 float: left;
	 margin-top:5px;
	 width: 45%;
	 list-style: none;
}

.servicesImg1 {
	 float: right;
	 width: 45%;
	 margin-bottom: 0px;
	 margin-top: 27px;
}

.aboutImg1 {
	width: 400px;
	float: left;
	margin-right: 30px;
	margin-bottom: 0px; 
}

h3 {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:35px;
	text-transform:none;
	font-weight:bold;
	margin-bottom:10px;
}

.fax {
	text-align:center;
	font-size:20px;
}

.phone {
	font-size:20px;
}

h4 {
	margin:0px;
    padding:0px;
    text-align:center;
	font-size:30px;
	text-transform:none;
    font-weight:bold;
	margin-bottom:10px;
}

footer {
	height:50px;
	background-color: #1D30F9;
}

footer p {
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: normal;
	color:#FFFFFF;
}

.footer2 {
	height: 50px;
	background-color: #FF0707;
}

.contactHeading {
	background-color: #DFDFDF;
	float: left;
	clear: both;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	line-height: 30px;
    margin-bottom: 20px;
    color:#777777;
}

.contact {
	margin:50px 0px 0px 0px;
	padding: 0px;
}

.contactPicture,.contactInfo {
	float: left;
	width: 50%;
}

.contactPicture img {
	width: 100%;
}

.contactInfo h2 {
	text-align: left;
	margin-bottom: 0px;
}

.contactInfo p {
	margin-bottom: 15px;
	line-height: 25px;
}

.contactInfo i {
	font-size: 24px;
	float: left;
	margin-right: 10px;
    color:#FF0004;
}

.responsiveTwo {
	width:100%;
	clear:both;
}

.responsiveTwo div {
	float:left;
	width:50%;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
    margin-bottom:50px;
}

.responsiveTwo img { 
	float:left;
	width:200px;
	height:200px;
	margin-top:-10px;
	margin-right:25px;
    border: solid 1px #000;
}

.responsiveTwo h1 {
	font-size:22px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
	text-align:justify;
	padding-left:25px;
	padding-right:25px;
}

.responsiveTwo h2 {
	font-size: 16px;
	margin:0px;
    padding: 0px;
	text-align: left;
}

.responsiveTwo p {
	padding-left:10px;
	padding-right:10px;
	margin: 0px;
}

.mobilebr-h2-1, .mobilebr-h2-2, .mobilebr-h3-1, .mobilebr-h3-2, .mobilebr-fax-1 {
	display:none;
}

@media (min-width : 1200px ){
	.content {
	width:80%;
	max-width: 1200px;
    }
	
	.content-container {
	padding:50px 40px 50px 40px;
    }
}

@media (min-width : 650px ) and (max-width : 1199px ){
	.content {
	width:90%;
	}
}
/*h2 text fit 1 */
@media (max-width : 1075px) {
	.mobilebr-h2-1 {
	display:block;
	}
}

@media (max-width : 950px) {
	.responsiveTwo {
	width: 340px;
	margin: 0px auto;
	}
	
	.responsiveTwo div {
	width:100%;
	padding: 0px;
	}
	
	.aboutImg1 {
	float: none;
	width: 90%;
	max-width: 400px;
	margin-right: 0px;
	}
}

@media (max-width : 860px) {
	.mobilebr-h3-1 {
	display:block;
	}
	
	.mobilebr-h2-2 {
	display:block;
	}
	
	.mobilebr-h2-1 {
	display:none;
	}
	
	.banner img {
	width: 100%;
	}
	
	.contactPicture,.contactInfo {
	float: none;
	width: 100%;
	}
	
	.contactPicture {
	text-align: center;
	}
	
	.contactPicture img {
	max-width: 400px;
	}
	
	.categories-picture {
	text-align: center;
	}
	
	.categories-picture img {
	max-width: 400px;
    }
}
/*banner height 1 */

@media (max-width : 750px) {

	}
	.homeBanner img {
	width:80%;
	margin-top:30px;
	margin-bottom: 10px;
	}

	.homeBanner {
	height:300px;
	}

	.servicesPics2Container {
	float: none;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

	.services {
	font-size: 18px;
	line-height: 28px;
	float: none;
	margin: 0px auto;
	width: 400px;
	}

	.servicesImg1Container {
	text-align: center;
	}

	.servicesImg1 {
	float: none;
	width: 400px;
	margin-top: 40px;
	margin-bottom: 0px;
	}

	.contactHeading {
	width: 90%;
	margin: 0px auto;
	margin-bottom: 20px;
	text-align: center;
	}

	.contactInfo h2, .contactInfo p {
	text-align: center;
	}

	.contactInfo i {
	float: none;
	}

	.categories-picture {
	 width: 50%;
	 float: left;
	 padding: 10px;
	 box-sizing: border-box;
        }
/*banner height 2 */

@media (max-width : 650px) {
	.banner {	 
	}
	.content {
	padding:0px 0px 50px 0px;
	}
}
/*banner height 3 */
@media (max-width : 600px) {
	.banner {
	height:300px;
	}
	
	.banner img {
	width: 100%;
	}
	
	.banner-container {
	width:100%;
	}
	
	.homeBanner img {
	margin-top: 10px;
	}
	
	.homeBanner {
	height: 220px;
	}
	
	.servicesPics2Container, .services, .servicesImg1 {
	width: 100%;
	}
}

@media (max-width : 675px ){
	.content {
	width:100%;
	}
}

@media (max-width : 500px ){
	h2 {
		font-size:30px;
	}
	
	h3 {
	font-size:30px;
	}
	
	.mobilebr-h3-2 {
	display:block;
	}
	
	.banner {
		height: 275px;
	}
	
	.banner img{
	height:275px;
	}
	
	header {
	height: 0px;
	}
	
	footer {
	height: 50px;
	}
	
	.homeBanner img {
	width: 90%;
	}
	
	.homeBanner {
	height: 200px;
	}
	
	.content-container {
	padding: 0px 40px 10px 40px;
    }
	
	.content {
	padding-top: 20px;
	}
	
	.homePics3 div {
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
	}
	
	.homePics3 div img {
	width: 75%;
	}
	
	.servicesPics2Container, .services, .servicesImg1 {
	width: 100%;
	}
	
	.categories-picture div {
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
	}
	
	.categories-picture div img {
	width: 75%;
	}
}

@media (max-width : 450px) {
	
	.banner {
		height: 200px;
	}
	
	.banner img{
	height:200px;
	}
	
	.content-container {
	padding-top: 0px;
		margin-top: 0px;
	}
	
	h1 {
	font-size: 30px;
	}
	
	h2 {
	font-size: 20px;
	}
	
	div img {
	float: center;
    width: 100%;
	height:auto;
	}
	
	a img {
	width: 55px;
	height: auto;
	}
	
	.categories-picture {
	 width: 100%;
	 float: left;
	 padding: 10px;
	 box-sizing: border-box;
    }
}

@media (max-width : 400px) {
	.banner {
	height: 200px;
	}
	
	.content-container {
	padding-top: 10px;
	}
	
	hr {
	margin:25px;
	}
	
	h3 {
	font-size:25px;
	}
	
	.mobilebr-fax-1 {
	display:block;
	}
	
	.homeHeader {
	height: 30px;
	}
	
	.homeBanner img {
	width: 100%;
	}
	
	.homeBanner {
	height: 200px;
	}
	
	.responsiveTwo {
	width: 100%;
	}
	
	.responsiveTwo div, .responsiveTwo h1, .responsiveTwo h2, .responsiveTwo p {
	float: none;
	text-align: center;
	}
	
	.responsiveTwo img {
	float: none;
    margin-bottom: 20px;
	margin-top:0px;
	margin-right:0px;
	}
	
	.responsiveTwoMobileBreak {
	display: none;
	}
	
	.responsiveTwo p {
	margin-top: 10px;
	}
	
	nav {
	box-sizing:border-box;
	width: 100%;
	border-bottom: solid 1px #000;
	}
	
	nav ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 100%;
	}
	
	nav ul li {
	display: inline-block;
	}
	
	nav a {
	line-height: 40px;
	padding: 0px 15px 0px 15px;
	font-size: 16px;
	}
}

@media (max-width : 325px) {
	
	.banner {
	height:180px;
	}
	
	.content-container {
	padding-top: 0px;
	}
	
	.homeBanner img {
	margin-top: 20px;
	}
}
