html, body, .mainrelaxing {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

.relaxing p, .mainrelaxing p {
    margin: 0;
    color: white;
}

.relaxing .rleft, 
.relaxing .rright {
    flex-basis: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 120px 80px;
}

.relaxing {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    background-color: #A13333;
    width: 100%;
    text-align: center;
    display: flex;
}

.relaxing .header {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.r1 {
    background: url('/site/templates/img/relax/aa.JPG') no-repeat center;
    background-size: cover;
    height: 80%;
    width: 100%;
    position: relative;
}

.r1 header {
    color: white;
    text-align: right;
}

.r1 ul {
    margin: 0;
    padding: 30px 40px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.r1 li {
    display: inline-block;
    padding-left: 25px;
}

.r1 ul a {
    text-decoration: none;
    color: white;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.r1 ul a:hover {
    border-bottom: 2px solid white;
    padding-bottom: 2px;
}

.r1-content {
    font-family: 'Roboto', sans-serif;
    color: white;
    width: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.r1-content a {
    text-decoration: none;
    color: white;
}

.r1-content h1 {
    margin: 0;
    font-size: 62px;
    font-weight: 500;
}

.r1-content h3 {
    margin: 0;
    font-weight: 300;
    font-size: 20px;
}

.r1-content .line-r1 {
    height: 2px;
    background-color: white;
    width: 30%;
    margin: 0 auto 10px auto;
}

.scroll-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.5rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
  bottom: 12%;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: white;
}

.chevron:before {
    left: 0;
    transform: skewY(30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}

@keyframes move-chevron {
    25% {
        
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.1rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.1rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

.r2 .rright {
    background: url('/site/templates/img/relax/ab.JPG') no-repeat center;
    background-size: cover;
}

.r3 .rleft {
    background: url('/site/templates/img/relax/ac.JPG') no-repeat center;
    background-size: cover;
}

.r4 {
    background-color: #3d3d3d;
}

.r4 table {
    color: white;
    margin: 0 auto;
    text-align: left;
    line-height: 23px;
}

footer {
    font-family: 'Roboto', sans-serif;
    padding: 20px 50px;
}

footer p {
    line-height: 22px;
}

footer .f-column {
    float: left;
    width: 33%;
}

footer .social a {
  text-decoration: none;
  color: #ee4a69;
  font-size: 30px;
}

footer .info a {
  color: black;
  text-decoration: none;
}

footer .info a:hover {
  text-decoration: underline;
}

footer .info span {
  padding-right: 6px;
}

@media only screen and (max-width: 768px) {
  .r1-content {
    width: 80%;
  }

  .r1-content h1 {
    font-size: 42px;
  }
  .rleft,
  .rright {
    float: none;
    width: 100% !important;
  }

  .relaxing {
    display: block;
  }

  .r1 header {
    display: none;
  }

  .r2 .rleft,
  .r3 .rright,
  .r4 .rleft,
  .r4 .rright {
    padding: 50px;
  }

  .r2 .rright,
  .r3 .rleft {
    display: none;
  }

  .mobile-sep {
    background-color: white;
    height: 1px;
    width: 40%;
    margin: 0 auto;
  }

  footer .f-column {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }

  .footer-sep {
    background-color: #3d3d3d;
    height: 1px;
    width: 40%;
    margin: 0 auto;
  }
}

/* ==========================================================================
   Icomoon
   ========================================================================== */
   @font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/fonts/icomoon.eot?lmctr5');
    src:  url('../fonts/icomoon/fonts/icomoon.eot?lmctr5#iefix') format('embedded-opentype'),
      url('../fonts/icomoon/fonts/icomoon.ttf?lmctr5') format('truetype'),
      url('../fonts/icomoon/fonts/icomoon.woff?lmctr5') format('woff'),
      url('../fonts/icomoon/fonts/icomoon.svg?lmctr5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-checkmark:before {
    content: "\e903";
  }
  .icon-check-alt:before {
    content: "\e904";
  }
  .icon-mail:before {
    content: "\e905";
  }
  .icon-plus:before {
    content: "\e906";
  }
  .icon-plus-alt:before {
    content: "\e907";
  }
  .icon-home:before {
    content: "\e900";
  }
  .icon-home2:before {
    content: "\e901";
  }
  .icon-home3:before {
    content: "\e902";
  }
  .icon-phone:before {
    content: "\e942";
  }
  .icon-address-book:before {
    content: "\e944";
  }
  .icon-location:before {
    content: "\e947";
  }
  .icon-location2:before {
    content: "\e948";
  }
  .icon-compass:before {
    content: "\e949";
  }
  .icon-compass2:before {
    content: "\e94a";
  }
  .icon-history:before {
    content: "\e94d";
  }
  .icon-clock:before {
    content: "\e94e";
  }
  .icon-clock2:before {
    content: "\e94f";
  }
  .icon-alarm:before {
    content: "\e950";
  }
  .icon-mobile:before {
    content: "\e958";
  }
  .icon-user:before {
    content: "\e971";
  }
  .icon-users:before {
    content: "\e972";
  }
  .icon-user-plus:before {
    content: "\e973";
  }
  .icon-user-minus:before {
    content: "\e974";
  }
  .icon-user-check:before {
    content: "\e975";
  }
  .icon-checkbox-checked:before {
    content: "\ea52";
  }
  .icon-google-plus:before {
    content: "\ea8b";
  }
  .icon-google-plus2:before {
    content: "\ea8c";
  }
  .icon-google-plus3:before {
    content: "\ea8d";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-facebook2:before {
    content: "\ea91";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-youtube:before {
    content: "\ea9d";
  }
  .icon-youtube2:before {
    content: "\ea9e";
  }