@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: #f00;
	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";
	/* 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;
	background-color: #d3b28c;
}

p#cd1 a:link {
 color:#5f1214;
 text-decoration: none;
 font-family: "Open Sans";
/* font-size: 15px; */
 font-style: normal;
 /* 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;  }

a#ftrarsahr6:link {
    background-color: #4a0506; 
	font-family: "Open Sans";  
  color:  #ffffff; 
   padding: .8em 1em; /* 1em 1.5em; */  
  text-decoration: none;
  text-transform: none; /* uppercase; */ 
}

a#ftrarsahr6:hover {
  background-color:#BB2226;  
  color:#ffffff; 
}

a#a#ftrarsahr6:active { background-color:black; }

a#a#ftrarsahr6:visited {
  background-color:#4a0506; 
  color:#ffffff;
  padding: .8em 1em;  /* 1em 1.5em; */  
  text-decoration: none;
  text-transform: none; /* uppercase; */ 
}

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

a#dhsfb7:visited, a#dhsig8:visited   {  color:#5f1214; text-decoration: none;  }

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

.tcdj-hdr,p#cd1,p#cj1,p#testd,p#testd2,p#cs2p,p#shrs-p,p#hdr2,h2#hdr3,p#arbgp1p,p#harsahr,p#rsb,p#adchd,.address,p#sclh,p#cs-fb,p#cs-ggl,p#mmnhd ,adccont
{
	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: 1px; */
}

a#ftrarsahr-c1 {
    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: 1px; */
}

a#ftrarsahr-c1:link {  color:#5f1214; text-decoration: none;  }

a#ftrarsahr-c1:visited {  color:#5f1214; text-decoration: none;  }

a#ftrarsahr-c1:-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;
	clear:both;
	float:left;
	margin-left:0;
	margin-top:0px;
	top:0px;
	width:100%;
	height:70px;
	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 {
	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: 2px;}


#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%;
        font-size: 18px; letter-spacing: 2px;}

#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:block;
  clear:both;
  float:left;
  margin-left:10%;
  width:85%;
  
  margin-top:236px; /* 266px; */
}

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

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

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

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


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

.ftrrsahr {margin-left:0%;}

a#ftrarsahr-c1 {  font-size:18px; font-weight:800;  letter-spacing:2px;  }

#adc {
  display:block;
  clear:both;
  float:left;
  margin-left:10.5%;
  width:84%;
}
.adccont {
	width:97%;
	margin-left:0;
			 
	font-size:18px;
	font-weight:800; 
	letter-spacing:2px;
}
.address {  font-size:18px; font-weight:800;  letter-spacing:2px;  }

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

    font-size:18px;
	font-style:normal;
	font-weight:800;
	
	text-transform: none;
	font-variant: normal;
	letter-spacing:2px;
}

#ischm {display:none;}

span[itemprop="telephone"] {  font-size: 18px; font-weight:800; letter-spacing:2px; 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%;

    font-size:18px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:2px;
}

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:2px;  }

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

.mmncont { margin-left:0%;   }

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

    font-size:18px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:2px;
}

.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:2px; line-height:30px;}

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

#cb {
	display:none;
    clear:none;
	float:left;
	margin-left:25px;
	width:15%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:4px;
	font-style:normal;
	font-weight:normal;
	text-transform:none;
	color:#5f1214;
	text-decoration:none;
}

#smp {
	display:none;
	clear:none;
	float:left;
	margin-left:25px;
	width:15%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:4px;
	font-style:normal;
	font-weight:normal;
	text-transform:none;
	color:#411212;
	text-decoration:none;
}

#Spacer3 {
	display:block;
	clear:both;
	float:left;
	margin-left:0;
	width:100%;
	margin-top:15px;
	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;
	clear:both;
	float:left;
	margin-left:0%;
	margin-top:0px;
	top:0px;
	width:100%;
	height:70px;
	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;
	margin-left:6%;
	width:86%;
	max-width:55%;
	height:70px;
	display:block;
	padding-left:3%;
}
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 {
  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:12.5%;padding-left:0%;
        font-size: 18px; font-weight:800; letter-spacing: 2px; }

#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:12.5%;padding-left:0%;
         font-size: 18px; letter-spacing: 2px; }

#cssmenu-container {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top:130px; /* 195px; */
	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;
}

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


#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:1.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: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:block;
  clear:both;
  float:left;
  margin-left:0%;
  margin-top:237px; /* 267px; */
  width:100%;
}

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

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

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

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

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

.ftrrsahr {margin-left:0%;}

a#ftrarsahr-c1 { font-size:18px; font-weight:800; letter-spacing:1px; }


#adc {
  display:block;
  clear:both;
  float:left;
  margin-left:12%;
  width:45%;
}
.adccont {
	width:99%;
	margin-left:0%; 
			
	font-size:18px; font-weight:800; letter-spacing:2px;
}

.address {  font-size:18px; font-weight:800; letter-spacing:2px;  }

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

   
	font-size:18px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:2px;
}

#ischm {display:none;}

