
h1 {
  font-size: 26px!important;
  line-height: 1.4;
}

h2 {
  font-size: 20px!important;
  line-height: 1.2;
  margin-bottom: 15px;
}

h3 {
  font-size: 18px!important;
  line-height: 1.2;
  margin-bottom: 15px;
}

h4 {
  font-size: 16px!important;
  line-height: 1.2;
  margin-bottom: 15px;
}

h5 {
  font-size: 22px!important;
  line-height: 1.5;
}

h6 {
  font-size: 16px!important;
  line-height: 1.4;
}

p {
font-size: 20px;
line-height: 1.6;
margin-bottom: 15px;
color: #838383;
}


ul.list {
margin: 0px 0px 16px -24px;
font-size: 20px;
line-height: 1.6;
color: #838383!important;
list-style: none; /* Remove default bullets */
}

ul.list li::before {
content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
color: #e644a4; 
font-weight: bold; /* If you want it to be bold */
display: inline-block; /* Needed to add space between the bullet and the text */ 
width: 1em; /* Also needed for space (tweak if needed) */
margin-left: -1em; /* Also needed for space (tweak if needed) */
}


/*
***********************************************
               Media Queries
***********************************************
*/

@media only screen and (min-width: 0px) and (max-width: 768px) {


}


@media only screen and (min-width: 0px) and (max-width: 899px) {



}


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

img.logoHair {
max-height:80px!important;
}


}



