@charset "utf-8";

body {   margin:0;  background-color:#d3b28c; }
	/* For Color #d3b28c - rgb(211, 178, 140); */
	/* #d3b28c; or cmyk(0%, 16%, 34%, 17%)* or rgb(211, 178, 140);/
	/*Old Background color dark red #351b1b; */
	
	/* Like this color  #dcd0c0; */
	
	
	/* Like photoshop use this code - mix-blend-mode: color; */


img { border: 0; } /*Removes Border around Logo a href image for IE8 */

/*Fonts*/
@font-face {
    font-family: 'Open Sans';
	font-style: normal;
  font-weight: 400;
    src: url('/dajo-webfonts/OpenSans-Regular-webfont.eot');
    src: url('/dajo-webfonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/dajo-webfonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/dajo-webfonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/dajo-webfonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg'),
		 url('/dajo-webfonts/OpenSans-Regular-webfont.woff2') format('woff2');
font-display:swap;
}

@font-face {
    font-family: 'Open Sans-Bold';
	font-style: normal;
  font-weight: 700;
    src: url('/dajo-webfonts/OpenSans-Bold-webfont.eot');
    src: url('/dajo-webfonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/dajo-webfonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('/dajo-webfonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/dajo-webfonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg'),
		 url('/dajo-webfonts/OpenSans-Bold-webfont.woff2') format('woff2');
font-display:swap;
}
/*End Fonts*/


/* Responsive Menu Style */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  /* This is where you change the dark shading on menu box */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {  display: none;  }

#cssmenu {
	width:auto;
	font-family: "Open Sans";
	background: #39b1cc;
	background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
	background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
	background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
	background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
	background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);
}
/*Change background color on menu for desktop */
#cssmenu > ul {
	/* Below Box Shadow Changes the bottom border looks like Underline */
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
	background-color: #4a0506;
}

#cssmenu.align-right > ul > li {  float: right;  }

#cssmenu > ul > li {  float: left; display: inline-block;  }

#cssmenu.align-center > ul {  float: none; text-align: center;  }

#cssmenu.align-center > ul > li {  float: none;  }

#cssmenu.align-center ul ul {  text-align: left;  }

/* Below changes color around border menu Desktop */
#cssmenu > ul > li > a {
	background: #4a0506; /*Need to add this color or background will not change back to original color */
  padding: 18px 25px 21px 25px;
  /* Bottom border right Removes Line in-between text */
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 700;
  color: #d3eced; /* Light Blue Color */
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover, 
#cssmenu > ul > li.active > a {
	color: #f00;  /* Do not add this code or hover will not work  to change background 
  background: rgba(211, 178, 140, 0); This is color #d3b28c
  */
	background: rgba(166, 11, 15, 0.3);
	background: #5A0506;
	/* Note original background: #o60b0f; is not valid color
	  Can also use background: #5A0506; */
}


#cssmenu > ul > li.has-sub > a {  padding-right: 45px;  }

#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}

#cssmenu > ul > li.has-sub.active > a::after,

#cssmenu > ul > li.has-sub:hover > a {  border-top-color: #ffffff;  }

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}

#cssmenu.align-right ul ul {  text-align: right;  }

#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}

#cssmenu.align-right > ul > li > ul::after { left: auto;  right: 20px;  }

#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}

#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}

#cssmenu > ul > li > ul {  top: 120px;  }

#cssmenu > ul > li:hover > ul {  top: 52px; left: 0; opacity: 1;  }

#cssmenu.align-right > ul > li:hover > ul {  left: auto; right: 0;  }

#cssmenu ul ul ul {  padding-top: 0; padding-left: 6px;  }

#cssmenu.align-right ul ul ul {  padding-right: 6px;  }

#cssmenu ul ul > li:hover > ul {  left: 180px; top: 0; opacity: 1;  }

#cssmenu.align-right ul ul > li:hover > ul { 
left: auto; right: 100%; opacity: 1;  }

#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #777777;

  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,

#cssmenu ul ul li.active > a {  color: #333333;  }

#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {  position: absolute; display: block;  }

#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}


/* Do Not add this exact code. It will affect how IE 8 menu is displayed when change monitor settings to 800 by 600

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) 

{

*/

@media all and (max-width: 1000px)  {
	 
/*  the below did not work screen and (min--moz-device-pixel-ratio:0) 


 @media screen and (device-aspect-ratio: 16/9),
 @media screen and (device-aspect-ratio: 4/3)  */ 


/* not correct way to do this

@media all and (max-width: 760px),
@media screen and (min--moz-device-pixel-ratio:0)  */

/* Note this did not work to fix menu nav in firefox on display 800
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 760px), /* Webkit-based browsers */
     /*  (min--moz-device-pixel-ratio: 2) and (max-width: 760px)    /* Older Firefox browsers (prior to Firefox 16) */  


/*Change Background color on Tablet and Mobile - Original Blue color number #39b1cc */
#cssmenu {  background: #4a0506;  }

#cssmenu > ul {  display: none;  }

#cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);  }
	
#cssmenu.align-right > ul {  float: none;  }

#cssmenu.align-center > ul {  text-align: left;  }

#cssmenu > ul > li,
#cssmenu.align-right > ul > li {
    float: none;
    display: block;  }
	
#cssmenu > ul > li > a { 
padding: 18px 25px 18px 25px;  border-right: 0;  }

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {  background: rgba(166, 11, 15, 0.3);  }

#cssmenu #menu-button {
    display: block;
    text-decoration: none;
/* This is where you change font type and size for display on mobile */ 
    font-family: "Open Sans";
	font-size: 18px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: url('images/bg.png');
    cursor: pointer;
}

  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
#cssmenu ul ul li {  width: 100%;  }

#cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
}
  
#cssmenu ul ul ul li a { padding-left: 45px;  }

#cssmenu ul ul li:first-child > a,
#cssmenu ul ul li:last-child > a {  border-radius: 0;  }

#cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    border-bottom: 2px solid #d3eced;
    right: 25px;
    top: 18px;
}

#cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    right: 25px;
    top: 28px;
}
  
#cssmenu > ul > li.has-sub > a::after,
#cssmenu ul ul li.has-sub > a::after {  display: none;  }

}

/* End Responsive Menu */


/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {  max-width: 100%;  }

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {  width:100%;  }

#smp a,a:visited {
	display:block;
	text-decoration:none;
	background-color:#d3b28c;
	color:#5f1214;
	width:100%;
}
#smp a:hover,a:active,a:focus {
	width:100%;
	background-color:#d3b28c;
	color:#BB2226;
	height:auto;
	outline:none;
}

a.a-list-1:link,a.a-list-2:link,a.a-list-3:link,a.a-list-4:link,a.a-list-5:link,a.a-list-6:link,a.a-list-7:link,a.a-list-8:link,a.a-list-9:link {
 font-family: "Open Sans"; 
 color:#5f1214;
 text-decoration:none;
 font-style:normal;
 /* line-height:30px; */
}