span[itemprop="telephone"] {  font-size: 18px; font-weight:800; letter-spacing:2px; 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%;

    font-size:18px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:2px;
}

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:2px;  }

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

.mmncont { margin-left:0%;   }

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

    font-size:18px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:2px;
}

.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:2px; line-height:30px;}

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

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

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

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

}

/* 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;  }

#ma {
	 position:fixed;
	display:block;   
    clear:both;
    float:left;
    margin-left:0%;
    width:42%; /* 36%; */
	max-width:42%; /* 36%; */
	height:50px;
	
/* 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;
	
	font-size:16px; font-weight:800; letter-spacing:0.5px;
}

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

#mad1 {
	 position:fixed;
  display:block;
  clear:none;
  float:left;
  margin-left:36%;
  width:40%; /* 30%; */
  max-width:40%; /* 30%; */
   height:50px;
  
   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:28%; /* 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:33%;
  max-width:33%;
  height:50px;
  
  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:0px;  }

#cssmenu-container {
	display:block;
	width:100%;
	background:#4a0506;
	margin-top:140px; /* 160px; */
	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:block;
  clear:both;
  float:left;
  margin-left:8.5%;
  margin-top:260px;
  width:65%;
} 
 
h1 {margin-left:0%;
	font-family: "Open Sans";
	font-size:18px;
	font-style:normal;
	font-weight:800;
	color:#5f1214;
	/*  text-align: ;  */
	
	margin-top:3px;
	text-transform:none;
	font-variant:normal;
	letter-spacing:2px;
}

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

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

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

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

.ftrrsahr {margin-left:0%;}

a#ftrarsahr-c1 { font-size:18px; font-weight:800; letter-spacing:1px; }

#adc {
  display:block;
  clear:both;
  float:left;
  margin-left:9.5%;
  width:29%;
}
.adccont {
	width:100%;
	margin-left:0%;
	
	font-size:18px; font-weight:800; letter-spacing:0px;
}
p#adchd {
	width:75%;
	margin-top:0px;
	margin-left:0%;
    line-height:27px;
    font-size:18px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:0px;
}

#ischm {display:none;}

.address { font-size:18px; font-weight:800; letter-spacing:0px; }

span[itemprop="telephone"] {  font-size:18px; font-weight:800; letter-spacing:0px;  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%;

    font-size:18px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:0px;
}

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

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

#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%;

    font-size:18px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:0px;
}

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

.al-2,.al-3,.al-4,.al-5,.al-6,.al-7,.al-8,.al-9 {margin-top:8px; height:38px; 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:none;
	clear:none;
	float:left;
	margin-top:0px;
	margin-left: 0;
	width:25%;
	height:auto;
	padding-top:0px;
}

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

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

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

}


@media screen and (min-width: 1020px) {
/* 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:28%;
	max-width:28%;
	height:80px;
}
img[src="images/Dajo-Hair-Salon-Tucson.webp"] {
	height:80px;  width:100%;  }

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

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

.tcdj-hdr {display:block;
            font-size:17px; font-weight:800; letter-spacing:0.5px; }

#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:17px; font-weight:800; letter-spacing:0.5px; }

#mad1 {
	position:fixed;
  display:block;
  clear:none;
  float:left;
  margin-left:34%;
  width:40%; /* 33%; */
  max-width:40%; /* 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:18%; /* 20%; */ padding-left:0%;
         font-size:17px; font-weight:800; letter-spacing:1px; }

#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:17px; 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:7%;}

/* 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: block;
  clear: both;
  float: left;
  margin-left:9.5%;
  margin-top:265px;
  width:65%;
} 

img [src="imgstr/5-star-rating.png"] { margin-top:10px;  }
 
h1 {
	margin-top:3px;
	margin-left:0%;
	font-family: "Open Sans";
	font-size:17px;
	font-style:normal;
	font-weight:800;
	color:#5f1214;
	/*  text-align: ;  */
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:2px;
}

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

.cs1contain {  width: 100%;  /* 79%; */  margin-left:0;  }


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

p#cs2p {
        width:96%;
		margin: 0 0 28px;
		padding:0;
		
		font-size:17px; font-weight:800; letter-spacing:1px;  }

.ftrrsahr {margin-left:0%;}

a#ftrarsahr-c1 { font-size:17px; font-weight:800; letter-spacing:1px; }

#adc {
  display:block;
  clear:both;
  float:left;
  margin-left:9.5%; /* 12.5%; */
  width:24%;
}
.adccont {
	width:89%;
	margin-left:0%;
	
	font-size:17px; font-weight:800; letter-spacing:1px;  }

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

    font-size:17px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:1px;
}

#ischm {display:none;}

.address { font-size:17px; font-weight:800;  letter-spacing: 1px; }

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%;
  max-width:14%;
}

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

    font-size:17px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:1px;
}

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

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

#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%;

    font-size:17px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:1px;
}

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

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

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

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

}


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

#hdr-wrp {position:fixed;
	clear:both;
	float:left;
	margin-left:0%;
	margin-top:0px;
	top:0px;
	width:100%;
	height:100px;
	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;
	margin-left:10.5%;
	margin-top:0px;
	width:30%;
	max-width:30%;
	height:90px;
	display:block;
	background-color:#d3b28c;
}

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

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

