html, body {
  background: #FEC0BA url(../img/htouch_bg.jpg) no-repeat fixed center;
  font-family: "futura-pt",sans-serif;
  height: 100%;
}
body {
}
.maincontent {
  background: rgba(255,255,255,.85);
  padding: 2em 3em;
  margin-top: 9em;
  box-shadow: 0 0 .25em 0 rgba(0,0,0,.4);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  background: rgba(255,255,255,.92);
  box-shadow: 0 .25em .25em 0 rgba(0,0,0,.4);
  /*
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 76%, rgba(255,255,255,0) 100%);
  */
}

/*-----NAVIGATION------------------------------------------*/

.top-bar, .top-bar ul {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1em;
}
.menu-text {
  padding-top: 0;
  padding-bottom: 0;
}
.menu > li > a {
  text-transform: uppercase;
	background: rgba(162, 220, 247, 1);
  border-radius: .5em;
  color: #FFF;
  font-size: .875em;
  margin-left: .5em;
}
.menu > li > a:hover {
  background: rgba(249, 188, 0, .8);
}
.menu.admin li {
  margin-bottom: 1em;
}
fieldset.adminmenu {
  background: #FFF;
}

/*-----FORMS---------------------------------------------------*/

input.hfield {
  display: none;
  
}
/*----TYPOGRAPHY-----------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h1 {
  border-bottom: 1px #444 solid;
}
h2 {
  background-color: rgba(249,188,0,1);
  color: #FFF;
  text-shadow: 1px 1px 1px #FFFFFF;
  font-size: 2.4em;
  font-weight: 400;
  
}
h4 {}
h5 {
  font-weight: 700;
}
small {
  text-transform: uppercase;
  font-size: 66%;
}
.slideouttitle {
  border-bottom: 1px solid rgb(249,188,0);
  margin-bottom: 1.5em;
}
.required { color: red; }

/*-----SECTIONS--------------------------------------------*/

section {
  margin-bottom: 2em;
}
#home {
  border-bottom: 1px solid #000;
}
#benefits {
  background-image: url(../img/acupressure-hands.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
#services {}
#testimonials{}
section h2 {
  background-color: rgba(249,188,0,1);
  color: #FFF;
  text-shadow: 1px 1px 1px #FFFFFF;
  font-size: 2.25em;
  font-weight: 400;
  padding: .5em;
  
}
.sectionhead {
  padding: 0;
  margin-bottom: 1em;

}
.card-divider {
  background:#000;
  color: #B6F2B2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .975em;
}

/*----TESTIMONIALS-----------------------------------------*/

.testimonialtext {
  font-style: italic;
}
.clientname {
  font-weight: 600;
  font-style: italic;
}

/*----IMAGES-----------------------------------------------*/

.sideimage {
    background: url(../img/NKelkar.png) right bottom no-repeat contain;
}
.wrapright,
.wrapleft,
.wraprightbord,
.wrapleftbord {
  display: block;
  margin: 0 0 1em 0;
  float: right;
}
.wrapright,
.wraprightbord {
  float: left;
  margin: 0 1em 0 0;
}
.wraprightbord, 
.wrapleftbord {
  border: 1px solid #444;
}
.svgimage {
  max-height: 1rem;
}
/*-----NEWS----------------------------------------------------*/

.newsitem {
  border-bottom: 1px dotted rgb(162, 220, 247);
  margin-bottom: 1.5em;
}
.newstitle {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1em;
}
.dateposted {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-size: .875em;
}

/*----TABLE----------------------------------------------------*/

table {
  font-size: .875em;
}

/*----FOOTER---------------------------------------------------*/

footer {
	padding-top: 1em;
	font-size: .875em;
	background-color: #FEC0BA;
	color: #4C0002;
}
footer a {
}


/*-----ADMIN---------------------------------------------------*/

.adminpage {
  background: #FFF;
}
label {
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75em;
}
.tabs-title > a {
  font-size: 1em;
  text-transform: uppercase;
}

/*----LOGIN----------------------------------------*/

.loginwrapper {
  height: 100%;
}
.innerwrapper {
  padding: 1em;
}
.whitebg {
  background: rgba(255,255,255,.9);
  
}

/*-----hideShowPassword-------------------------------------------*/

.my-toggle {
  background: transparent;
  border: 0;
  border-radius: 0.25em;
  color: #888;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0.5em;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.my-toggle:hover,
.my-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}