a.a-list-1:visited,a.a-list-2:visited,a.a-list-3:visited,a.a-list-4:visited,a.a-list-5:visited,a.a-list-6:visited,a.a-list-7:visited,a.a-list-8:visited,a.a-list-9:visited {  color:#5f1214; text-decoration:none;  }

a.a-list-1:hover,a.a-list-2:hover,a.a-list-3:hover,a.a-list-4:hover,a.a-list-5:hover,a.a-list-6:hover,a.a-list-7:hover,a.a-list-8:hover,a.a-list-9:hover {  text-decoration:none; color:#BB2226;  }

span[itemprop="telephone"] {
	/*  text-align: ;  */
    font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #5f1214;
	text-transform: none;
	font-variant: normal;
}

.tcdj-hdr,#ma,#mad1,#maj1 {
  font-family: "Open Sans"; color:#5F1214;
  background-color: #d3b28c;
  text-decoration:none;
}

p#cd1 a:link {
 font-family: "Open Sans"; color:#5f1214;
 /* font-size: 15px;  */
 font-style: normal;
 text-decoration:none;
/* line-height:25px; */
}
p#cd1 a:visited {  color:#5f1214;  text-decoration:none;  }

p#cd1 a:hover {  text-decoration:none; color:#BB2226;  }

p#cj1 a:link {
 color:#5f1214;
 text-decoration: none;
 font-family: "Open Sans";
 /* font-size: 15px;
 font-style: normal;
 line-height:25px; */
}
p#cj1 a:visited {  color:#5f1214; text-decoration:none;  }

p#cj1 a:hover {  text-decoration:none; color:#BB2226;  }

h1,h2,h3 {
	font-family: "Open Sans";  color:#5F1214;  }

.tcdj-hdr,p#cd1,p#cj1,p#pth1,p#testd,p#cs2p,p#shrs-p,p#hdr2,p#hdr3,p#arbgp1p,p#hdr-sbrc,p#bdy-sbrc,p#hdr-mw,p#bdy-mw,p#hdr-sr,p#bdy-sr,p#hdr-vcc,p#bdy-vcc,p#hdr-wd,p#bdy-wd,#harsahr,p#rsb,p#adchd,.address,p#sclh,p#cs-fb,p#cs-ig,p#mmnhd ,adccont
{
	font-family: "Open Sans"; color:#5F1214;
	/* font-size: 16px; */
    /* font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-decoration:none; */
/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */	
	/*  text-align: ;  */
	/* line-height:normal; */
	/* letter-spacing: 1px; */
}

p#cs-fb,p#cs-ig {
	font-family: "Open Sans";
	/* font-size: 16px; */
	font-style: normal;
	/* font-weight: normal; */
	font-variant: normal;
	text-transform: none;
	color: #5F1214;
	text-decoration: none;
	/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */
	/*  text-align: ;  */
	/* line-height: normal;
	letter-spacing: normal; */
}

a#dhsfb7:link, a#dhsig8:link {
 color:#5f1214;
 text-decoration: none;
 font-family: "Open Sans";
 /* font-size:15px; 
 font-style: normal;
 letter-spacing:1px; */
}
a#dhsfb7:visited, a#dhsig8:visited {  color:#5f1214; text-decoration: none;  }

a#dhsfb7:hover, a#dhsig8:hover {  text-decoration:none; color: #BB2226;  }


/*Use a,a:active {outline: 0;} to remove dotted border around link after clicking and going back. Do not use a,a:active {outline: none;} Does not work */


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	11;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

@media screen and (min-width: 275px) {
/* Note do not need div id="gridContainer to work */

#hdr-wrp {  position:fixed;
  display:block; clear:both; float:left;
  margin-left:0; margin-top:0px;
  top:0px;
  width:100%; height:70px;
	
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	
	background-color: #d3b28c;
	opacity:1;
}

#Logo {  display:block; clear:both; float:left;
  margin-left:2.5%;
  width:95%; height:50px;
}

img[src="images/Dajo-Hair-Salon-Tucson.webp"] {
	height:50px;  width:95%;  }

#tmap-wrap {  display:none; clear:none; float:left;
  margin-left:0%;
  width:100%; height:120px;
  background-color:#d3b28c;
}

.tcdj-containr { display:none; }

.tcdj-hdr { display:none; }

#ma {  position:fixed;
  display:none; clear:both; float:left;
  margin-left:0%;
  width:34%; max-width:34%;
  height:20px;
  background-color:#d3b28c;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	/* margin-top:71px; */
}

#mad1 {  position:fixed;
  display:block; clear:none; float:left;
  margin-left:0%;
  width:100%; max-width:100%;
  height:65px;
  
  background-color:#d3b28c;
  /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	margin-top:65px;
}

p#cd1 {margin-top:-5px;margin-left:10%;padding-left:0%;
        font-size:18px; font-weight:800; letter-spacing:1px; 
		line-height:30px;  /* Def Add Line Height TO mobile */
}



#maj1 {  position:fixed;
  display:none; clear:none; float:left;
  margin-left:0%;
  width:100%; max-width:100%;
  height:65px;
  
  background-color: #d3b28c;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	/* margin-top:130px; */
}

p#cj1  { display:none;  margin-top:-5px;margin-left:10%;padding-left:0%;}

#cssmenu-container {
	clear: both;
	float: left;
	margin-left:0%;
	margin-top:130px; /* 195px; */
	width:100%;
	display:block;
	position:fixed;
	background: #4a0506;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
}

#cssmenu #menu-button {
   /* to move menu text to left or right using width and margin-left 
   Note: Do not put display:block; it will affect desktop view */
   width:89%;
   margin-left:5%;
    text-decoration: none;
/* This is where you change font type and size for display on mobile */ 
    font-family: "Open Sans";
	font-size: 18px;
    font-weight:700;
    color:#d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: url('images/bg.png');
    cursor: pointer;
}

#cssmenu > ul > li > a {
	
	/* To move list over to left on drop down menu use margin-left:2%; and to change font size */
	margin-left:4%;
	
	background: #4a0506; /*Need to add this color or background will not change back to original color */
  padding: 18px 25px 21px 25px;
  /* Bottom border right Removes Line in-between text */
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  color: #d3eced; /* Light Blue Color */
  text-transform: uppercase;
  letter-spacing: 1px;
}

#hdr-1 {  display:none; clear:both; float:left;
  margin-left:10%; 
  width:85%; 
  
  /* margin-top:246px; */ /* 266px; */
}

h1 { margin-top: -5px;
	font-size:18px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	/*  text-align: ;  */
}

/* cs-1 is Content Section 1 for content text area etc */
#cs-1 {   display:block; clear:both; float:left;
	margin-left:10.5%;  margin-top:266px; /* 15px; */
	width:84%;
}

.cs1contain {  width:97%;  margin-left:0;
             /*Fonts */
	/* font-family: "Open Sans"; color:#5F1214;
	font-size:18px; font-weight:800; letter-spacing:1px;
	line-height:25px;
	font-style: normal; font-variant:normal;
	text-transform:none; text-decoration:none; */
	/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */
	/*  text-align: ;  */
}

p#testd {width:100%;
	margin: 0 0 28px;
	padding: 0;
	
font-size:18px; font-weight:800; letter-spacing:1px; line-height:30px;  
}

img#pic1{width:100%; height:338px;  /* 175px; */ }

img[src="images/Blonde-Specialist-Color-Correction-Specialist-Tucson-Az-320w-.jpg"] {
	  width: 100%;  height:338px;  /* 175px; */  }

#adc {  display:block; clear:both; float:left;
  margin-left:10.5%;
  width:84%;
}
.adccont {
	width:97%;
	margin-left:0;
			 
	font-family: "Open Sans"; color:#5F1214;
	font-size:18px; font-weight:800; letter-spacing:1px;
	line-height:normal;
	font-style:normal;  font-variant:normal;
	text-transform:none; text-decoration:none;
/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */	
	/*  text-align: ;  */
}

