
html {

scroll-behavior: smooth;
scroll-padding-top: 80px !important;
}


A:link, a:active, a:visited {
	color: #990042;
	font-weight: bold;
	text-decoration: none;
	
opacity: 1;
transition: filter .15s ease-in-out;
-moz-transition: filter .15s ease-in-out;
-webkit-transition: filter .15s ease-in-out;
	
}

A:hover {
text-decoration: underline;
filter: hue-rotate(-40deg) drop-shadow(0px 0px 10px rgba(255,255,255,1));
}

A:label {
	text-decoration: none;
}

A.NoEffectLink:link, a.NoEffectLink:active, a.NoEffectLink:visited, A.NoEffectLink:hover {
text-decoration: none;
background-color: transparent;
filter: none !important;
}



@media screen and (min-width: 0px) and (max-width: 640px) {
  .NavMobile{ display: block; }  /* show it on smaller screen */
}
@media screen and (min-width: 641px) and (max-width: 6000px) {
  .NavMobile{ display: none; }   /* hide it larger screens */
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .NavMain{ display: none; }  /* show it on larger screen */
}
@media screen and (min-width: 641px) and (max-width: 6000px) {
  .NavMain{ display: block; }   /* hide it smaller screens */
}


.DropShadow {
filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.2));
}


.tempbanner {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
width: 95%;

border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
margin-top: 10px;
margin-bottom: 10px;

background: rgb(241,218,54);
background: -moz-linear-gradient(top,  rgba(241,218,54,1) 0%, rgba(254,252,234,1) 100%);
background: -webkit-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%);
background: linear-gradient(to bottom,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 );

}


/* Button Hover */


.bfade {
opacity: 1;
transition: filter .10s ease-in-out;
-moz-transition: filter .10s ease-in-out;
-webkit-transition: filter .10s ease-in-out;
   }

.bfade:hover {
opacity: 1;
filter: saturate(200%) brightness(125%) drop-shadow(0px 0px 10px rgba(255,255,255,1));
   
}