.tcdj-hdr {display:block;
            font-size:16px; font-weight:800; letter-spacing:1px;  }

#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:100px;
}

p#ma1 {
      margin-left:36%;
	  font-size:17px; font-weight:800; 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:800; letter-spacing: 1px; }

#maj1 {
	position:fixed;
  display:block;
  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:100px;
}

p#cj1  { display:none;
	     margin-top:0px;margin-left:-15.5%;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: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:block;
  clear:both;
  float:left;
  margin-left:13%;
  margin-top:265px;
  width:70.5%;
}

img [src="imgstr/5-star-rating.png"] { margin-top:10px;  }

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

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

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

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

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

.ftrrsahr {margin-left:0%;}

a#ftrarsahr-c1 { font-size:17px; font-weight:800; letter-spacing:1px; }

#adc {
  display:block;
  clear:both;
  float:left;
  margin-left:12.5%;
  width:19%;
}
.adccont {
	margin-top:0px;
	width:99%;
	
	font-size:17px; font-weight:800; letter-spacing:1px;  }

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

    font-size:17px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:1px;
}

#ischm {display:none;}

.address { font-size:17px; font-weight:800; letter-spacing:1px; }

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%;
  max-width:12%;
}

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

    font-size:17px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:1px;
}

p#cs-fb { 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;  }

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

.mmncont { margin-left:0%;   }

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

    font-size:17px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:1px;
}

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

.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 {
	clear:none;
	float:left;
	margin-top:0px;
	margin-left: 0;
	width:21%;
	height:auto;
	display:block;
	padding-top:0px;
}
#cb {
	margin-left:2%;
	margin-top:0px;
	width:85%;
	height:35px;
	display:block;
	font-family: "Open Sans";
	font-size:14px;
	font-style:normal;
	font-weight:700;
	text-transform:none;
	color:#5f1214;
	text-decoration:none;
}

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

}


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

#hdr-wrp {position:fixed;
	clear:both;
	float:left;
	margin-left:0%;
	margin-top:0px;
	top:0px;
	width:100%;
	height:100px;
	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;
	margin-left:20.5%;
	margin-top:0px;
	width:20%;
	max-width:20%;
	height:90px;
	display:block;
	background-color:#d3b28c;
}
img[src="images/Dajo-Hair-Salon-Tucson.webp"] {
	height:90px;  width:100%;  }

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

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

#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:block;
  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:-30%;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:block;
  clear:both;
  float:left;
  margin-left:22.5%;
  margin-top:265px;
  width:70.5%;
}

img [src="imgstr/5-star-rating.png"] { margin-top:10px;  }

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

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

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

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

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

.ftrrsahr {margin-left:0%;}

a#ftrarsahr-c1 { font-size:17px; font-weight:800; letter-spacing:1px; }

#adc {
  display:block;
  clear:both;
  float:left;
  margin-left:22.5%;
  width:15%;
}
.adccont {
	margin-left:0%;
	margin-top:0px;
	width:99%;
	
	font-size:17px; font-weight:800; letter-spacing:1px;  }

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

    font-size:17px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:1px;
}

.address { font-size:17px; font-weight:800; letter-spacing:1px; }

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

#ischm {display:none;}

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

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

    font-size:17px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:1px;
}

p#cs-fb { 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;  }

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

.mmncont {margin-left:0%; }

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

    font-size:17px;
	font-style:normal;
	font-weight:800;
	
	text-transform:none;
	font-variant:normal;
	letter-spacing:1px;
}

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

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

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

/* print styles */

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

/* Ensure the content spans the full width */

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

#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:0;
  width:43%;  height:50px;
}

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

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

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

.tcdj-hdr,#ma,#mad1,#maj1,p#cd1,p#cj1 {
      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:1px;
}             
      
#ma {
	position:fixed;
	display:block;   
    clear:both;
    float:left;
    margin-left:4%; /* 0%; */
    width:96%; /* 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;
}

#mad1 {
  position:fixed;
  display:block;
  clear:none;
  float:left;
  margin-left:4%; /* 40%; */
  width:96%; /* 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:155px; /* 100px; */
}

#maj1 {
  position:fixed;
  display:none;
  clear:none;
  float:left;
  margin-left:4%; /* 40%; */
  width:96%; /* 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:155px; /* 100px; */
}

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

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

#hdr-1 {
  display: block;
  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;
	letter-spacing:1px;
}

/* 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:155px; /* 15px; */
}

p#testd,p#testd2,p#cs2p {
		/* 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;
}

.ftrrsahr {margin-left:0%;}

a#ftrarsahr-c1:link {
    font-family: "Open Sans";
	font-size:16px;
	letter-spacing:2px;
	color: #000000;
}

#adc {
  display: block;
  clear: both;
  float: left;
  margin-left:3%;
  width:28%;
}

.adcont,p#adchd,.address {
	/* 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; letter-spacing:1px;  color: #000000; }

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