p#adchd {
	width:75%;
	margin-top:0px;
	margin-left:0%;

    font-family: "Open Sans"; color:#5f1214;
	font-size:18px; font-weight:800;
	font-style:normal;
	/*  text-align: ;  */
	text-transform:none;
	font-variant:normal;
}

#ischm {display:none;}

span[itemprop="telephone"] {  font-size:18px; font-weight:800; letter-spacing:1px; color:#5f1214; }

#sclc {
  display:block;
  clear:none;
  float:left;
  margin-left:10.5%;
  margin-top:20px;
  width:84%;
  max-width:84%;
}

p#sclh {
	margin-top:0px;
	margin-left:0%;

    /*  text-align: ;  */
    font-family: "Open Sans"; color:#5f1214;
	font-size:18px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	
	text-transform:none;
	font-variant:normal;
}

p#cs-fb { margin-top:-10px;
          font-size:18px; font-weight:800;  letter-spacing:2px; }


a#dhsfb7:link, a#dhsig8:link {  font-size:18px; font-weight:800; letter-spacing:1px; color:#5f1214;  }

p#cs-ig { margin-top:10px;
          font-size:18px; font-weight:800; letter-spacing:2px; }

#mmn {   display:block; clear:none; float:left;
  margin-left:10.5%;  margin-top:20px;
  width:84%;
}

.mmncont { margin-left:0%;   }

p#mmnhd {
	margin-top:0px;
	margin-left:0%;

    /*  text-align: ;  */
    font-family: "Open Sans"; color:#5f1214;
	font-size:18px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	text-transform:none;
	font-variant:normal;
}

.al-1 {height:48px; min-width:48px; }

.al-2,.al-3,.al-4,.al-5,.al-6,.al-7,.al-8,.al-9 {margin-top:8px; height:48px; min-width:48px; }


a.a-list-1:link,a.a-list-2:link,a.a-list-3:link,a.a-list-4:link,a.a-list-5:link,a.a-list-6:link,a.a-list-7:link,a.a-list-8:link,a.a-list-9:link { font-size:18px; font-weight:800; letter-spacing:1px; line-height:30px;}

#cb2 {  display:block; clear:none; float:left;
	margin-left:0;
	width:100%;
	height:auto;
	padding-top:50px;
}
#cb {   display:block; clear:none; float:left;
  margin-left:25px;
  width:85%; /* 15%; */
  font-family: "Open Sans";  color:#5f1214;
  font-size:15px;  font-weight:700;
	
  font-style:normal;
  text-transform:none;
  text-decoration:none;
}

#smp {   display:block; clear:none; float:left;
  margin-left:25px; margin-top:15px;
  width:15%;
  font-family:"Open Sans"; color:#5f1214;
  font-size:15px;  font-weight:700;
	
  font-style:normal;
  text-transform:none;
  text-decoration:none;
}

#Spacer3 {   display:none; clear:both; float:left;
  margin-left:0%; margin-top:15px;
  width:100%; height:45px;
}

}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/* DO NOT USE THIS WILL AFFECT SAFARI AND CHROME LAYOUT @media only screen and (min-width: 481px) */
@media screen and (min-width: 481px) {
/* Note do not need div id="gridContainer to work */

#hdr-wrp {   position:fixed;
  display:block; clear:both; float:left;
  margin-left:0%; margin-top:0px;
  top:0px;
  width:100%;  height:70px;
	
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	
	background-color:#d3b28c;
	opacity: 1; 
}

#Logo {   display:block; clear:both; float:left;
	margin-left:2.5%; /* 6%; */
	width:95%; /* 86%; */  max-width:95%; /* 55%; */
	height:70px;
	
	/* padding-left:10%; */
}

img[src="images/Dajo-Hair-Salon-Tucson.webp"] {
	height:70px;  width:100%; }

#tmap-wrap {   display:none; clear:none; float:left;
	margin-left:8%;
	width:50%;  height:90px;
}

.tcdj-containr {display:none;}

.tcdj-hdr {display:none;}

#ma {   position:fixed;
  display:none; clear:both; float:left;
  margin-left:0%;
  width:0%;  max-width:0%;
  height:65px;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	margin-top:70px;
}

p#ma1  {}

#mad1 {   position:fixed;
  display:block; clear:none; float:left;
  margin-left:0%;
  width:100%; /* 50%; */ max-width:100%; /* 50%; */
  height:65px;
 /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	margin-top:70px;
}

p#cd1  {margin-top:5px;margin-left:9.5%; /* 18%; */ padding-left:0%;
        font-size:18px; font-weight:800; letter-spacing:1px;
		line-height:30px;   /* Def Add Line Height TO mobile */
}

#maj1 {
  position:fixed;
  display:none; 
  clear:none;
  float:left;
  margin-left:0%; /* 50%; */
  width:100%; /* 50%; */
  max-width:100%; /* 50%; */
  height:65px;
  background-color: #d3b28c;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	/* margin-top:70px; */
}

p#cj1  {display: none;  margin-top:5px;margin-left:5%;padding-left:0%;}

#cssmenu-container {
	clear:both;
	float:left;
	margin-left:0%;
	margin-top:130px; /* 135px; */
	width:100%;
	display:block;
	position:fixed;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
}

#cssmenu #menu-button {
   /* to move menu text to left or right using width and margin-left 
   Note: Do not put display:block; it will affect desktop view */
   width:89%;
   margin-left:8%;
    text-decoration: none;
/* This is where you change font type and size for display on mobile */ 
    font-family: "Open Sans";
	font-size: 18px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: url('images/bg.png');
    cursor: pointer;
}

#cssmenu > ul > li > a {
	
	/* To move list over to left on drop down menu use margin-left:2%; and to change font size */
	margin-left:8%;
	
	background: #4a0506; /*Need to add this color or background will not change back to original color */
  padding: 18px 25px 21px 25px;
  /* Bottom border right Removes Line in-between text */
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  color: #d3eced; /* Light Blue Color */
  text-transform: uppercase;
  letter-spacing: 1px;
}

#hdr-1 {   display:none; clear:both; float:left;
  margin-left:0%;
  /* margin-top:267px; */ /* 240px; */
  width:100%;
}
h1 {  margin-left:0%; margin-top:0px;
	
	font-size:18px; font-weight:800; letter-spacing:1px;
	font-style: normal;
	/*  text-align: ;  */
}

/* cs-1 is Content Section 1 for content text area etc */
#cs-1 {   display:block; clear:both; float:left;
	margin-left:12%;  margin-top:267px;
	width:77%;
}

.cs1contain {  width:98%; margin-left:0; }

p#testd {width:100%;
	margin: 0 0 28px;
	padding: 0;
	
font-size:18px; font-weight:800; letter-spacing:1px; line-height:30px;  
}

img#pic1{width:100%; height:338px;  /* 175px; */ }

img[src="images/Blonde-Specialist-Color-Correction-Specialist-Tucson-Az-320w-.jpg"] {
	  width: 100%;  height:338px;  /* 175px; */  }

#Spacer3 {   display:none; clear:both; float:left;
	margin-left:0;
	width:100%;
	height:45px;
}

#adc {   display:block; clear:both; float:left;
  margin-left:12%;
  width:46%; /* 41%; */
}
.adccont {
	width:98%;
	margin-left:0%; 
			
	font-family: "Open Sans"; color:#5F1214;
	font-size:18px; font-weight:800; letter-spacing:0.5px;
	line-height:normal;
	font-style:normal; font-variant:normal;
	text-transform:none; text-decoration:none;
/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */	
	/*  text-align: ;  */
}