input.QuickButtons {

    background-image: url(images/heart.svg); /* 16px x 16px */
    background-size: 21px 21px;
    background-color: rgba(90,0,90,0.7); /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 10px center;  /* equivalent to 'top left' */
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: arrow;        
    height: 40px;           
    padding-left: 38px;
    padding-right: 10px;     
    vertical-align: middle; 
    color: rgba(255,255,255,1);
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
	font-family: "BodyFont";
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.QuickButtons:hover {
background-color: rgba(90,0,90,0.4);
border: 1px solid rgba(0,0,0,0.15);
cursor: hand; 
}




/* Button Hover */




embed {
max-width: 100%;
height: auto;
overflow: hidden;
}







.stb-logo-mobile {

height: 40px;
width: auto;
margin-left: 5px;

}

body { 
	

	background-image: url("images/wallpaper.jpg"); 
	background-attachment: fixed;
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center center;

	font-family: "BodyFont";

	margin-top: 0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	
}



tr .NoBreaks {
break-inside: avoid;
}


.SocialMedia {
position: fixed; 
right: 0; 
top: calc(50% - 150px); 
z-index: 50;
width: 40px;
height: 320px;
visibility: visible;
}
@media only screen and (max-width: 640px) {
.SocialMedia {
visibility: hidden;
}
}


.NavMobile {
position: fixed;
right: 5px;
top: 5px;
z-index: 9999999996;
}



.TheHands {
display: none;
margin-top: 50px;
}

@media only screen and (max-width: 640px) {
.TheHands {
content: url('images/hands.svg');
display: block;
margin-top: 50px;
}
}


.HealingHands {
margin-top: 50px;
content: url('images/healing-hands-header.svg');
width: 100%;
min-height: 150px;
object-fit: cover;
object-position: center;
display: flex;

}

@media only screen and (max-width: 640px) {
.HealingHands {
margin-top: 0px;
display: inline-block;
content: url('images/healing_hands.svg') !important;
width: 95%;
min-height: 50px;
}
}


.Slogan {
width: 40%;
height: auto;
}

@media only screen and (max-width: 640px) {
.Slogan {
width: 85%;
height: auto;
}
}



.BodyTextBullet {
height: 0.95em;
width: auto;
margin-bottom: -0.1em;
margin-left: 4px;
margin-right: 5px;
}




.EnquireButton {
-webkit-filter: drop-shadow( 0px 0px 7px rgba(0, 0, 0, .7));
filter: drop-shadow( 0px 0px 7px rgba(0, 0, 0, .7));
width: 70%;
height: auto;
position: absolute;
bottom: 10px;
left: -20;
z-index: 5000;
}

@media screen and (min-width: 480px) and (max-width: 1200px) {
.EnquireButton {
width: 70%;
left: -10px;
bottom: 10px;
}
}


@media only screen and (max-width: 640px) {
.EnquireButton {
width: 70%;
left: -10px;
bottom: 10px;
}
}









.rounded-box {

  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 0px;
 
  box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
  
}

.ImageLink {
box-shadow: 2px 2px 20px 5px rgba(80,0,80,0);
}

.ImageLink:Hover {

animation-name: FadeIn;
animation-duration: 0.5s;  
animation-fill-mode: forwards;
}

@keyframes FadeIn {
  from {box-shadow: 0px 0px 30px 3px rgba(255,255,255,0.7);}
  to {box-shadow: 0px 0px 30px 3px rgba(80,0,80,0.7);}

}




hr.reviews {
  border: 0;
  border-top: 3px dotted rgba(0,0,0,0.15);
  padding-top: 0px;
  padding-bottom: 0px;
}




.PageHeadings {

font-family: "Stylish" !important;
font-size: 32px;
color: rgba(255,255,255,1);
text-align: center;
text-decoration: none;
text-shadow: 2px 2px 5px rgba(0,0,0,1);
line-height: 120%;
padding-top: 2px;
width: 100%;
height: 50px;
border-top-left-radius: 26px;
border-top-right-radius: 26px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;

background: rgb(237,9,0);
background: linear-gradient(180deg, rgba(84,6,72,1) 0%, rgba(169,0,97,1) 50%, rgba(169,0,97,1) 50%, rgba(94,6,85,1) 90%, rgba(155,111,210,1) 90%, rgba(155,111,210,1) 100%);

box-shadow: 0px 10px 30px -5px #000000 inset;

}

@media only screen and (max-width: 640px) {
/*For mobile phones*/
.PageHeadings {
display: none;
visibility: hidden;

/* font-size: 28px; */
height: 0px;

}
}


.ServiceHeaders {
font-family: "Headliner" !important;
font-size: 44px;
font-weight: normal !important;
color: rgba(255,255,255,1);
text-align: left;
text-decoration: none;
text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
line-height: 0.8em !important;
background: linear-gradient(90deg, rgba(159,50,134,0.5) 50%, rgba(255,255,255,0) 90%);
padding-left: 20px;
padding-bottom: 15px;
padding-top: 10px;
border-radius: 40px;
}

.HeartIcon {
height: 40px;
width: auto;
margin-right: 10px;
margin-left: 0px;
margin-bottom: -5px;
line-height: 1em;
padding: 0px;
}


.ServiceName {
font-family: "BodyHeavy" !important;
font-weight: bold !important;
color: rgba(100,0,100,1);
font-size: 28px;
line-height: 150%;
background: linear-gradient(0deg, rgba(150,10,150,0.2) 10%, rgba(255,255,255,0) 40%);
border-radius: 30px;
padding-left: 15px;
padding-right: 15px;
}

@media only screen and (max-width: 640px) {
.ServiceName {
font-size: 24px;
}
}

.ServicePrice {

font-family: "BodyHeavy";
font-size: 28px;
line-height: 32px;
margin-left: 20px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 2px;
background: rgba(124,6,122,0.7);
color: rgba(255,255,255,1);
border-radius: 18px;
text-shadow: 2px 2px 5px rgba(0,0,0,1);
line-height: 150%;
margin: 0px;
}

.ServiceRow {
border: 1px dashed rgba(0,0,0,0.4);
border-radius: 16px;
background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 100%);
}





.BodyHeader {

border: none;
border-width: 0px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding: 15px;

background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c993', endColorstr='#00ffffff',GradientType=0 );


}


.DonateButton {
width: 150px;
height: auto;
}

.ReadMore {
width: 300px;
height: auto;
}
@media only screen and (max-width: 640px) {
.ReadMore {
width: 90%;
height: auto;
}
}







.BodyPadding {

padding-left: 0px;
padding-right: 0px;

}


