body {

  padding: 0;
  margin: 0;
  font-family: 'Lora', serif;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: rgb(225, 222, 220);
  background-color: rgb(35, 30, 30);
  /*background-color: rgb(30, 30, 30);*/
}

body a {

  text-decoration: none;
  color: rgb(200, 130, 90);
}

#wrapper {

  width: 100%;
  text-align: center;
}

#header {

  position: fixed;
  width: 100%;
  height: 5em;
  background-color: rgba(20, 20, 20, 0.9);
}

#headerWrapper {

  height: 5em;
}

#logo {

  position: relative;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  margin: auto;
  background-image: url('logo_header_200px.png');
  background-size: contain;
}

nav {

  position: relative;
  height: 100%;
  margin-top: -60px;
}

#menuButton {

  position: relative;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  float: right;
  margin-right: 10px;
  background-image: url('menu.png');
  background-size: contain;
}

#menu {

  position: absolute;
  display: none;
  width: 100%;
  margin-top: 5em;
  background-color: rgb(30, 30, 30);
}

#menuContent {

  font-size: 1.5em;
  text-align: left;
  text-transform: uppercase;
}

#menuContent a {

  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
}

#menuContent ul li {

  border-bottom: solid 1px rgb(100, 100, 100);
}

#main {

}

#content {

}

#openerTextOrnamentsTop {

  width: 80%;
  margin: 0 auto;
  height: 0;
  margin-bottom: 16px;
  border-top: solid 1px white;
  opacity: 0.5;
}

#openerText {

  position: absolute;
  display: block;
  top: 35%;
  width: 100%;
  font-size: 1.5em;
  line-height: 1.5em;
  z-index: -2;
}

#openerTextOrnamentsBottom {

  width: 50%;
  margin: 0 auto;
  height: 0;
  margin-top: 16px;
  border-top: solid 1px white;
  opacity: 0.5;
}

.bb_section {

}

.sectionThumbnail {

  height: 200px;
  overflow: hidden;
}

.sectionThumbnail img {

  width: 100%;
  height: auto;
}

.sectionContentWrapper {

  min-height: 200px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.sectionHeader {

  width: 100%;
}

.sectionTitleOrnaments {

  position: absolute;
  width: 70%;
  left: 50%;
  margin-left: -35%;
  margin-top: 10px;
  z-index: -1;
  border-top: solid 1px rgb(100, 100, 100);
}

.sectionTitle {

  display: inline-block;;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.5em;
  text-transform: uppercase;
  background-color: rgb(35, 30, 30);
}

.sectionContent {

  max-width: 600px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 1em;
  line-height: 1.7em;
  text-align: left;
}

.sectionContent p {

  margin-bottom: 0.7em;
}

.sectionContent p:last-child {

  margin-bottom: 0px;
}

.sectionBottom {

  width: 40%;
  border-top: solid 1px rgb(100, 100, 100);
  margin: 0 auto;
}

/*category styles*/
.category-opener .sectionThumbnail {

  height: 100vh;
  margin: 0 auto;
}

.category-opener .sectionThumbnail img {

  position: relative;
  width: auto;
  height: 100%;
  left: 50%;
  z-index: -3;
  -webkit-transform: translateX(-50%);
}

.category-services .serviceBox {

  margin-top: 2em;
}

.category-services .serviceHeader {

  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 0.7em;
  margin-bottom: 1.5em;
  border-top: solid 1px rgb(100, 100, 100);
  z-index: -2;
}

.category-services .serviceTitle {

  position: absolute;
  width: 60%;
  bottom: 0px;
  left: 0px;
  margin-top: -5px;
  float: left;
  font-family: 'Lora', serif;
  font-size: 1.15em;
}

.category-services .servicePrice {

  width: 40%;
  margin-top: 12px;
  float: right;
  text-align: right;
}

.category-services .servicePrice .servicePriceNumber {

  font-family: 'Lora', serif;
  font-size: 2.5em;
}

.category-services .servicePrice .servicePriceText {

  display: block;
  height: 54px;
}

.category-services .serviceMeta {

  font-size: 0.85em;
}

.category-reviews {


}

.category-reviews .review img {

  width: 200px;
  height: 200px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  border-radius: 100px;
  border: solid 3px rgb(100, 100, 100);
  z-index: -2;
}

.category-reviews .review h1 {

  font-size: 1.15em;
  
}

.category-reviews .review p {

  margin-bottom: 50px;
}

.ocategry-reviews .review .text {

  margin-top: -40px;
}

/*to do last child of review margin-bottom: 0px; */

.pageContent {

  max-width: 600px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  line-height: 1.7em;
  text-align: left;
}

.pageContent p {

  margin-bottom: 0.7em;
}

#footer {

  width: 100%;
  height: 100px;
  padding-top: 62px;
  background-color: rgba(20, 20, 20, 0.9);
}

#footerOverlay {

  position: fixed;
  width: 100%;
  height: 5em;
  bottom: 0px;
  background: rgb(35, 30, 30); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(35, 30, 30, 0), rgb(35, 30, 30)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(35, 30, 30, 0), rgb(35, 30, 30)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(35, 30, 30, 0), rgb(35, 30, 30)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(35, 30, 30, 0), rgb(35, 30, 30)); /* Standard syntax */
}

@media (min-width: 768px) {

  #logo {

    margin: 0;
    margin-left: 20px;
  }

  #menuButton {

    display: none;
  }

  #menu {

    display: block;
    position: relative;
    width: auto;
    margin-top: 2em;
    margin-left: 100px;
    background-color: transparent;
  }

  #menu ul li {

    display: inline;
    border: none;
  }

  #menuContent {

    font-size: 1em;
  }

  #menuContent a {

    display: inline;
    width: auto;
    margin-right: 20px;
  }

  #openerTextOrnamentsTop {

    display: none;
  }

  #openerText {

    width: auto;
    right: 5%;
    top: initial;
    bottom: 15%;
    font-size: 2.5em;
    text-align: right;
  }

  #openerTextOrnamentsBottom {

    display: none;
  }

  .sectionThumbnail {

    height: 400px;
    overflow: hidden;
  }
}

@media (min-width: 1280px) {

  #headerWrapper {

    max-width: 1280px;
    margin: 0 auto;
  }

  .category-opener .sectionThumbnail img {

    width: 115%;
    height: auto;
    margin-top: calc((100% - 1280) * 100);
  }

  .sectionThumbnail {

    height: 600px;
    overflow: hidden;
  }
}