p#adchd {
	width:73%;
	margin-top:0px;
	margin-left:0%;

   /*  text-align: ;  */
    font-family: "Open Sans"; color:#5f1214;
	font-size:18px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	
	text-transform:none;
	font-variant:normal;
}

#ischm {display:none;}

span[itemprop="telephone"] {  font-size:18px; font-weight:800; letter-spacing:0.5px; color:#5f1214; }

#sclc {   display:block; clear:none; float:left;
  margin-left:12%; margin-top:20px;
  width:41%;
}

p#sclh {
	margin-top:0px;
	margin-left:0%;

    /*  text-align: ;  */
    font-family: "Open Sans"; color:#5f1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	
	text-transform:none;
	font-variant:normal;
}

p#cs-fb { margin-top:-10px; 
         font-size:18px; font-weight:800; letter-spacing:1px;
}

a#dhsfb7:link, a#dhsig8:link {  font-size:17px; font-weight:800; letter-spacing:1px;  }

p#cs-ig { margin-top:10px; 
          font-size:17px; font-weight:800; letter-spacing:1px
}

#mmn {   display:block; clear:none; float:left;
  margin-left:12%; margin-top:20px;
  width:77%;
}

.mmncont { margin-left:0%;   }

p#mmnhd {
	margin-top:0px;
	margin-left:0%;

    /*  text-align: ;  */
    font-family: "Open Sans"; color:#5f1214;
	font-size:18px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	
	text-transform: none;
	font-variant: normal;
}

.al-1 {height:48px; min-width:48px; }

.al-2,.al-3,.al-4,.al-5,.al-6,.al-7,.al-8,.al-9 {margin-top:8px; height:48px; min-width:48px; }

a.a-list-1:link,a.a-list-2:link,a.a-list-3:link,a.a-list-4:link,a.a-list-5:link,a.a-list-6:link,a.a-list-7:link,a.a-list-8:link,a.a-list-9:link { font-size:17px; font-weight:800; letter-spacing:1px; line-height:30px;}

#cb2 {   display:block; clear:none; float:left;
  margin-left:12%; margin-top:20px;
  padding-top:50px;
  width:77%; height:auto;
}

#cb { display:block;
	margin-top:0px; margin-left:0%;
	width:57%;  height:55px;
	
	font-family: "Open Sans"; color:#5f1214;
	font-size:15px; font-weight:700;
	font-style:normal;
	text-transform:none;
	text-decoration:none;
}

#smp {  display:block;
	margin-top:0px; margin-left:25px;
	width:10%; height:55px;
	font-family: "Open Sans"; color:#411212;
	font-size:15px; font-weight:700;
	font-style:normal;
	text-transform:none; text-decoration:none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media screen and (min-width: 769px) {
/* Note do not need div id="gridContainer to work */

#hdr-wrp {position:fixed;
	clear:both;
	float:left;
	margin-left:0;
	margin-top:0px;
	top:0px;
	width:100%;
	height:110px;
	display:block;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	
	background-color:#d3b28c;
	opacity: 1; 
}
#Logo {
	clear:both;
	float:left;
	display:block;
	margin-left:7.5%;
	margin-top:10px;
	width:37%;
	max-width:37%;
	height:80px;
	padding-left:0%;
}
img[src="images/Dajo-Hair-Salon-Tucson.webp"] {
	height:80px;  width:100%; }

#tmap-wrap {
	clear:none;
	float:left;
	display:block;
	margin-left:2%;
	margin-top:10px;
	width:47%;
	height:90px;
}

.tcdj-containr { display:block; margin-top:15px; }

.tcdj-hdr { display:block;
        font-size:16px; font-weight:800; letter-spacing:0.5px;
		line-height:normal;
}

#ma {
	 position:fixed;
	display:block;   
    clear:both;
    float:left;
    margin-left:0%;
    width:50%; /* 48%; */ /* 36%; */
	max-width:50%; /* 48%; */ /* 36%; */
	height:40px;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	margin-top:110px;
}

p#ma1  { margin-top:0px; margin-left:20%; /* 22.5%; */ /* 27%; */
        font-size:16px; font-weight:800; letter-spacing:0px;
}

#mad1 {
	 position:fixed;
  display:block;
  clear:none;
  float:left;
  margin-left:36%;
  width:49%; /* 51%; */ /* 30%; */
  max-width:49%; /* 51%; */ /* 30%; */
   height:40px;
  
   background-color:#d3b28c;
  /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	margin-top:110px;
}

p#cd1  {margin-top:0px; margin-left:20%; /* 35%; */ padding-left:0%;
        font-size:16px; font-weight:800; letter-spacing:0px;  }

#maj1 {
	position:fixed;
  display:none; 
  clear:none;
  float:left;
  margin-left:66%;
  width:0%; /* 33%; */
  max-width:0%; /* 33%; */
  height:40px;
  
  background-color:#d3b28c;
  /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	/* margin-top:110px; */
}

p#cj1  {display:none; margin-top:0px; margin-left:8%; padding-left:0%;
        font-size:16px; font-weight:800; letter-spacing:1px;
}

#cssmenu-container {
	display:block;
	width:100%;
	background:#4a0506;
	margin-top:150px;
	margin-left:0%;
	position:fixed;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
}

#cssmenu #menu-button {
   /* to move menu text to left or right using width and margin-left 
   Note: Do not put display:block; it will affect desktop view */
   width:76.5%;
   margin-left:0%;
    text-decoration: none;
/* This is where you change font type and size for display on mobile */ 
    font-family: "Open Sans";
	font-size: 18px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: url('images/bg.png');
    cursor: pointer;
}


/*Below Moves UL List to the right or left wihout affecting everything else */
#cssmenu {width:75.5%;margin-left:8%;}

/* The Beleow #cssmenu li will change the menu width only */
#cssmenu ul li {  }

#cssmenu > ul > li > a {
	background: #4a0506; /*Need to add this color or background will not change back to original color */
  padding: 18px 25px 21px 25px;
  /* Bottom border right Removes Line in-between text */
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 700;
  color: #d3eced; /* Light Blue Color */
  text-transform: uppercase;
  letter-spacing: 1px;
  
/* Need to adjust margin-left for desktop or will not view correctly */
  margin-left:0;
}

#hdr-1 {  display:none; clear:both; float:left;
  margin-left:11.5%; /* 26.5%; */
 /* margin-top:265px; */
  width:65%;
  font-family: "Open Sans";
} 
 
h1 { margin-left:0%; margin-top: 0px;
	font-family: "Open Sans"; color:#5f1214;
	font-size:17px; font-weight:700; letter-spacing:1px;
	font-style: normal;
	/*  text-align: ;  */
	text-transform:none;
	font-variant:normal;
}

/* cs-1 is Content Section 1 for content text area etc */
#cs-1 {  display:block; clear:both; float:left;
	margin-top:265px; /* 0px; */  margin-left:11.5%; /* 26.5%; */
	/* Note Do not put max-width:415px; - It will affect how 1200 and 1500 show */
	width:65%;  height:auto;
}

.cs1contain {  width:89%; /* 79%; */  margin-left:0; 
                              /*Fonts */
	font-family: "Open Sans"; color:#5F1214;
	/* font-size:17px; font-weight:800; letter-spacing:1px;
	line-height:25px;
	font-style: normal; font-variant:normal;
	text-transform:none; text-decoration:none; */
	/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */
	/*  text-align: ;  */
}

