@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300");
.menu-btn {
  position: absolute;
  z-index: 3;
  right: 35px;
  top: 35px;
  cursor: pointer;
  transition: all 0.5s ease-out; }
  .menu-btn .btn-line {
    width: 28px;
    height: 3px;
    background: #4264a7;
    margin: 0 0 5px 0;
    transition: all 0.5s ease-out; }
  .menu-btn.close {
    transform: rotate(180deg); }
    .menu-btn.close .btn-line:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
      background: #ffffff; }
    .menu-btn.close .btn-line:nth-child(2) {
      opacity: 0; }
    .menu-btn.close .btn-line:nth-child(3) {
      transform: rotate(-45deg) translate(7px, -6px);
      background: #ffffff; }

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.95;
  visibility: hidden; }
  .menu.show {
    visibility: visible; }
  .menu__nav {
    background: #4264a7;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    list-style: none;
    transform: translate3d(0, -100%, 0);
    transition: all 0.5s ease-out; }
    .menu__nav.show {
      transform: translate3d(0, 0, 0); }
    .menu__nav a {
      color: #ffffff;
      font-size: 1.3rem;
      padding: 2rem; }
  .menu .nav__item {
    font-size: 0.2rem;
    margin: 1rem 0;
    transform: translate3d(600px, 0, 0);
    transition: all 0.5s ease-out; }
    .menu .nav__item.show {
      transform: translate3d(0, 0, 0); }
    .menu .nav__item.current > a:before {
      content: "»";
      position: absolute;
      bottom: 2px;
      left: 10px;
      right: 0; }

.nav__item:nth-child(1) {
  transition-delay: 0.1s; }

.nav__item:nth-child(2) {
  transition-delay: 0.2s; }

.nav__item:nth-child(3) {
  transition-delay: 0.3s; }

.nav__item:nth-child(4) {
  transition-delay: 0.4s; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  height: 100%;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.5; }
  body#bg-image-home {
    background: url("../img/home-bg.jpg");
    background-attachment: fixed;
    background-size: cover; }
  body#bg-image-treatments {
    background: url("../img/treatments-bg.jpg");
    background-attachment: fixed;
    background-size: cover; }
  body#bg-image-about {
    background: url("../img/about-bg.jpg");
    background-attachment: fixed;
    background-size: cover; }
  body#bg-image-contact {
    background: url("../img/contact-bg.jpg");
    background-attachment: fixed;
    background-size: cover; }
 body#bg-image-404 {
    background: url("../img/404-bg.jpg");
    background-attachment: fixed;
    background-size: cover; }

#RBGLogo {
  margin: 0 auto; }

h1,
h2,
h3 {
  margin: 0;
  font-weight: 100; }
  h1.lg-heading,
  h2.lg-heading,
  h3.lg-heading {
    text-align: center;
    letter-spacing: -8px;
    color: #3f3f3f;
    font-size: 5rem; }
    @media screen and (max-width: 768px) {
      h1.lg-heading,
      h2.lg-heading,
      h3.lg-heading {
        font-size: 4rem;letter-spacing:4px } }
    @media screen and (max-width: 500px) {
      h1.lg-heading,
      h2.lg-heading,
      h3.lg-heading {
        font-size: 3.2rem;
        letter-spacing: 4px;
        margin-bottom:10px; } 
    h1.home-heading {letter-spacing:0px;font-size:2rem!important;}    
        }
  h1.sm-heading,
  h2.sm-heading,
  h3.sm-heading {
    font-size: 1.7rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1.4rem;
    padding: 0.8rem 1rem 0.5rem 1rem;
    background: rgba(66, 100, 167, 0.7); }
    @media screen and (max-width: 768px) {
      h1.sm-heading,
      h2.sm-heading,
      h3.sm-heading {
        font-size: 1.3rem; } }

a {
  color: #4264a7;
  text-decoration: none; }

header {
  position: fixed;
  z-index: 2;
  width: 100%; }

main#home {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  main#home .img-logo {
    margin-top: 20vh;
    width: 170px; }
    @media screen and (max-width: 768px) {
      main#home .img-logo {
        width: 100px; } }
    @media screen and (max-width: 500px) {
      main#home .img-logo {
        margin-top: 1vh; } }
  main#home .icons {
    margin-top: 0.1rem;
    text-align: center; }
    main#home .icons a {
      padding: 0.4rem; }
      main#home .icons a:hover {
        color: #355086;
        transition: all 0.5s ease-out; }
  main#home#home {
    overflow: hidden; }
  @media screen and (max-width: 500px) {
    main#home .lg-heading {
      font-size: 2.5rem; } }

