/*UNIVERSAL RULES */

* {
  margin: 0;
}


body {
  font-family: 'PT Sans Narrow', sans-serif;
  text-align: center;
  color: #666;
  margin: auto;
}


p {
  margin: 30px;
  text-align: left;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
}

.calltoaction {
  display:inline-block;
  width: 100%;
  height: 40px;
  background-color:#1c1c1c;
}

.calltoaction p {
  font-size: 18px;
  text-align: center;
  color: #f2f2f2;
  margin-top: -5px;
}


.social {
  display: inline block;
  width: 100%;
  height: 100%;
  margin-top: -18px;
  margin-bottom: -20px;
}



/*Top Nav*/

body {
  margin: 0;
  font-family: 'PT Sans Narrow', sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #f2f2f2;
}

.topnav a {
  float: left;
  display: block;
  background-color: #f2f2f2;
  color: #1c1c1c;
  text-align: center;
  padding: 30px 30px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #1c1c1c;
  color: #f2f2f2;
}


.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* End of Top Nav*/

.subilogo {
  margin: -20px -20px -20px -20px;
}


#main img {
  width: 100%;
}


h1 {
  margin-top: 40px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #333;
  font-size: 30px;
  font-weight: 500;
}

h2 {
  padding-top: 30px;
}




#Gallery a {
  width: 100%;
}

#Gallery img {
  margin-top: 50px;
  width: 90%;
}


#Services  h1 {
  margin-bottom: 50px;
}

#Services div {
  display:block;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 5px;
  background-color:##fff0ff;
  opacity: 20%;


}

#Services div article {
  display: inline-block;
  line-height: 5px;
}

#Services mark {
  color: black;
  background-color: #fff1f1;
  padding: 10px;
  border-radius: 10px;
}

#Aveda img {
  margin-top: 50px;
  width: 90%;
}


#Specials img {
  margin-top: 50px;
  width: 80%;
}

#Connect div {
  width: 100%;
  background-color: white;
}

#Connect p {
  text-align: center;
}

.address p, .hours p {
  background-color: white;
  color: #333;
  font-size: 18px;
}

.hours p {
  background-color: white;
}

.social img {
margin: 30px 20px 30px 20px;
}

.back {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 20px;
  transition: .1s;
}

.back:hover{
  color: #eed0d0;
    transition: .5s;
}

footer {
  background-color: white;
  color: #333;
}

footer p {
  text-align: center;
}