p#testd {width:100%;
	margin: 0 0 28px;
	padding: 0;
	
font-size:17px; font-weight:800; letter-spacing:1px; line-height:30px;  
}

img#pic1{width:100%; height:540px;  /* 225px; */ }

img[src="images/Blonde-Specialist-Color-Correction-Specialist-Tucson-Az.jpg"] {
	width:100%; height:540px;  /* 225px; */  }

#Spacer3 {  display:block; clear:both; float:left;
  margin-left:0;
  width:100%; height:55px;
}

#adc {   display:block; clear:both; float:left;
  margin-left:12%;
  width:30%; /* 25%; */
}

.adccont {
	width:98%; /* 92%; */
	margin-left:0%;
	
	font-family: "Open Sans"; color:#5F1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	line-height:normal;
	font-style:normal; font-variant:normal;
	text-transform:none; text-decoration:none;
/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */	
	/*  text-align: ;  */
}

p#adchd {
	width:75%;
	margin-top:0px;
	margin-left:0%;

   /*  text-align: ;  */
    font-family: "Open Sans"; color:#5f1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	
	text-transform:none;
	font-variant: normal;
}

#ischm {display:none;}

span[itemprop="telephone"] {  font-size:17px; font-weight:800; letter-spacing:1px; color:#5f1214; }

#sclc {   display:block; clear:none; float:left;
  margin-left:2%; margin-top:0px;
  width:18%;  max-width:18%;
}

p#sclh {
  margin-top:0px;
  margin-left:0%;

  /*  text-align: ;  */
  font-family: "Open Sans"; color:#5f1214;
  font-size:17px; font-weight:800; letter-spacing:1px;
  font-style:normal;
  text-transform:none;
  font-variant:normal;
}

p#cs-fb { margin-top:-5px; /* -10px; */ 
font-size:17px; font-weight:800; letter-spacing:1px;
}

p#cs-ig { margin-top:-10px;  
font-size:17px; font-weight:800; letter-spacing:1px;
}

a#dhsfb7:link, a#dhsig8:link {  font-size:17px; font-weight:800; letter-spacing:0.5px; color:#5f1214;  }

#mmn {   display:block; clear:none; float:left;
  margin-left:1.5%;
  margin-top:0px;
  width:21%;
}

.mmncont { margin-left:0%;   }

p#mmnhd {
	margin-top:0px;  margin-left:0%;

    /*  text-align: ;  */
    font-family: "Open Sans"; color:#5f1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	
	text-transform: none;
	font-variant: normal;
}

.al-1 {height:48px; min-width:48px; }

.al-2,.al-3,.al-4,.al-5,.al-6,.al-7,.al-8,.al-9 {margin-top:8px; height:48px; min-width:48px; }

a.a-list-1:link,a.a-list-2:link,a.a-list-3:link,a.a-list-4:link,a.a-list-5:link,a.a-list-6:link,a.a-list-7:link,a.a-list-8:link,a.a-list-9:link { font-size:17px; font-weight:800; letter-spacing:1px; line-height:30px;}

#cb2 {   display:block; clear:none; float:left;
  margin-top:0px;
  margin-left:12%; /* 0%; */
  width:27%; /* 25%; */
  height:auto;
  padding-top:0px;
}

#cb {  display:block;
    margin-left:0%;  margin-top:0px;
	width:100%;  height:auto;
	
	font-family: "Open Sans"; color:#5f1214;
	font-size:14px; font-weight:700;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}

#smp {  display:block; 
        margin-top: 0px;
		width:10%; height:35px;
	font-family: "Open Sans"; color:#411212;
	font-size:14px; font-weight:700;
	font-style:normal;
	text-transform:none; text-decoration:none;
}

}

@media screen and (min-width: 1020px) {
/* Note do not need div id="gridContainer to work */

#hdr-wrp {   position:fixed;  
  display:block; clear:both; float:left;
	margin-left:0;  margin-top:0px;
	top:0px;
	width:100%;  height:110px;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	
	background-color:#d3b28c;
	opacity: 1; 
}
#Logo {   display:block; clear:both; float:left;
  margin-left:7.5%; margin-top:10px;
  width:28%; max-width:28%;
  height:80px;
}

img[src="images/Dajo-Hair-Salon-Tucson.webp"] {
	height:80px; width:100%;  }

#tmap-wrap {   display:block; clear:none; float:left;
  margin-left:5%; margin-top:10px;
  width:37%; height:90px;
}

.tcdj-containr {   display:block;  margin-top:15px; }

.tcdj-hdr { display:block;
           font-size:16px; font-weight:800; letter-spacing:0.5px;
	/*  text-align: ;  */
}

#ma {  position:fixed;  
  display:block; clear:both; float:left;
       margin-left:0%;
       width:34%; max-width:34%; height:40px;
	   /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	margin-top:110px;
}

p#ma1  { margin-left:26.5%;  
    font-size:16px; font-weight:800; letter-spacing:0.5px;
	/*  text-align: ;  */
}


#mad1 {  position:fixed;  
  display:block; clear:none; float:left;
  margin-left:34%;
  width:33%;  max-width:33%;  height:40px;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
  z-index:9999;
  margin-top:110px;
}

p#cd1  {margin-top:0px;margin-left:20%;padding-left:0%;
        font-size:16px; font-weight:800; letter-spacing:0.5px;  }

#maj1 {  position:fixed;  
  display:none; clear:none; float:left;
  margin-left:67%;
  width:33%;  max-width:33%;  height:40px;
 /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
  z-index:9999;
	/* margin-top:110px; */
}

p#cj1  {display:none; margin-top:0px; margin-left:-22%;
         padding-left:0%;
        font-size:16px; font-weight:800; letter-spacing:0.5px;
}

#cssmenu-container {
	display:block;
	width:100%;
	background:#4a0506;
	margin-top:150px;
	margin-left:0%;
	position:fixed;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
}

#cssmenu #menu-button {
   /* to move menu text to left or right using width and margin-left 
   Note: Do not put display:block; it will affect desktop view */
   width:76.5%;
   margin-left:0%;
    text-decoration: none;
/* This is where you change font type and size for display on mobile */ 
    font-family: "Open Sans";
	font-size: 18px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: url('images/bg.png');
    cursor: pointer;
}

/*Below Moves UL List to the right or left wihout affecting everything else */
#cssmenu {width:75.5%;margin-left:9%;}

/* The Beleow #cssmenu li will change the menu width only */
#cssmenu ul li {  }

#cssmenu > ul > li > a {
	background: #4a0506; /*Need to add this color or background will not change back to original color */
  padding: 18px 25px 21px 25px;
  /* Bottom border right Removes Line in-between text */
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 700;
  color: #d3eced; /* Light Blue Color */
  text-transform: uppercase;
  letter-spacing: 1px;
  
/* Need to adjust margin-left for desktop or will not view correctly */
  margin-left:0;
}

#hdr-1 {   display:none; clear:both; float:left;
  margin-left:12.5%;  /* margin-top:250px; */
  width:65%;
  font-family: "Open Sans";
} 
 
h1 {  margin-left:0%;  margin-top:0px;
  font-family: "Open Sans"; color:#5f1214;
  font-size:17px; font-weight:800; letter-spacing:1px;
  font-style:normal;
  /*  text-align: ;  */
  text-transform:none;
  font-variant:normal;
}

/* cs-1 is Content Section 1 for content text area etc */
#cs-1 {   display:block; clear:both; float:left;
  margin-left:10%; /* 12.5%; */  margin-top:265px;
	/* Note Do not put max-width:415px; - It will affect how 1200 and 1500 show */
	width:65%;  height:auto;
}

