body {
  width: 100%;
  height: 100%;
  background: #000;
  font-size: 16px;
}
html {
  width: 100%;
  height: 100%;
}

a {
  color: #bb9a65;
}

@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
  }
  .price {
    font-family: "Open Sans", sans-serif;
    font-size: 1.2vw;
    margin: -2px;
  }
  .logo {
    position: absolute;
    float: left;
    vertical-align: top;
  }
  .nav-item {    
    float: right;
    vertical-align: bottom;
  }
  h1 {
    font-size: 3vw;
  }
  h2 {
    font-size: 2vw;
  }
  h4 {
    font-size: 1.5vw;
  }
  h5 {
    font-size: 1.3vw;    
  }
  .text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #bb9a65;
    transform: translate(-50%, -50%);
  }
  .text-block2 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #bb9a65;
    transform: translate(-50%, -50%);
  }
  .welcome-section {
    text-align: center;
    background: #000;
    color: #bb9a65;
    padding: 0px;
    margin: 0px;
  }
  .treatments-section {
    text-align: center;
    background: #000;
    color: #bb9a65;
    padding: 0px;
    margin: 0px;
  }
  .contact-section {
    text-align: center;
    background: #000000;
    color: #bb9a65;
    padding: 0px;
    margin: 0px;
  }
  .box:before {
    content: "";
    display: block;
    padding-top: 5%;
  }
  .small-only {
    display: none !important;
    height: 0;
    padding: 0px;
    margin: 0px;
  }
  .big-link {
    font-size: 1.3vw;
  }
}
@media (max-width: 766px) {
  .price {
    font-family: "Open Sans", sans-serif;
    margin: -2px;
  }
  .logo {
    position: absolute;
    float: left;
    top: 0;
  }
  .nav-item {
    float: right;
    bottom: 0;
  }
  h1 {
    font-size: 100%;
  }
  h2 {
    font-size: 80%;
  }
  h4 {
    font-size: 120%;
  }
  h5 {
    font-size: 80%;    
  }
  p {
    font-size: 80%;
  }
  .text-block {
    position: absolute;    
    top: 50%;
    left: 50%;
    color: #bb9a65;
    transform: translate(-50%, -50%);
  }
  .text-block2 {
    position: absolute;
    top: 40%;
    left: 50%;
    color: #bb9a65;
    transform: translate(-50%, -50%);
  }
  .welcome-section {
    text-align: center;
    background: #000;
    color: #bb9a65;
    padding: 5px;
    margin: 5px;
  }
  .treatments-section {
    text-align: center;
    background: #000;
    color: #bb9a65;
    padding: 5px;
    margin: 5px;
  }
  .contact-section {
    text-align: center;
    background: #000000;
    color: #bb9a65;
    padding: 5px;
    margin: 5px;
  }
  .box:before {
    content: "";
    display: block;
    padding-top: 5%;
  }
  .big-only {
    display: none !important;
    height: 0;
    padding: 0px;
    margin: 0px;    
  }
}
#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #000;
  color: #bb9a65;
  text-align: center;
  font-size: 2vw;
  text-decoration: none;
}
#back2Top:hover {
  background-color: #bb9a65;
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #bb9a65;
  background-color: #bb9a65;
}
.navbar-default {
  background-color: #000;
  border-color: #bb9a65;
}
.navbar-default .navbar-nav > li > a {
  color: #bb9a65;
}

.img-container {
  position: relative;
  display: inline-block;
}
.img-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.img-container:hover .overlay {
  opacity: 1;
}
.overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #bb9a65;
}