main#about,
main#treatments,
main#contact {
  padding: 0.8rem;
  min-height: 98.5vh; }
  main#about h1,
  main#treatments h1,
  main#contact h1 {
    background: none !important;
    color: #4264a7;
    text-align: center; }
    @media screen and (max-width: 768px) {
      main#about h1,
      main#treatments h1,
      main#contact h1 {
        font-size: 2.2rem; } }
    @media screen and (max-width: 500px) {
      main#about h1,
      main#treatments h1,
      main#contact h1 {
        font-size: 1.2rem; } }
  @media screen and (max-width: 500px) {
    main#about ul li,
    main#treatments ul li,
    main#contact ul li {
      text-align: center;
      list-style: none;
      border-bottom: 1px dotted #666;
      margin: 5px 0; } }
  main#about .lg-heading,
  main#treatments .lg-heading,
  main#contact .lg-heading {
    margin-top: 3rem; }
  main#about .bio,
  main#treatments .bio,
  main#contact .bio {
    margin: 0 auto;
    width: 80%;
    max-width: 1170px;
    border: 1px solid #000;
    display: flex; }
    @media screen and (max-width: 768px) {
      main#about .bio,
      main#treatments .bio,
      main#contact .bio {
        flex-flow: column; } }
    @media screen and (max-width: 500px) {
      main#about .bio,
      main#treatments .bio,
      main#contact .bio {
        width: 100%; } }
    main#about .bio-images,
    main#treatments .bio-images,
    main#contact .bio-images {
      background: #ffffff;
      padding: 10px;
      width: 30%; }
      @media screen and (max-width: 768px) {
        main#about .bio-images,
        main#treatments .bio-images,
        main#contact .bio-images {
          width: 100%; } }
      main#about .bio-images img,
      main#treatments .bio-images img,
      main#contact .bio-images img {
        width: 90%; }
        @media screen and (max-width: 768px) {
          main#about .bio-images img,
          main#treatments .bio-images img,
          main#contact .bio-images img {
            width: 49%; } }
        @media screen and (max-width: 500px) {
          main#about .bio-images img,
          main#treatments .bio-images img,
          main#contact .bio-images img {
            width: 48%; } 
            .contact-link{font-size:1.2em}}
    main#about .bio-text,
    main#treatments .bio-text,
    main#contact .bio-text {
      width: 70%;
      padding: 25px;
      background: #ffffff; }
      @media screen and (max-width: 768px) {
        main#about .bio-text,
        main#treatments .bio-text,
        main#contact .bio-text {
          width: 100%; } }
      @media screen and (max-width: 500px) {
        main#about .bio-text,
        main#treatments .bio-text,
        main#contact .bio-text {
          padding: 6px; } }
      main#about .bio-text h1,
      main#treatments .bio-text h1,
      main#contact .bio-text h1 {
        font-size: 2rem; }
        @media screen and (max-width: 768px) {
          main#about .bio-text h1,
          main#treatments .bio-text h1,
          main#contact .bio-text h1 {
            font-size: 1.5rem; } }
        @media screen and (max-width: 500px) {
          main#about .bio-text h1,
          main#treatments .bio-text h1,
          main#contact .bio-text h1 {
            font-size: 1.1rem; } }
  main#about .session,
  main#about .treatment,
  main#treatments .session,
  main#treatments .treatment,
  main#contact .session,
  main#contact .treatment {
    margin: 0 auto;
    width: 80%;
    max-width: 1170px;
    background: #ffffff;
    text-align: center;
    padding: 15px;
    border: 1px solid #000;
    margin-bottom: 1rem; }
    @media screen and (max-width: 500px) {
      main#about .session,
      main#about .treatment,
      main#treatments .session,
      main#treatments .treatment,
      main#contact .session,
      main#contact .treatment {
        width: 100%;
        padding: 5px; } }
    @media screen and (max-width: 500px) {
      main#about .session h2,
      main#about .treatment h2,
      main#treatments .session h2,
      main#treatments .treatment h2,
      main#contact .session h2,
      main#contact .treatment h2 {
        font-size: 1.1rem; } }
    main#about .session p,
    main#about .treatment p,
    main#treatments .session p,
    main#treatments .treatment p,
    main#contact .session p,
    main#contact .treatment p {
      margin-top: 25px; }
    main#about .session.show > .info-block,
    main#about .treatment.show > .info-block,
    main#treatments .session.show > .info-block,
    main#treatments .treatment.show > .info-block,
    main#contact .session.show > .info-block,
    main#contact .treatment.show > .info-block {
      max-height: 5000px;
      transition: max-height 0.3s ease-out; }

.readmore {
  cursor: pointer; }

.info-block {
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; }

p.info {
  text-align: left; }

.footer {
  font-size: 0.8rem;
  width: 100%;
  text-align: center; }
  
.btn-primary {
color: #fff;
background-color: #4264A7;
border-color: #4264A7;
}  

.btn-primary:hover {
background-color: #2E3C8B;
}  

.centre{
     margin:0 auto;   
}  
.max960{
    max-width:960px;    
}
.contact-link{
text-align:center;
margin:15px;    
}
.fa-chevron-down{
vertical-align: middle;}