.cs1contain {  width:79%; margin-left:0;  
               /*Fonts */
	font-family: "Open Sans"; color:#5F1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	line-height:27px;
	font-style: normal; font-variant:normal;
	text-transform:none; text-decoration:none;
	/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */
	/*  text-align: ;  */
}

p#testd {width:100%;
	margin: 0 0 28px;
	padding: 0;
	
font-size:17px; font-weight:800; letter-spacing:1px; line-height:30px;  
}

img#pic1{width:100%; height:540px;  /* 275px; */ }

img[src="images/Blonde-Specialist-Color-Correction-Specialist-Tucson-Az.jpg"] {
	width:100%;  height:540px;  /* 275px; */   }

#Spacer3 {   display:block; clear:both; float:left;
  margin-left:0%;
  width:100%; height:55px;
}

#adc {   display:block; clear:both; float:left;
  margin-left:10%; /* 12.5%; */
  width:24%;
}
.adccont {
	width:92%;
	margin-left:0%;
	
	font-family: "Open Sans"; color:#5F1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	line-height:normal;
	font-style:normal; font-variant:normal;
	text-transform:none;  text-decoration:none;
/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */	
	/*  text-align: ;  */
}

p#adchd {  width:75%;
	margin-top:0px; margin-left:0%;
/*  text-align: ;  */
    font-family: "Open Sans"; color:#5f1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	text-transform:none;
	font-variant:normal;
}

#ischm {display:none;}

span[itemprop="telephone"] {  font-size:17px; font-weight:800; letter-spacing:0.5px; color:#5f1214; }

#sclc {  display:block;
  clear:none;  float:left;
  margin-left:0%;
  width:14%;  max-width:14%;
}

p#sclh {
	margin-top:0px;  margin-left:0%;

    /*  text-align: ;  */
    font-family: "Open Sans"; color:#5f1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	text-transform:none;
	font-variant:normal;
}

p#cs-fb { margin-top:-5px; /* -10px; */
     font-size:17px; font-weight:800; letter-spacing:1px;   
}

p#cs-ig { margin-top:-10px; 
     font-size:17px; font-weight:800; letter-spacing:1px;   
}

a#dhsfb7:link, a#dhsig8:link {  font-size:17px; font-weight:800; letter-spacing:1px; color: #5f1214;  }

#mmn {  display:block; clear:none; float:left;
  margin-left:1.5%;  margin-top:0px;
  width:18%;  max-width:18%;
}

.mmncont { margin-left:0%;   }

p#mmnhd {
	margin-top:0px;  margin-left:0%;

    /*  text-align: ;  */
    font-family: "Open Sans"; color:#5f1214;
	font-size:17px; font-weight:800; letter-spacing:1px;   
	font-style:normal;
	text-transform:none;
	font-variant:normal;
}

.al-1 {height:28px; min-width:48px; margin-top:8px }

.al-2,.al-3,.al-4,.al-5,.al-6,.al-7,.al-8,.al-9 {margin-top:8px; height:28px; min-width:48px; }

a.a-list-1:link,a.a-list-2:link,a.a-list-3:link,a.a-list-4:link,a.a-list-5:link,a.a-list-6:link,a.a-list-7:link,a.a-list-8:link,a.a-list-9:link { font-size:17px; font-weight:800; letter-spacing:1px; line-height:25px;}

#cb2 {  display:block; clear:none;  float:left;
	margin-top:0px;  margin-left:0;
	width:25%;  height:auto;
	padding-top:0px;
}

#cb { display:block;
	margin-left:0%;  margin-top:0px;
	width:100%;  height:auto;
	font-family: "Open Sans"; color:#5f1214;
	font-size:14px; font-weight:700;
	font-style: normal;
	text-transform:none; text-decoration:none;
}
#smp {  display:block;
	margin-top:0px;
	width:10%;  height:35px;
	font-family: "Open Sans"; color:#411212;
	font-size:17px;  font-weight:700;
	font-style:normal;
	text-transform:none;  text-decoration:none;
}

}

@media screen and (min-width: 1200px) {

#hdr-wrp {  position:fixed;
  display:block; clear:both; float:left;
  margin-left:0%;  margin-top:0px;
  top:0px;
  width:100%;  height:100px;
	
  /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	
	background-color:#d3b28c;
	opacity: 1; 
}
#Logo {   display:block; clear:both; float:left;
  margin-left:10.5%;  margin-top:0px;
  width:30%;  max-width:30%;
  height:90px;
  background-color:#d3b28c;
}

img[src="images/Dajo-Hair-Salon-Tucson.webp"] {
	height:90px;  width:100%;  }

#tmap-wrap {   display:block; clear:none; float:left;
  margin-left:4%; margin-top:0px;
  width:35%;  max-width:35%;
  height:90px;
  background-color:#d3b28c;
}
.tcdj-containr {  display:block;  margin-top:15px;  }

.tcdj-hdr { display:block;
  font-size:17px; font-weight:700; letter-spacing:1px;
  /*  text-align: ;  */
  line-height:normal;
}

#ma {  position:fixed;  
  display:block; clear:both; float:left;
  margin-left:0%;
  width:46%; /* 34%; */ max-width:46%; /* 34%; */ height:40px;
  /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
  z-index:9999;
  margin-top:100px;
}

p#ma1 {  margin-left:28%; /* 36%; */ 
        font-size:17px; font-weight:700; letter-spacing:0.5px;
}

#mad1 { position:fixed;  
  display:block; clear:none; float:left;
  margin-left:34%;
  width:33%;  max-width:33%;  height:40px;
   /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	margin-top:100px;
 }

p#cd1  {margin-top:0px;margin-left:33%;padding-left:0%;
        font-size:17px; font-weight:700; letter-spacing:1px;  }

#maj1 {  position:fixed;  
  display:none; clear:none; float:left;
  margin-left:67%;
  width:0%; /* 33%; */  max-width:0%; /* 33%; */  height:40px;
  /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
	/* margin-top:100px; */
}

p#cj1  {display:none;  margin-top:0px;  margin-left:-15.5%;           padding-left:0%;}


/*Below Moves UL List to the right or left wihout affecting everything else 

*/
#cssmenu { width:70.5%;margin-left:10.5%; }

#cssmenu-container {
	display:block;
	width:100%;
    background:#4a0506;
	margin-top:140px;
	margin-left:0%;
	position:fixed;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
}

/* The Beleow #cssmenu li will change the menu width only */
#cssmenu ul li {  }

#cssmenu > ul > li > a {
	background: #4a0506; /*Need to add this color or background will not change back to original color */
  padding: 18px 25px 21px 25px;
  /* Bottom border right Removes Line in-between text */
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 700;
  color: #d3eced; /* Light Blue Color */
  text-transform: uppercase;
  letter-spacing: 1px;
  
/* Need to adjust margin-left for desktop or will not view correctly */
 margin-left:0;
}

#hdr-1 {  display:none; clear:both; float:left;
  margin-left:12.5%; /* margin-top:240px; */
  width:70.5%;
}

h1 {  margin-left:0%;  margin-top:0px;
	font-family: "Open Sans"; color:#5f1214;
	font-size:18px; font-weight:700; letter-spacing:1px;
	font-style:normal;
	/*  text-align: ;  */
	text-transform:none;
	font-variant:normal;
}