::-webkit-scrollbar {
	width: 12px;
	background-color: rgba(255,255,255,1);
}

::-webkit-scrollbar-track {	
	border-radius: 8px;
	background-color: rgba(240,240,240,1);
   -moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
   box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.1);	
}

::-webkit-scrollbar-thumb {

	background-color: rgba(120, 0, 120, 1);
	-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow:        inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(160, 0, 160, 1);
}




.gradient {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Vertical Navigation Overlay */





.rounded-image {

  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 0px;
}

.circle-image {
width: 200px;
  moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0px;
}







.sub-content {


border: none;
border-width: 0px;
border-color: #000000;

  moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  width: 80%;
  padding: 10px;
  align: center;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 640px) {
/*For mobile phones*/

.sub-content {

width: 95%;

}
}



.headings {
	font-family: "PageHeadings";
	text-align: center;
	font-size: 28px;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px #000000;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;

  moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	
	
background: rgb(83,112,46);
background: -moz-linear-gradient(top,  rgba(83,112,46,1) 0%, rgba(105,137,31,1) 50%, rgba(78,109,0,1) 51%, rgba(98,137,31,1) 100%);
background: -webkit-linear-gradient(top,  rgba(83,112,46,1) 0%,rgba(105,137,31,1) 50%,rgba(78,109,0,1) 51%,rgba(98,137,31,1) 100%);
background: linear-gradient(to bottom,  rgba(83,112,46,1) 0%,rgba(105,137,31,1) 50%,rgba(78,109,0,1) 51%,rgba(98,137,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53702e', endColorstr='#62891f',GradientType=0 );

}



.Content {
z-index: 200;
background-color: #FFFFFF;
background: rgba(255,255,255,0.4);
margin-top: 20px;
margin-bottom: 0px; 
margin-right: 0px;
margin-left: 0px;

width: 65%;
border-radius: 26px; 
backdrop-filter: blur(12px);
box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}

@media screen and (min-width: 641px) and (max-width: 1280px) {
/*For smaller monitors*/

.Content {
width: 90%;
margin-top: 20px;
margin-bottom: 0px; 
margin-right: 0px;
margin-left: 0px;
border-radius: 26px;

}
}



@media only screen and (max-width: 640px) {
/*For mobile phones*/

.Content {
width: 100%;
margin-bottom: 0px; 
margin-top: 20px;
margin-right: 0px;
margin-left: 0px;
border-radius: 5px;

}
}


.BodyContent {
padding: 30px;
}

@media only screen and (max-width: 640px) {
.BodyContent {
padding: 10px;
}
}


.HalfRule {
  width: 50%;
  height: 1px;
  border: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;

}





.copyright {

margin-top: 10px;
margin-bottom: 10px;
height: 125px;
width: 90%;

}

.counter {
width: 300px;
height: 105px;
}

#RoundedFooter {
width: 100%;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;


}




.rounded2 {
  background-image: url('images/paper.jpg');
  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}



.shadow {
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
}


#subtitle {
  moz-border-radius: 20px;
  -webkit-border-radius: 20px;
background-image: linear-gradient(to right, #e0e0eb, rgba(224,224,235,0));
}




hr.style-seven {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(224,224,235, 0), rgba(192,192,192, 1), rgba(224,224,235, 0));
}



.myButton {
	-moz-box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	-webkit-box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c99c7), color-stop(1, #244985));
	background:-moz-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-webkit-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-o-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-ms-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:linear-gradient(to bottom, #6c99c7 5%, #244985 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c99c7', endColorstr='#244985',GradientType=0);
	background-color:#6c99c7;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #565f6b;
	width: 160px;
	margin-top: 10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:BodyFont;
	font-size:20px;
	padding:10px 15px;
	text-decoration:none;
	text-shadow:0px 0px 6px #000000;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #244985), color-stop(1, #6c99c7));
	background:-moz-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-webkit-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-o-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-ms-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:linear-gradient(to bottom, #244985 5%, #6c99c7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#244985', endColorstr='#6c99c7',GradientType=0);
	background-color:#244985;
}
.myButton:active {
	position:relative;
	top:1px;
}



.fade {
   opacity: 1;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}

.fade:hover {
opacity: 0.7;
}




.hrefButton {
	-moz-box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	-webkit-box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c99c7), color-stop(1, #244985));
	background:-moz-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-webkit-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-o-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-ms-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:linear-gradient(to bottom, #6c99c7 5%, #244985 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c99c7', endColorstr='#244985',GradientType=0);
	background-color: #6c99c7;
	-moz-border-radius: 12px;
	-webkit-border-radius:12px;
	border-radius: 12px;
	border:1px solid #565f6b;
	display:inline-block;
	cursor:pointer;
	color: #ffffff !important;
	font-family: BodyFont;
	font-size: 20px;
	font-weight: 300 !important;
	font-style: normal !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 0px 0px 6px #000000;
	text-decoration: none;
}
.hrefButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #244985), color-stop(1, #6c99c7));
	background:-moz-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-webkit-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-o-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-ms-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:linear-gradient(to bottom, #244985 5%, #6c99c7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#244985', endColorstr='#6c99c7',GradientType=0);
	background-color:#244985;
	text-decoration: none;
}
.hrefButton:active {
	position:relative;
	top:1px;
	text-decoration: none;
}




.ShadowText {
text-shadow: 3px 3px 8px rgba(0,0,0,0.8);
}






/* Mobile Menu Overlay */

/*Sets background of navigation bar on mobile devices*/

.NavMobile-Background {

/* background-color: rgba(110,0,100, 0.8); */
background: linear-gradient(180deg, rgba(84,6,72,1) 0%, rgba(169,0,97,1) 50%, rgba(169,0,97,1) 50%, rgba(94,6,85,1) 90%, rgba(155,111,210,1) 90%, rgba(155,111,210,1) 100%);
box-shadow: 0px 10px 30px -5px #000000 inset;
font-family: "Stylish";
position: fixed;
left: 0;
top: 0;
z-index: 999996;
height: 40px;
width: 100%;

}
/*Sets background of navigation bar on mobile devices*/

.MobileMenuOverlay {

position: fixed;
left: 0px;
top: 40px;
z-index: 10000009;
height: calc(100% - 40px);
width: 100%;
border: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
background: transparent;

}

/* Mobile Menu Overlay */


input.PrintPage {

    background-image: url(images/printer.svg); 
    background-size: 20px 20px;
    background-color: rgba(50,50,50,0.4); 
    background-repeat: no-repeat;  
    background-position: 10px center;  
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: arrow;        
    height: 30px;           
    width: 180px;
    padding-left: 40px;     
    vertical-align: middle; 
    color: rgba(255,255,255,1);
	font-family: "BodyFont";
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.PrintPage:hover {

background-color: rgba(50,50,50,0.7);

}







.AccessoriesTick {
height: 32px;
width: 32px;
}


.Brochure3D {

transform: perspective(400px) rotateY(-20deg);
perspective-origin: -50% 50%;
moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin-top: 10px;
margin-bottom: 10px;
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
border: 1px solid rgba(0,0,0,0.5);
max-height: 350px;

}

@media only screen and (max-width: 640px) {
/*For mobile phones*/
.Brochure3D {

width: 70%;

}
}




/* Mobile Menu Overlay */

.MobileMenuOverlay {

position: fixed;
left: 0px;
top: 0px;
z-index: 10000009;
height: 100%;
width: 100%;
border: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
background: transparent;
}

.MobileTitle {
color: white;
font-size: 26px;
line-height: 160%;
text-shadow: 5px 5px 10px 0px rgba(0,0,0,0.8);
}




/* Mobile Menu Overlay */



.Copyright-Footer {
width: 100%;
height: 50px;
border: 0px;
z-index: 3;
}


.CopyrightFooter {
height: 100%;
width: 100%;
}



.ReviewInitial {
display: flex !important;
justify-content: center !important;
border-radius: 50% !important;
height: 30px !important;
width: 30px !important;
background: rgba(226,0,120,0.4) !important;
border: 0px !important;
padding: 5px !important;
font-weight: bold !important;
font-size: 26px !important;
color: white !important;
margin-right: 10px;
line-height: 0.9em;
}





/* Top navigation pages other than homepage */
.NavSubPages {

z-index: 10000001; 
position: fixed; 
left: 0; 
top: 0; 
margin: 0; 
height: 50px; 
width: 100%; 
border: 0px;

}
/* Top navigation pages other than homepage */




/* END */