/* cs-1 is Content Section 1 for content text area etc */
#cs-1 {   display:block; clear:both; float:left;
  margin-left:12.5%; margin-top:265px; 
    width:49.5%;  height:auto;
}

.cs1contain {  width:98%; margin-left:0;  
                   /*Fonts */
	/* font-family: "Open Sans"; color:#5F1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	line-height:25px;
	font-style: normal; font-variant:normal;
	text-transform:none; text-decoration:none; */
	/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */
	/*  text-align: ;  */
}

p#testd {width:100%;
	margin: 0 0 28px;
	padding: 0;
	
font-size:18px; font-weight:800; letter-spacing:1px; line-height:30px;  
}

img#pic1{width:100%; height:540px;  /* 275px; */ }

img[src="images/Blonde-Specialist-Color-Correction-Specialist-Tucson-Az.jpg"] {
	width:100%;  height:540px;  /* 275px; */   }

#Spacer3 {   display:block; clear:both; float:left;
  margin-left:0%;
  width:100%; height:25px; /* 55px; */
}

#adc {  display:block; clear:both; float:left;
  margin-left:12.5%;
  width:24%; /* 19%; */ /* 17%; */
}
.adccont {  margin-top:0px;
	width:98%;
	/* font-family: "Open Sans"; color:#5F1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	line-height:normal;
	font-style:normal;
	font-variant:normal;
	text-transform:none;
	text-decoration: none; */
/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */	
	/*  text-align: ;  */
}

p#adchd {  width:75%;
	margin-top:0px;  margin-left:0%;

    /*  text-align: ;  */
    font-family: "Open Sans";  color:#5f1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	text-transform:none;
	font-variant:normal;
}

#ischm {display:none;}

span[itemprop="telephone"] {  font-size:17px; font-weight:800; letter-spacing:1px; color: #5f1214; }

#sclc {  display:block; clear:none; float:left;
  margin-left:0%;
  width:14%; /* 12%; */  max-width:14%; /* 12%; */
}

p#sclh {  margin-top:0px;  margin-left:0%;

    /*  text-align: ;  */
    /* font-family: "Open Sans";  color:#5f1214; */
	font-size:17px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	text-transform: none;
	font-variant: normal;
}

p#cs-fb { margin-top:-5px; /* -10px; */
  font-size:17px; font-weight:800; letter-spacing:1px;
}

p#cs-ig { margin-top:-10px; 
  font-size:17px; font-weight:800; letter-spacing:1px;
}

a#dhsfb7:link, a#dhsig8:link {  font-size:16px; font-weight:700; letter-spacing:0.5px; color: #5f1214;  }

#mmn {  display:block; clear:none; float:left;
  margin-left:0.5%;  margin-top:0px;
  width:17%; /* 15%; */
}

.mmncont { margin-left:0%;   }

p#mmnhd {  margin-top:0px;  margin-left:0%;

    /*  text-align: ;  */
    font-family: "Open Sans";  color:#5f1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	text-transform: none;
	font-variant: normal;
}

.al-1 {height:28px; min-width:48px; margin-top:8px }

.al-2,.al-3,.al-4,.al-5,.al-6,.al-7,.al-8,.al-9 {margin-top:8px; height:28px; min-width:48px; }

a.a-list-1:link,a.a-list-2:link,a.a-list-3:link,a.a-list-4:link,a.a-list-5:link,a.a-list-6:link,a.a-list-7:link,a.a-list-8:link,a.a-list-9:link { font-size:17px; font-weight:800; letter-spacing:1px; line-height:27px;}

#cb2 {   display:block; clear:none; float:left;
	margin-top:0px;  margin-left:0;
	width:21%;  height:auto;
	padding-top:0px;
}
#cb {   display:block;
	margin-left:2%;  margin-top:0px;
	width:85%;  height:35px;
	
	font-family: "Open Sans";  color:#5f1214;
	font-size:14px; font-weight:700;
	font-style:normal;
	text-transform:none;  text-decoration:none;
}
#smp {display:block;  margin-top:10px;
	width:10%; height:35px;
	font-family: "Open Sans";  color:#411212;
	font-size:14px;  font-weight:700;
	font-style:normal;
	text-transform:none;  text-decoration:none;
}

}

/* Large Desktop Styling */
/* Old min-width: 931px; */
@media screen and (min-width: 1500px) {

#hdr-wrp {   position:fixed;
  display:block; clear:both; float:left;
  margin-left:0%;  margin-top:0px;
  top:0px;
  width:100%;  height:100px;
	
  /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
  z-index:9999;
	
  background-color:#d3b28c;
  opacity: 1; 
}

#Logo {   display:block; clear:both; float:left;
  margin-left:20.5%;   margin-top:0px;
  width:20%;   max-width:20%;
  height:90px;
  background-color:#d3b28c;
}

img[src="images/Dajo-Hair-Salon-Tucson.webp"] {
	height:90px;  width:100%;  }

#tmap-wrap {   display:block; clear:none; float:left;
  margin-left:4%;   margin-top:0px;
  width:35%;  max-width:35%;
  height:90px;
  background-color:#d3b28c;
}
.tcdj-containr {  display:block; margin-top:15px;  }

.tcdj-hdr { display:block;
          font-size:17px; font-weight:800; letter-spacing:1px;    
	/*  text-align: ;  */
}

#ma {  position:fixed;  
  display:block; clear:both; float:left;
  margin-left:0%;
  width:40%;  max-width:40%;  height:40px;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */ 
  z-index:9999;
  margin-top:100px;
}

p#ma1  {margin-top:0px;  margin-left:55%; 
        font-size:17px; font-weight:800; letter-spacing:1px;    }

#mad1 {  position:fixed;  
  display:block; clear:none; float:left;
  margin-left:40%;
  width:30%;  max-width:30%;  height:40px;
 /*  Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */ 
  z-index:9999;
  margin-top:100px;
}

p#cd1 {  margin-left:16%;  padding-left:0%; 
  font-size:17px; font-weight:800; letter-spacing:1px;  }

#maj1 {  position:fixed;  
  display:none; clear:none; float:left;
  margin-left:70%;
  width:30%;  max-width:30%;  height:40px;
  /* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */ 
  z-index:9999;
	/* margin-top:100px; */
} 

p#cj1 {display:none;  margin-left:-37%;padding-left:0%;
       font-size:17px; font-weight:800; letter-spacing:1px;  }

/*Below Moves UL List to the right or left wihout affecting everything else 

*/
#cssmenu {width:70.5%;margin-left:20.5%;}

#cssmenu-container {
	display:block;
	width:100%;
    background:#4a0506;
	margin-top:140px;
	margin-left:0%;
	position:fixed;
	/* Note on z-index - must have z index:9999; in fixed header or images on content will not hide under fixed header */
	z-index:9999;
}

/* The Beleow #cssmenu li will change the menu width only */
#cssmenu ul li {  }

#cssmenu > ul > li > a {
	background: #4a0506; /*Need to add this color or background will not change back to original color */
  padding: 18px 25px 21px 25px;
  /* Bottom border right Removes Line in-between text */
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 700;
  color: #d3eced; /* Light Blue Color */
  text-transform: uppercase;
  letter-spacing: 1px;
  
/* Need to adjust margin-left for desktop or will not view correctly */
  margin-left:0;
}

#hdr-1 {  display:none; clear:both; float:left;
  margin-left:22.5%;  /* margin-top:240px; */
  width:70.5%;
}

h1 { margin-top:0px;
	font-family: "Open Sans"; color:#5f1214;
	font-size:18px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	/*  text-align: ;  */
	text-transform: none;
	font-variant: normal;
}

/* cs-1 is Content Section 1 for content text area etc */
#cs-1 {   display:block; clear:both; float:left;
  margin-left:22.5%; margin-top:265px; /* 0px; */  
  width:49.5%;  height:auto;
}

.cs1contain {  width:80%; margin-left:0%; 
                  /*Fonts */
	/* font-family: "Open Sans"; color:#5F1214;
	font-size:17px; font-weight:800; letter-spacing:0.5px;
	line-height:23px;
	font-style: normal; font-variant:normal;
	text-transform:none; text-decoration:none; */
	/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */
	/*  text-align: ;  */
}

p#testd {width:100%;
	margin: 0 0 28px;
	padding: 0;
	
font-size:18px; font-weight:800; letter-spacing:1px; line-height:30px;  
}

img#pic1{width:100%; height:540px; }

img[src="images/Blonde-Specialist-Color-Correction-Specialist-Tucson-Az.jpg"] {
	width:100%; height:540px;  }

#Spacer3 {   display:block; clear:both; float:left;
  margin-left:0%;
  width:100%; height:25px; /* 55px; */
}

#adc {  display:block; clear:both; float:left;
  margin-left:22.5%;
  width:20%; /* 15%; */
}
.adccont {  margin-left:0%;  margin-top:0px;
	width:98%;
	font-family: "Open Sans";  color:#5F1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	line-height: normal;
	font-style:normal;
	font-variant:normal;
	text-transform:none;  text-decoration:none;
/* Note on Text Align - Do not add anything such as left right or center as the view will be what I do no want. Leave Blank */	
	/*  text-align: ;  */
}

p#adchd {  width:75%;
	margin-top:0px;  margin-left:0%;

    /*  text-align: ;  */
    font-family: "Open Sans";  color:#5f1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	text-transform: none;
	font-variant: normal;
}

#ischm {display:none;}

span[itemprop="telephone"] {  font-size:17px; font-weight:800; letter-spacing:1px; color:#5f1214; }

#sclc {  display:block; clear:none; float:left;
  margin-left:0%;
  width:12%;
}

p#sclh {  margin-top:0px;  margin-left:0%;
    /*  text-align: ;  */
    /* font-family: "Open Sans"; color:#5f1214; */
	font-size:17px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	text-transform:none;
	font-variant:normal;
}

p#cs-fb { margin-top:-5px; /* -10px; */
  font-size:17px; font-weight:800; letter-spacing:1px;
}

p#cs-ig { margin-top:-10px; 
  font-size:17px; font-weight:800; letter-spacing:1px;
}

a#dhsfb7:link, a#dhsig8:link {  font-size:17px; font-weight:800; letter-spacing:1px; color:#5f1214;   }

#mmn {  display:block; clear:none; float:left;
  margin-top:0px;  margin-left:0.5%;
  width:15%; /* 12%; */
}

.mmncont {margin-left:0%; }

p#mmnhd {  margin-bottom:0px;  margin-left:0%;
    /*  text-align: ;  */
    font-family: "Open Sans"; color:#5f1214;
	font-size:17px; font-weight:800; letter-spacing:1px;
	font-style:normal;
	text-transform:none;
	font-variant:normal;
}

.al-1 {height:28px; min-width:48px; margin-top:8px }

.al-2,.al-3,.al-4,.al-5,.al-6,.al-7,.al-8,.al-9 {margin-top:8px; height:28px; min-width:48px; }

a.a-list-1:link,a.a-list-2:link,a.a-list-3:link,a.a-list-4:link,a.a-list-5:link,a.a-list-6:link,a.a-list-7:link,a.a-list-8:link,a.a-list-9:link { font-size:17px; font-weight:800; letter-spacing:0.5px; line-height:25px;}

#cb2 {  display:block; clear:none; float:left;
	margin-top:0px;  margin-left: 0;
	width:25%;  height:auto;
	padding-top:0px;
}
#cb {  display:block;
    margin-left:2%;  margin-top:0px;
	width:57%;  height:35px;
	
	font-family: "Open Sans";  color:#5f1214;
	font-size:14px;  font-weight:700;
	font-style:normal;
	text-transform:none;
	text-decoration:none;
}

#smp {  display:block;
    margin-top:0px;
	width:10%;  height:35px;
	font-family: "Open Sans";  color:#411212;
	font-size:14px;  font-weight:700;
	font-style:normal;
	text-transform:none;
	text-decoration:none;
}
        	
}

/* print styles */

@media print {
	
	/* Remove unwanted elements */
#sclc,#cssmenu-container,#cssmenu,#smp,#cb,#ischm,#mmn,.mmncont,p#mmnhd,a.a-list,a#dhsfb7,a#dhsig8,  .noprint
{display: none;}/**no-show**/

/* Ensure the content spans the full width */

body {  margin: 0; background-color: #FFFFFF;  }

#Logo {
	clear:both;
	float:left;
	margin-left:0%;
	width:50%;
	display:block;
	height:40px;
}
img[src="images/Dajo-Hair-Salon-Tucson.webp"] {
	height:40px;  width:100%;  }

#tmap-wrap {
	clear:none;
	float:left;
	display:block;
	margin-left:3%;
	margin-top:-15px;
	width:47%;
	height:110px;
}

.tcdj-containr { display:block; margin-top:15px; }

.tcdj-hdr,#ma,#mad1,#maj1 {
      font-family: "Open Sans";
	   font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	/*  text-align: ;  */
	line-height: normal;
	letter-spacing: 0.5px;
}             

#ma {  display:block;   
    clear:both; float:left;
    margin-left:4%;  margin-top:-25px;
    width:96%;
}

#mad1 {  display:block;
  clear:none; float:left;
  margin-left:4%;  margin-top:0px;
  width:96%;
}

p#cd1 {margin-top:-15px;}

#maj1 {
 /* display: block;  */
 display:none;
  clear: none;
  float: left;
  margin-left:4%;
  margin-top:0px;
  width:96%;
} 

p#cj1 {display:none; margin-top:-15px;}

#hdr-1 {  display:none;
  clear:both;  float:left;
  margin-left:3%;  /* margin-top:15px; */
  width:97%;
}

h1 {
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color:  #000000;
	/*  text-align: ;  */
	margin-top:0px;
	text-transform: none;
	font-variant: normal;
}

/* cs-1 is Content Section 1 for content text area etc */
#cs-1 {
	clear: both;
	float: left;
	width: 97%;
	display: block;
	margin-left:3%;
	margin-top:15px;
}

.cs1contain {  width:90%; margin-left:0;  
   /*Fonts */
	font-family: "Open Sans"; color:#000000;
	font-size:15px; font-weight:normal; letter-spacing:1px;
	line-height:normal;
	font-style: normal; font-variant:normal;
	text-transform:none; text-decoration:none;
}

img#pic1{width:100%; height:540px; /* 275px; */ }

img[src="images/Blonde-Specialist-Color-Correction-Specialist-Tucson-Az.jpg"] {  width:100%; height:540px; /* 275px; */  }
  
#adc {
  display: block;
  clear: both;
  float: left;
  margin-left:3%;
  width:28%;
 
 /* Font */
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	/*  text-align: ;  */
	line-height: normal;
	letter-spacing: 1px;	
}

span[itemprop="telephone"] {  font-size: 16px; color: #000000; }

/* Change text color to black (useful for light text on a dark background) */
a[href]:after {  content: none !important;  color: #000000;  }


}
